Skip to content

Commit 56640f3

Browse files
Updated BK script
1 parent 5f015c5 commit 56640f3

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

test/ci/buildkite/ngtf-cpu_ubuntu_18_04.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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

@@ -18,8 +18,8 @@
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

@@ -30,8 +30,8 @@
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

@@ -44,8 +44,8 @@
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: |
@@ -54,8 +54,8 @@
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: |
@@ -66,8 +66,8 @@
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
@@ -77,8 +77,8 @@
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: |
@@ -89,8 +89,8 @@
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

@@ -100,12 +100,12 @@
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

0 commit comments

Comments
 (0)