Skip to content

Commit

Permalink
Added no parallelism as a workaround for Broker object config causing…
Browse files Browse the repository at this point in the history
… restarting nginx on broker
  • Loading branch information
bczoma committed Oct 3, 2023
1 parent 5cbd5fa commit 1073499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/provider-build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: workflow_call

jobs:
test:
name: Run Provider setup and tests
name: Run Provider tests
runs-on: ubuntu-latest
steps:
- name: Set up Go
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
pushd ci/broker_vpn_q
# Create
terraform plan
terraform apply -auto-approve
terraform apply -auto-approve -parallelism=1 # This is a workaround for Broker object config causing restarting nginx on broker
sleep 1
# Modify
cat ../broker_vpn_q2/testconfig2.tf >> testconfig.tf
Expand Down

0 comments on commit 1073499

Please sign in to comment.