marcoabreu closed pull request #11452: [Nightly Tests] Disable some nightly
tests for installation guide
URL: https://github.com/apache/incubator-mxnet/pull/11452
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/tests/nightly/Jenkinsfile b/tests/nightly/Jenkinsfile
index 4b7a0943701..fb9fbfd0521 100755
--- a/tests/nightly/Jenkinsfile
+++ b/tests/nightly/Jenkinsfile
@@ -89,11 +89,13 @@ try {
node('mxnetlinux-cpu') {
ws('workspace/nt-Installation-cpu') {
init_git()
+ //Some install guide tests are currently diabled and tracked here:
+ //1. https://github.com/apache/incubator-mxnet/issues/11369
+ //2. https://github.com/apache/incubator-mxnet/issues/11288
docker_run('ubuntu_base_cpu', 'nightly_test_installation
ubuntu_python_cpu_virtualenv', false)
- docker_run('ubuntu_base_cpu', 'nightly_test_installation
ubuntu_python_cpu_pip', false)
- //Docker Install Test is currently disabled and tracked here:
https://github.com/apache/incubator-mxnet/issues/11288
+ //docker_run('ubuntu_base_cpu', 'nightly_test_installation
ubuntu_python_cpu_pip', false)
//docker_run('ubuntu_base_cpu', 'nightly_test_installation
ubuntu_python_cpu_docker', false)
- docker_run('ubuntu_base_cpu', 'nightly_test_installation
ubuntu_python_cpu_source', false)
+ //docker_run('ubuntu_base_cpu', 'nightly_test_installation
ubuntu_python_cpu_source', false)
}
}
},
@@ -101,9 +103,11 @@ try {
node('mxnetlinux-gpu') {
ws('workspace/nt-Installation-gpu') {
init_git()
+ //Some install guide tests are currently diabled and tracked here:
+ //1. https://github.com/apache/incubator-mxnet/issues/11369
+ //2. https://github.com/apache/incubator-mxnet/issues/11288
docker_run('ubuntu_base_gpu', 'nightly_test_installation
ubuntu_python_gpu_virtualenv', true)
- docker_run('ubuntu_base_gpu', 'nightly_test_installation
ubuntu_python_gpu_pip', true)
- //Docker Install Test is currently disabled and tracked here:
https://github.com/apache/incubator-mxnet/issues/11288
+ //docker_run('ubuntu_base_gpu', 'nightly_test_installation
ubuntu_python_gpu_pip', true)
//docker_run('ubuntu_base_gpu', 'nightly_test_installation
ubuntu_python_gpu_docker', true)
docker_run('ubuntu_base_gpu', 'nightly_test_installation
ubuntu_python_gpu_source', true)
}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services