@@ -22,11 +22,13 @@ steps:
2222 - name : " :linux: Linux AMD64 Tests"
2323 key : test-linux-amd64
2424 command : " .buildkite/steps/tests.sh"
25+ parallelism : 2
2526 artifact_paths : junit-*.xml
2627 plugins :
2728 - docker-compose#v4.14.0:
2829 config : .buildkite/docker-compose.yml
2930 cli-version : 2
31+ propagate-environment : true
3032 run : agent
3133 - test-collector#v1.2.0:
3234 files : " junit-*.xml"
@@ -37,13 +39,15 @@ steps:
3739 - name : " :linux: Linux ARM64 Tests"
3840 key : test-linux-arm64
3941 command : " .buildkite/steps/tests.sh"
42+ parallelism : 2
4043 artifact_paths : junit-*.xml
4144 agents :
4245 queue : $AGENT_RUNNERS_LINUX_ARM64_QUEUE
4346 plugins :
4447 - docker-compose#v4.14.0:
4548 config : .buildkite/docker-compose.yml
4649 cli-version : 2
50+ propagate-environment : true
4751 run : agent
4852 - test-collector#v1.2.0:
4953 files : " junit-*.xml"
@@ -54,13 +58,16 @@ steps:
5458 - name : " :satellite: Detect Data Races"
5559 key : test-race-linux-arm64
5660 command : " .buildkite/steps/tests.sh -race"
61+ # Extra parallelism because this data race test is slow
62+ parallelism : 3
5763 artifact_paths : junit-*.xml
5864 agents :
5965 queue : $AGENT_RUNNERS_LINUX_ARM64_QUEUE
6066 plugins :
6167 - docker-compose#v4.14.0:
6268 config : .buildkite/docker-compose.yml
6369 cli-version : 2
70+ propagate-environment : true
6471 run : agent
6572 - test-collector#v1.2.0:
6673 files : " junit-*.xml"
7178 - name : " :windows: Windows AMD64 Tests"
7279 key : test-windows
7380 command : " bash .buildkite\\ steps\\ tests.sh"
81+ parallelism : 2
7482 artifact_paths : junit-*.xml
7583 agents :
7684 queue : $AGENT_RUNNERS_WINDOWS_QUEUE
0 commit comments