Skip to content

Commit

Permalink
Updated BK script
Browse files Browse the repository at this point in the history
  • Loading branch information
avijit-nervana committed Jul 2, 2019
1 parent 5f015c5 commit 56640f3
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions test/ci/buildkite/ngtf-cpu_ubuntu_18_04.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
label: ":gear: Setup"
timeout_in_minutes: 30
# agents:
# - "queue=cpu_tf_1.14"
agents:
- "queue=r0.16"
parallelism: 1
- wait

Expand All @@ -18,8 +18,8 @@
label: ":pencil: Code Format ?"
timeout_in_minutes: 30
# agents:
# - "queue=cpu_tf_1.14"
agents:
- "queue=r0.16"
parallelism: 1
- wait

Expand All @@ -30,8 +30,8 @@
label: ":hammer_and_wrench: Build"
timeout_in_minutes: 60
# agents:
# - "queue=cpu_tf_1.14"
agents:
- "queue=r0.16"
parallelism: 1
- wait

Expand All @@ -44,8 +44,8 @@
label: ":bazel: Bazel Build"
timeout_in_minutes: 30
# agents:
# - "queue=cpu_tf_1.14"
agents:
- "queue=r0.16"
- wait

- command: |
Expand All @@ -54,8 +54,8 @@
label: ":chrome: C++ Unit Test"
timeout_in_minutes: 30
# agents:
# - "queue=cpu_tf_1.14"
agents:
- "queue=r0.16"
- wait

- command: |
Expand All @@ -66,8 +66,8 @@
label: ":gear: Install"
timeout_in_minutes: 30
# agents:
# - "queue=cpu_tf_1.14"
agents:
- "queue=r0.16"
- wait
- command: |
source /localdisk/buildkite/artifacts/$BUILDKITE_BUILD_ID/venv/bin/activate
Expand All @@ -77,8 +77,8 @@
label: ":python: nGraph Pytest"
timeout_in_minutes: 30
# agents:
# - "queue=cpu_tf_1.14"
agents:
- "queue=r0.16"
- wait
- command: |
Expand All @@ -89,8 +89,8 @@
label: ":python: TensorFlow Pytest"
timeout_in_minutes: 60
# agents:
# - "queue=cpu_tf_1.14"
agents:
- "queue=r0.16"
- wait

Expand All @@ -100,12 +100,12 @@
--artifacts /localdisk/buildkite/artifacts/$BUILDKITE_BUILD_ID --test_resnet
label: ":bar_chart: ResNet50"
timeout_in_minutes: 30
# agents:
# - "queue=cpu_tf_1.14"
agents:
- "queue=r0.16"
- wait
- command: |
rm -rf /localdisk/buildkite/artifacts/$BUILDKITE_BUILD_ID
label: ":wastebasket: Cleanup"
# agents:
# - "queue=cpu_tf_1.14"
agents:
- "queue=r0.16"

0 comments on commit 56640f3

Please sign in to comment.