Skip to content

Commit

Permalink
remove random wait and set create test job parallel to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyangyu authored Feb 28, 2024
1 parent 562b099 commit ea5d426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
create-test:
needs: setup
strategy:
max-parallel: 1
fail-fast: false
matrix:
region: [ us-east-1, us-west-2, ap-northeast-1, ap-southeast-1, eu-central-1 ]
Expand All @@ -62,7 +63,6 @@ jobs:
- name: Create cluster
run: |
set +e
sleep $((RANDOM % 60))
PROJECT_ID=1372813089447741295
result=`ticloud cluster create -p $PROJECT_ID --cluster-name ${{ matrix.region }} --cloud-provider AWS -r ${{ matrix.region }} --root-password ${{ secrets.TIDB_CLOUD_PASSWORD }} --cluster-type SERVERLESS`
exitcode="$?"
Expand Down

0 comments on commit ea5d426

Please sign in to comment.