Skip to content

Commit ea5d426

Browse files
authored
remove random wait and set create test job parallel to 1
1 parent 562b099 commit ea5d426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
create-test:
4545
needs: setup
4646
strategy:
47+
max-parallel: 1
4748
fail-fast: false
4849
matrix:
4950
region: [ us-east-1, us-west-2, ap-northeast-1, ap-southeast-1, eu-central-1 ]
@@ -62,7 +63,6 @@ jobs:
6263
- name: Create cluster
6364
run: |
6465
set +e
65-
sleep $((RANDOM % 60))
6666
PROJECT_ID=1372813089447741295
6767
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`
6868
exitcode="$?"

0 commit comments

Comments
 (0)