-
Notifications
You must be signed in to change notification settings - Fork 6.8k
LT Nightly tests: removing forked and adding overall timeout for 2 hrs #19792
Conversation
Hey @access2rohit , Thanks for submitting the PR
CI supported jobs: [miscellaneous, sanity, centos-gpu, windows-cpu, unix-cpu, unix-gpu, clang, windows-gpu, centos-cpu, website, edge] Note: |
Can you provide more details? Why would removing |
@leezu
It seems that with forked individual timeout is picked only from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for clarifying! LGTM
29d7b7c
to
ae1f7fd
Compare
ae1f7fd
to
81bcbe8
Compare
81bcbe8
to
b603f9e
Compare
Description
--forked
option causes significant slowdown in pytest runs hence it is better to remove that option and simply increase timeout for large tensor testsChecklist
Essentials
Testing
Done by creating the nightly CI docker build:
ci/build.py -e BRANCH=master --docker-registry mxnetci --platform ubuntu_cpu --docker-build-retries 3 --shm-size 500m /work/runtime_functions.sh build_ubuntu_cpu_large_tensor
and then ran inside the container:
ci/build.py -e BRANCH=master --docker-registry mxnetci --platform ubuntu_cpu --docker-build-retries 3 --shm-size 500m /work/runtime_functions.sh build_ubuntu_cpu_large_tensor
Final output of above command: