Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[Nightly Tests] Sync with latest Dockerfile changes and Enable KV sto…
Browse files Browse the repository at this point in the history
…re test (#11358)

* Sync with latest dockerfile changes and enable KV store test

* Update JenkinsfileForBinaries

* Trigger build
  • Loading branch information
mbaijal authored and marcoabreu committed Jun 28, 2018
1 parent f848b3e commit e8f52b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ci/docker/Dockerfile.build.ubuntu_nightly_cpu
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ WORKDIR /work/deps

COPY install/ubuntu_core.sh /work/
RUN /work/ubuntu_core.sh
COPY install/ubuntu_ccache.sh /work/
RUN /work/ubuntu_ccache.sh
COPY install/deb_ubuntu_ccache.sh /work/
RUN /work/deb_ubuntu_ccache.sh
COPY install/ubuntu_python.sh /work/
RUN /work/ubuntu_python.sh
COPY install/ubuntu_scala.sh /work/
Expand Down
4 changes: 2 additions & 2 deletions ci/docker/Dockerfile.build.ubuntu_nightly_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ WORKDIR /work/deps

COPY install/ubuntu_core.sh /work/
RUN /work/ubuntu_core.sh
COPY install/ubuntu_ccache.sh /work/
RUN /work/ubuntu_ccache.sh
COPY install/deb_ubuntu_ccache.sh /work/
RUN /work/deb_ubuntu_ccache.sh
COPY install/ubuntu_python.sh /work/
RUN /work/ubuntu_python.sh
COPY install/ubuntu_scala.sh /work/
Expand Down
5 changes: 2 additions & 3 deletions tests/nightly/JenkinsfileForBinaries
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,11 @@ try {
}
},
'KVStore_SingleNode: GPU': {
node('mxnetlinux-gpu-p3') {
node('mxnetlinux-gpu-p3-8xlarge') {
ws('workspace/nt-KVStoreTest') {
init_git()
unpack_lib('gpu', mx_lib)
//https://github.com/apache/incubator-mxnet/issues/11289
//docker_run('ubuntu_nightly_gpu', 'nightly_test_KVStore_singleNode', true)
docker_run('ubuntu_nightly_gpu', 'nightly_test_KVStore_singleNode', true)
}
}
}
Expand Down

0 comments on commit e8f52b3

Please sign in to comment.