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

Commit

Permalink
test cd docker in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mseth10 committed Jan 21, 2021
1 parent 5f23b47 commit f9411ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1275,6 +1275,9 @@ ci_package_pypi() {
local mxnet_variant=${1:?"This function requires a python command as the first argument"}
cd_package_pypi ${mxnet_variant}
cd_integration_test_pypi
# testing cd docker images pipeline
./cd/python/docker/python_images.sh build ${mxnet_variant}
./cd/python/docker/python_images.sh test ${mxnet_variant}
}

# Packages libmxnet into wheel file
Expand Down

0 comments on commit f9411ae

Please sign in to comment.