-
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
Update triage github actions workflow #580
Conversation
Update the triage github actions workflow to use the shared implementation. This allows us to just change the shared workflow when it needs updated, rather than having to update each and every repository.
Click to view CI ResultsGitHub pull request #580 of commit fa2a6b7bd21e893d7f9a570fbcc465b6259a2c9b, no merge conflicts. Running as SYSTEM Setting status of fa2a6b7bd21e893d7f9a570fbcc465b6259a2c9b to PENDING with url https://10.20.13.93:8080/job/merlin_merlin/401/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/580/*:refs/remotes/origin/pr/580/* # timeout=10 > git rev-parse fa2a6b7bd21e893d7f9a570fbcc465b6259a2c9b^{commit} # timeout=10 Checking out Revision fa2a6b7bd21e893d7f9a570fbcc465b6259a2c9b (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f fa2a6b7bd21e893d7f9a570fbcc465b6259a2c9b # timeout=10 Commit message: "Update triage github actions workflow" > git rev-list --no-walk d72331b2aad7d4d134316a2087b6dcc495467fca # timeout=10 [merlin_merlin] $ /bin/bash /tmp/jenkins10571969354090117099.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 |
Documentation preview |
Click to view CI ResultsGitHub pull request #580 of commit d716a55a8dd0f270c8f9026bfc213cebacd3a6dd, no merge conflicts. Running as SYSTEM Setting status of d716a55a8dd0f270c8f9026bfc213cebacd3a6dd to PENDING with url https://10.20.13.93:8080/job/merlin_merlin/403/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/580/*:refs/remotes/origin/pr/580/* # timeout=10 > git rev-parse d716a55a8dd0f270c8f9026bfc213cebacd3a6dd^{commit} # timeout=10 Checking out Revision d716a55a8dd0f270c8f9026bfc213cebacd3a6dd (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f d716a55a8dd0f270c8f9026bfc213cebacd3a6dd # timeout=10 Commit message: "Merge branch 'main' into update_triage_workflow" > git rev-list --no-walk baa491dab8cdf10179af987055816c93c0dacb65 # timeout=10 [merlin_merlin] $ /bin/bash /tmp/jenkins16974854437021207976.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 |
Update the triage github actions workflow to use the shared implementation.
This allows us to just change the shared workflow when it needs updated,
rather than having to update each and every repository.