Skip to content

Commit 57f40cc

Browse files
authored
fix: trying parallelism 1 with ubuntu-22.04-arm-4c-l (#727)
* chore: testing runners * fix: added unit and acc tests for windows_device_compliance_notifications * feat: added windows_enrollment_status_page with unit and acc tests * chore: revert pipeline runner change * chore: doc fix ups * chore: more docs * chore: testing large ubuntu runners * fix: 1st itteration of autopatch_group resource * chore: more troubleshooting ubuntu runners * fix: trying minimal
1 parent 30cff84 commit 57f40cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/provider-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pre-release-checks:
2323
name: '🚦 Pre-release Validation'
2424
runs-on: ubuntu-22.04-arm-4c-l
25-
timeout-minutes: 60
25+
timeout-minutes: 120
2626
steps:
2727
- name: Harden Runner
2828
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
@@ -76,7 +76,7 @@ jobs:
7676
gpg-private-key: '${{ secrets.GPG_PRIVATE_KEY }}' # Your GPG private key
7777
gpg-private-key-passphrase: '${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}' # Passphrase for your GPG key, if applicable
7878
with:
79-
goreleaser-release-args: --verbose --parallelism 2 --timeout 120m0s # parallelism set to match the number of free cores on the runner
79+
goreleaser-release-args: --verbose --parallelism 1 --timeout 120m0s # parallelism set to match the number of free cores on the runner
8080

8181
release-notes: false
8282
setup-go-version: '1.22.5'

0 commit comments

Comments
 (0)