File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 66
77 label: ":gear: Setup"
88 timeout_in_minutes: 30
9- # agents:
10- # - "queue=cpu_tf_1.14 "
9+ agents:
10+ - "queue=r0.16 "
1111 parallelism: 1
1212 - wait
1313
1818
1919 label: ":pencil: Code Format ?"
2020 timeout_in_minutes: 30
21- # agents:
22- # - "queue=cpu_tf_1.14 "
21+ agents:
22+ - "queue=r0.16 "
2323 parallelism: 1
2424 - wait
2525
3030
3131 label: ":hammer_and_wrench: Build"
3232 timeout_in_minutes: 60
33- # agents:
34- # - "queue=cpu_tf_1.14 "
33+ agents:
34+ - "queue=r0.16 "
3535 parallelism: 1
3636 - wait
3737
4444
4545 label: ":bazel: Bazel Build"
4646 timeout_in_minutes: 30
47- # agents:
48- # - "queue=cpu_tf_1.14 "
47+ agents:
48+ - "queue=r0.16 "
4949 - wait
5050
5151 - command : |
5454
5555 label: ":chrome: C++ Unit Test"
5656 timeout_in_minutes: 30
57- # agents:
58- # - "queue=cpu_tf_1.14 "
57+ agents:
58+ - "queue=r0.16 "
5959 - wait
6060
6161 - command : |
6666
6767 label: ":gear: Install"
6868 timeout_in_minutes: 30
69- # agents:
70- # - "queue=cpu_tf_1.14 "
69+ agents:
70+ - "queue=r0.16 "
7171 - wait
7272 - command : |
7373 source /localdisk/buildkite/artifacts/$BUILDKITE_BUILD_ID/venv/bin/activate
7777
7878 label: ":python: nGraph Pytest"
7979 timeout_in_minutes: 30
80- # agents:
81- # - "queue=cpu_tf_1.14 "
80+ agents:
81+ - "queue=r0.16 "
8282
8383 - wait
8484 - command : |
8989
9090 label: ":python: TensorFlow Pytest"
9191 timeout_in_minutes: 60
92- # agents:
93- # - "queue=cpu_tf_1.14 "
92+ agents:
93+ - "queue=r0.16 "
9494
9595 - wait
9696
100100 --artifacts /localdisk/buildkite/artifacts/$BUILDKITE_BUILD_ID --test_resnet
101101 label: ":bar_chart: ResNet50"
102102 timeout_in_minutes: 30
103- # agents:
104- # - "queue=cpu_tf_1.14 "
103+ agents:
104+ - "queue=r0.16 "
105105 - wait
106106 - command : |
107107 rm -rf /localdisk/buildkite/artifacts/$BUILDKITE_BUILD_ID
108108 label: ":wastebasket: Cleanup"
109- # agents:
110- # - "queue=cpu_tf_1.14 "
109+ agents:
110+ - "queue=r0.16 "
111111
You can’t perform that action at this time.
0 commit comments