Skip to content

Commit

Permalink
GHA - reduce parallelism on release to 2 (#23553)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed Oct 13, 2023
1 parent e8a15ff commit 3c1b942
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Expand Up @@ -36,6 +36,7 @@ jobs:
name: 'Terraform Provider Release'
needs: [go-version, release-notes]
uses: hashicorp/ghaction-terraform-provider-release/.github/workflows/hashicorp.yml@v2

secrets:
hc-releases-github-token: '${{ secrets.HASHI_RELEASES_GITHUB_TOKEN }}'
hc-releases-host-staging: '${{ secrets.HC_RELEASES_HOST_STAGING }}'
Expand All @@ -47,7 +48,7 @@ jobs:
signore-client-id: '${{ secrets.SIGNORE_CLIENT_ID }}'
signore-client-secret: '${{ secrets.SIGNORE_CLIENT_SECRET }}'
with:
goreleaser-release-args: --timeout 2h --verbose
goreleaser-release-args: --timeout 2h --verbose --parallelism 2
hc-releases-aws-role-duration-seconds: 7200
release-notes: true
setup-go-version: '${{ needs.go-version.outputs.version }}'
Expand Down

0 comments on commit 3c1b942

Please sign in to comment.