From 5952eb36b7ef20295a559f3c6d4e3cff340ebe8f Mon Sep 17 00:00:00 2001 From: Itxaka Date: Tue, 21 Dec 2021 10:44:44 +0100 Subject: [PATCH] Set concurrency to 1 for publish artifacts (#1002) Temporary set concurrency to one while pushing artifacts to avoid hitting a concurrency issue on luet-cosign Signed-off-by: Itxaka --- .github/build.yaml.gomplate | 2 +- .github/workflows/build-master-blue-arm64.yaml | 2 +- .github/workflows/build-master-blue-x86_64.yaml | 2 +- .github/workflows/build-master-green-arm64.yaml | 2 +- .github/workflows/build-master-green-x86_64.yaml | 2 +- .github/workflows/build-master-orange-arm64.yaml | 2 +- .github/workflows/build-master-orange-x86_64.yaml | 2 +- .github/workflows/build-releases-blue-arm64.yaml | 2 +- .github/workflows/build-releases-blue-x86_64.yaml | 2 +- .github/workflows/build-releases-green-arm64.yaml | 2 +- .github/workflows/build-releases-green-x86_64.yaml | 2 +- .github/workflows/build-releases-orange-arm64.yaml | 2 +- .github/workflows/build-releases-orange-x86_64.yaml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/build.yaml.gomplate b/.github/build.yaml.gomplate index 9b9c2d75f09..791acfac46c 100644 --- a/.github/build.yaml.gomplate +++ b/.github/build.yaml.gomplate @@ -528,7 +528,7 @@ {{{- end }}} COSIGN_EXPERIMENTAL: 1 # use keyless signing COSIGN_REPOSITORY: raccos/releases-{{{ $flavor }}} - PUBLISH_ARGS: "--plugin luet-cosign" + PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign" steps: {{{ tmpl.Exec "prepare_build" }}} {{{ tmpl.Exec "prepare_worker" }}} diff --git a/.github/workflows/build-master-blue-arm64.yaml b/.github/workflows/build-master-blue-arm64.yaml index 4d6b43cd43f..ebb57720d9f 100644 --- a/.github/workflows/build-master-blue-arm64.yaml +++ b/.github/workflows/build-master-blue-arm64.yaml @@ -117,7 +117,7 @@ jobs: DOWNLOAD_ONLY: true COSIGN_EXPERIMENTAL: 1 # use keyless signing COSIGN_REPOSITORY: raccos/releases-blue - PUBLISH_ARGS: "--plugin luet-cosign" + PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign" steps: - run: | sudo rm -rf build || true diff --git a/.github/workflows/build-master-blue-x86_64.yaml b/.github/workflows/build-master-blue-x86_64.yaml index 4c3afc256ef..e4c965c4e15 100644 --- a/.github/workflows/build-master-blue-x86_64.yaml +++ b/.github/workflows/build-master-blue-x86_64.yaml @@ -107,7 +107,7 @@ jobs: DOWNLOAD_ONLY: true COSIGN_EXPERIMENTAL: 1 # use keyless signing COSIGN_REPOSITORY: raccos/releases-blue - PUBLISH_ARGS: "--plugin luet-cosign" + PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign" steps: - name: Install Go uses: actions/setup-go@v2 diff --git a/.github/workflows/build-master-green-arm64.yaml b/.github/workflows/build-master-green-arm64.yaml index 9c1e7498fad..07804435ec2 100644 --- a/.github/workflows/build-master-green-arm64.yaml +++ b/.github/workflows/build-master-green-arm64.yaml @@ -424,7 +424,7 @@ jobs: DOWNLOAD_ONLY: true COSIGN_EXPERIMENTAL: 1 # use keyless signing COSIGN_REPOSITORY: raccos/releases-green - PUBLISH_ARGS: "--plugin luet-cosign" + PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign" steps: - run: | sudo rm -rf build || true diff --git a/.github/workflows/build-master-green-x86_64.yaml b/.github/workflows/build-master-green-x86_64.yaml index caf2d629a69..6595e44ca10 100644 --- a/.github/workflows/build-master-green-x86_64.yaml +++ b/.github/workflows/build-master-green-x86_64.yaml @@ -648,7 +648,7 @@ jobs: DOWNLOAD_ONLY: true COSIGN_EXPERIMENTAL: 1 # use keyless signing COSIGN_REPOSITORY: raccos/releases-green - PUBLISH_ARGS: "--plugin luet-cosign" + PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign" steps: - name: Install Go uses: actions/setup-go@v2 diff --git a/.github/workflows/build-master-orange-arm64.yaml b/.github/workflows/build-master-orange-arm64.yaml index 35e3f5131ab..2c213d2794c 100644 --- a/.github/workflows/build-master-orange-arm64.yaml +++ b/.github/workflows/build-master-orange-arm64.yaml @@ -119,7 +119,7 @@ jobs: DOWNLOAD_ONLY: true COSIGN_EXPERIMENTAL: 1 # use keyless signing COSIGN_REPOSITORY: raccos/releases-orange - PUBLISH_ARGS: "--plugin luet-cosign" + PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign" steps: - run: | sudo rm -rf build || true diff --git a/.github/workflows/build-master-orange-x86_64.yaml b/.github/workflows/build-master-orange-x86_64.yaml index 0d2c9d2dec0..54eb504cff5 100644 --- a/.github/workflows/build-master-orange-x86_64.yaml +++ b/.github/workflows/build-master-orange-x86_64.yaml @@ -107,7 +107,7 @@ jobs: DOWNLOAD_ONLY: true COSIGN_EXPERIMENTAL: 1 # use keyless signing COSIGN_REPOSITORY: raccos/releases-orange - PUBLISH_ARGS: "--plugin luet-cosign" + PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign" steps: - name: Install Go uses: actions/setup-go@v2 diff --git a/.github/workflows/build-releases-blue-arm64.yaml b/.github/workflows/build-releases-blue-arm64.yaml index 057187ab26c..73b9b6ca032 100644 --- a/.github/workflows/build-releases-blue-arm64.yaml +++ b/.github/workflows/build-releases-blue-arm64.yaml @@ -117,7 +117,7 @@ jobs: DOWNLOAD_ONLY: true COSIGN_EXPERIMENTAL: 1 # use keyless signing COSIGN_REPOSITORY: raccos/releases-blue - PUBLISH_ARGS: "--plugin luet-cosign" + PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign" steps: - run: | sudo rm -rf build || true diff --git a/.github/workflows/build-releases-blue-x86_64.yaml b/.github/workflows/build-releases-blue-x86_64.yaml index 21e1b2f8fbc..df285913d20 100644 --- a/.github/workflows/build-releases-blue-x86_64.yaml +++ b/.github/workflows/build-releases-blue-x86_64.yaml @@ -107,7 +107,7 @@ jobs: DOWNLOAD_ONLY: true COSIGN_EXPERIMENTAL: 1 # use keyless signing COSIGN_REPOSITORY: raccos/releases-blue - PUBLISH_ARGS: "--plugin luet-cosign" + PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign" steps: - name: Install Go uses: actions/setup-go@v2 diff --git a/.github/workflows/build-releases-green-arm64.yaml b/.github/workflows/build-releases-green-arm64.yaml index 13bcb1d901c..27fcf932bd7 100644 --- a/.github/workflows/build-releases-green-arm64.yaml +++ b/.github/workflows/build-releases-green-arm64.yaml @@ -424,7 +424,7 @@ jobs: DOWNLOAD_ONLY: true COSIGN_EXPERIMENTAL: 1 # use keyless signing COSIGN_REPOSITORY: raccos/releases-green - PUBLISH_ARGS: "--plugin luet-cosign" + PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign" steps: - run: | sudo rm -rf build || true diff --git a/.github/workflows/build-releases-green-x86_64.yaml b/.github/workflows/build-releases-green-x86_64.yaml index 8c62870dc18..03e46e5f55e 100644 --- a/.github/workflows/build-releases-green-x86_64.yaml +++ b/.github/workflows/build-releases-green-x86_64.yaml @@ -648,7 +648,7 @@ jobs: DOWNLOAD_ONLY: true COSIGN_EXPERIMENTAL: 1 # use keyless signing COSIGN_REPOSITORY: raccos/releases-green - PUBLISH_ARGS: "--plugin luet-cosign" + PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign" steps: - name: Install Go uses: actions/setup-go@v2 diff --git a/.github/workflows/build-releases-orange-arm64.yaml b/.github/workflows/build-releases-orange-arm64.yaml index 760da2de930..78c97ca014f 100644 --- a/.github/workflows/build-releases-orange-arm64.yaml +++ b/.github/workflows/build-releases-orange-arm64.yaml @@ -119,7 +119,7 @@ jobs: DOWNLOAD_ONLY: true COSIGN_EXPERIMENTAL: 1 # use keyless signing COSIGN_REPOSITORY: raccos/releases-orange - PUBLISH_ARGS: "--plugin luet-cosign" + PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign" steps: - run: | sudo rm -rf build || true diff --git a/.github/workflows/build-releases-orange-x86_64.yaml b/.github/workflows/build-releases-orange-x86_64.yaml index 18172fad505..7ca98b22924 100644 --- a/.github/workflows/build-releases-orange-x86_64.yaml +++ b/.github/workflows/build-releases-orange-x86_64.yaml @@ -107,7 +107,7 @@ jobs: DOWNLOAD_ONLY: true COSIGN_EXPERIMENTAL: 1 # use keyless signing COSIGN_REPOSITORY: raccos/releases-orange - PUBLISH_ARGS: "--plugin luet-cosign" + PUBLISH_ARGS: "--concurrency 1 --plugin luet-cosign" steps: - name: Install Go uses: actions/setup-go@v2