-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install tox in base image #532
Conversation
Documentation preview |
Click to view CI ResultsGitHub pull request #532 of commit 66ed2eb724ad394cfe75d4adb229a2df28c906cc, no merge conflicts. Running as SYSTEM Setting status of 66ed2eb724ad394cfe75d4adb229a2df28c906cc to PENDING with url https://10.20.13.93:8080/job/merlin_merlin/334/console and message: 'Pending' Using context: Jenkins Building on master in workspace /var/jenkins_home/workspace/merlin_merlin using credential systems-login > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/NVIDIA-Merlin/Merlin # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/Merlin > git --version # timeout=10 using GIT_ASKPASS to set credentials login for merlin-systems > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/Merlin +refs/pull/532/*:refs/remotes/origin/pr/532/* # timeout=10 > git rev-parse 66ed2eb724ad394cfe75d4adb229a2df28c906cc^{commit} # timeout=10 Checking out Revision 66ed2eb724ad394cfe75d4adb229a2df28c906cc (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 66ed2eb724ad394cfe75d4adb229a2df28c906cc # timeout=10 Commit message: "install tox in base image" > git rev-list --no-walk df88d4b685158dfb8ab622772ebb81c61eb770e2 # timeout=10 [merlin_merlin] $ /bin/bash /tmp/jenkins12983467929973243946.sh ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0 rootdir: /var/jenkins_home/workspace/merlin_merlin/merlin plugins: anyio-3.6.1, xdist-2.5.0, forked-1.4.0, cov-3.0.0 collected 3 items |
Click to view CI ResultsGitHub pull request #532 of commit 209f2e7da1bbb6e0802fe357160c8cfdfbd5ecf7, no merge conflicts. Running as SYSTEM Setting status of 209f2e7da1bbb6e0802fe357160c8cfdfbd5ecf7 to PENDING with url https://10.20.13.93:8080/job/merlin_merlin/336/console and message: 'Pending' Using context: Jenkins Building on master in workspace /var/jenkins_home/workspace/merlin_merlin using credential systems-login > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/NVIDIA-Merlin/Merlin # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/Merlin > git --version # timeout=10 using GIT_ASKPASS to set credentials login for merlin-systems > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/Merlin +refs/pull/532/*:refs/remotes/origin/pr/532/* # timeout=10 > git rev-parse 209f2e7da1bbb6e0802fe357160c8cfdfbd5ecf7^{commit} # timeout=10 Checking out Revision 209f2e7da1bbb6e0802fe357160c8cfdfbd5ecf7 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 209f2e7da1bbb6e0802fe357160c8cfdfbd5ecf7 # timeout=10 Commit message: "Merge branch 'main' into alaiacano/install-tox" > git rev-list --no-walk fc1877ac2d8ccfbae97e5c3232538cae3c6c492a # timeout=10 [merlin_merlin] $ /bin/bash /tmp/jenkins4957005427105048996.sh ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0 rootdir: /var/jenkins_home/workspace/merlin_merlin/merlin plugins: anyio-3.6.1, xdist-2.5.0, forked-1.4.0, cov-3.0.0 collected 3 items |
In order to use tox to run tests on jenkins we have to install it in the base image.