Skip to content

Commit

Permalink
feat(ci): add concurrency control for integration test (#14837)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuefengze authored Jan 30, 2024
1 parent 43b6eef commit d694af0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/scripts/gen-integration-test-yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def gen_pipeline_steps():
command: ci/scripts/integration-tests.sh -c {test_case} -f {test_format}
timeout_in_minutes: 30
retry: *auto-retry
concurrency: 10
concurrency_group: 'integration-test/run'
plugins:
- seek-oss/aws-sm#v2.3.1:
env:
Expand Down

0 comments on commit d694af0

Please sign in to comment.