Skip to content

Commit

Permalink
Hard code lock count to 4
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Sunku <[email protected]>
  • Loading branch information
sunkuamzn committed Oct 22, 2024
1 parent 8aef9a3 commit 9d87593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/aws/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def get_test_stage_with_lock_persistent(stage_name, build_tag, os, instance_type
*/
return {
stage("${stage_name}") {
lock(label: lock_label, quantity: lock_count) {
lock(label: lock_label, quantity: 4) {
this.run_test_orchestrator_once_persistent(stage_name, build_tag, os, instance_type, lock_count, region, odcr, addl_args)
}
}
Expand Down

0 comments on commit 9d87593

Please sign in to comment.