File tree Expand file tree Collapse file tree 4 files changed +26
-26
lines changed Expand file tree Collapse file tree 4 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ if (NOT USE_PRE_BUILT_NGRAPH)
234234 ExternalProject_Add(
235235 ext_ngraph
236236 GIT_REPOSITORY https://github.com/NervanaSystems/ngraph
237- GIT_TAG v0.23.0-rc.2
237+ GIT_TAG v0.23.0-rc.3
238238 CMAKE_ARGS
239239 -DNGRAPH_DISTRIBUTED_ENABLE=${NGRAPH_DISTRIBUTED_ENABLE}
240240 -DNGRAPH_INSTALL_PREFIX=${NGRAPH_ARTIFACTS_DIR}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ tf_configure(
2525http_archive (
2626 name = "ngraph" ,
2727 build_file = "//:bazel/ngraph.BUILD" ,
28- sha256 = "1a1182f639506d472a22cefff53c9bdd536f2feacb633f66ad6a72fb5354ee06 " ,
29- strip_prefix = "ngraph-0.23.0-rc.2 " ,
28+ sha256 = "bc818db68986ad309a6d546fa875cddf94196a51f8c7082631aeffd124859b58 " ,
29+ strip_prefix = "ngraph-0.23.0-rc.3 " ,
3030 urls = [
31- "https://mirror.bazel.build/github.com/NervanaSystems/ngraph/archive/v0.23.0-rc.2 .tar.gz" ,
32- "https://github.com/NervanaSystems/ngraph/archive/v0.23.0-rc.2 .tar.gz"
31+ "https://mirror.bazel.build/github.com/NervanaSystems/ngraph/archive/v0.23.0-rc.3 .tar.gz" ,
32+ "https://github.com/NervanaSystems/ngraph/archive/v0.23.0-rc.3 .tar.gz"
3333 ],
3434)
3535
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def main():
5353 '''
5454
5555 # Component versions
56- ngraph_version = "v0.23.0-rc.2 "
56+ ngraph_version = "v0.23.0-rc.3 "
5757 tf_version = "v1.14.0"
5858
5959 # Command line parser options
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=cpu_tf_1.14"
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=cpu_tf_1.14"
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=cpu_tf_1.14"
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=cpu_tf_1.14"
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=cpu_tf_1.14"
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=cpu_tf_1.14"
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=cpu_tf_1.14"
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=cpu_tf_1.14"
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=cpu_tf_1.14"
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=cpu_tf_1.14"
111111
You can’t perform that action at this time.
0 commit comments