From 17f6180bc3a188e2df8bcfc304d2b5a2dc78ab0b Mon Sep 17 00:00:00 2001 From: Steve Taylor Date: Wed, 23 Aug 2023 13:31:40 -0600 Subject: [PATCH 1/6] Fix ghproxy compile --- .github/workflows/valdate-apply-peribolos.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/valdate-apply-peribolos.yaml b/.github/workflows/valdate-apply-peribolos.yaml index 6ed24c4..2e091cf 100644 --- a/.github/workflows/valdate-apply-peribolos.yaml +++ b/.github/workflows/valdate-apply-peribolos.yaml @@ -42,6 +42,7 @@ jobs: if: ${{ github.repository_owner == 'ortelius' && github.event_name == 'push' && github.ref == 'refs/heads/main' }} run: | cd ghproxy + go mod tidy go build -o ghproxy . cp ghproxy /tmp @@ -49,6 +50,7 @@ jobs: if: ${{ github.repository_owner == 'ortelius' && github.event_name == 'push' && github.ref == 'refs/heads/main' }} run: | cd prow/cmd/peribolos + go mod tidy go build -o peribolos . cp peribolos /tmp From 4aba10c0b8c581e4298d4d505b72f11508e5175a Mon Sep 17 00:00:00 2001 From: Steve Taylor Date: Wed, 23 Aug 2023 13:39:40 -0600 Subject: [PATCH 2/6] Update valdate-apply-peribolos.yaml --- .github/workflows/valdate-apply-peribolos.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/valdate-apply-peribolos.yaml b/.github/workflows/valdate-apply-peribolos.yaml index 2e091cf..5a7a432 100644 --- a/.github/workflows/valdate-apply-peribolos.yaml +++ b/.github/workflows/valdate-apply-peribolos.yaml @@ -43,6 +43,7 @@ jobs: run: | cd ghproxy go mod tidy + go clean -cache -modcache -testcache go build -o ghproxy . cp ghproxy /tmp @@ -51,6 +52,7 @@ jobs: run: | cd prow/cmd/peribolos go mod tidy + go clean -cache -modcache -testcache go build -o peribolos . cp peribolos /tmp From daee58fb8fb6423dc9babbefd5343d9ac441c86b Mon Sep 17 00:00:00 2001 From: Steve Taylor Date: Wed, 23 Aug 2023 13:48:57 -0600 Subject: [PATCH 3/6] Fix ghproxy compile --- .github/workflows/valdate-apply-peribolos.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/valdate-apply-peribolos.yaml b/.github/workflows/valdate-apply-peribolos.yaml index 5a7a432..0696a0f 100644 --- a/.github/workflows/valdate-apply-peribolos.yaml +++ b/.github/workflows/valdate-apply-peribolos.yaml @@ -13,7 +13,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.20 - name: Checkout ortelius/.github repo uses: actions/checkout@v3 @@ -42,8 +42,8 @@ jobs: if: ${{ github.repository_owner == 'ortelius' && github.event_name == 'push' && github.ref == 'refs/heads/main' }} run: | cd ghproxy + go get -u all go mod tidy - go clean -cache -modcache -testcache go build -o ghproxy . cp ghproxy /tmp @@ -51,8 +51,8 @@ jobs: if: ${{ github.repository_owner == 'ortelius' && github.event_name == 'push' && github.ref == 'refs/heads/main' }} run: | cd prow/cmd/peribolos + go get -u all go mod tidy - go clean -cache -modcache -testcache go build -o peribolos . cp peribolos /tmp From fc0dc122e4f88024063f074c59a5cef00808ade4 Mon Sep 17 00:00:00 2001 From: Steve Taylor Date: Wed, 23 Aug 2023 13:53:08 -0600 Subject: [PATCH 4/6] debug compile issue --- .github/workflows/valdate-apply-peribolos.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/valdate-apply-peribolos.yaml b/.github/workflows/valdate-apply-peribolos.yaml index 0696a0f..6c1c8ff 100644 --- a/.github/workflows/valdate-apply-peribolos.yaml +++ b/.github/workflows/valdate-apply-peribolos.yaml @@ -11,9 +11,9 @@ jobs: timeout-minutes: 20 steps: - name: Install Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: - go-version: 1.20 + go-version: '1.20' - name: Checkout ortelius/.github repo uses: actions/checkout@v3 From 738a27082e9abc39eb5aa3e48d6538bf397a4ddd Mon Sep 17 00:00:00 2001 From: Steve Taylor Date: Wed, 23 Aug 2023 13:57:51 -0600 Subject: [PATCH 5/6] debug compile issue --- .github/workflows/valdate-apply-peribolos.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/valdate-apply-peribolos.yaml b/.github/workflows/valdate-apply-peribolos.yaml index 6c1c8ff..4c99c35 100644 --- a/.github/workflows/valdate-apply-peribolos.yaml +++ b/.github/workflows/valdate-apply-peribolos.yaml @@ -42,7 +42,6 @@ jobs: if: ${{ github.repository_owner == 'ortelius' && github.event_name == 'push' && github.ref == 'refs/heads/main' }} run: | cd ghproxy - go get -u all go mod tidy go build -o ghproxy . cp ghproxy /tmp @@ -51,7 +50,6 @@ jobs: if: ${{ github.repository_owner == 'ortelius' && github.event_name == 'push' && github.ref == 'refs/heads/main' }} run: | cd prow/cmd/peribolos - go get -u all go mod tidy go build -o peribolos . cp peribolos /tmp From 709445e1592825337f8876a5ed6b7cdd347724b8 Mon Sep 17 00:00:00 2001 From: Steve Taylor Date: Wed, 23 Aug 2023 14:05:14 -0600 Subject: [PATCH 6/6] Remove bingomantee --- peribolos.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/peribolos.yaml b/peribolos.yaml index c7f9214..9297f34 100644 --- a/peribolos.yaml +++ b/peribolos.yaml @@ -26,7 +26,6 @@ orgs: - ankurkumarz - ayesha-kr - BBimie - - bingomanatee - chicks-net - devops-novice - divya-mohan0209 @@ -345,7 +344,6 @@ orgs: - ankurkumarz - ayesha-kr - BBimie - - bingomanatee - chicks-net - devops-novice - divya-mohan0209