-
Notifications
You must be signed in to change notification settings - Fork 15
Standardize our pre-commit hooks #71
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
Conversation
This includes the super-set of commit hooks from NVTabular and Merlin Models, and applies them to the whole `core` library.
Click to view CI ResultsGitHub pull request #71 of commit f068b073e6acc47171c53193d1af316a08cba262, no merge conflicts.
Running as SYSTEM
Setting status of f068b073e6acc47171c53193d1af316a08cba262 to PENDING with url https://10.20.13.93:8080/job/merlin_core/30/console and message: 'Pending'
Using context: Jenkins
Building on master in workspace /var/jenkins_home/workspace/merlin_core
using credential ce87ff3c-94f0-400a-8303-cb4acb4918b5
> 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/core # timeout=10
Fetching upstream changes from https://github.com/NVIDIA-Merlin/core
> git --version # timeout=10
using GIT_ASKPASS to set credentials login for merlin-systems username and pass
> git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/core +refs/pull/71/*:refs/remotes/origin/pr/71/* # timeout=10
> git rev-parse f068b073e6acc47171c53193d1af316a08cba262^{commit} # timeout=10
Checking out Revision f068b073e6acc47171c53193d1af316a08cba262 (detached)
> git config core.sparsecheckout # timeout=10
> git checkout -f f068b073e6acc47171c53193d1af316a08cba262 # timeout=10
Commit message: "Standardize our pre-commit hooks"
> git rev-list --no-walk c10b099f3a93a052769682f902ac4521fadccf85 # timeout=10
[merlin_core] $ /bin/bash /tmp/jenkins8902899518617978413.sh
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (62.1.0)
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.1.1, pluggy-1.0.0
rootdir: /var/jenkins_home/workspace/merlin_core/core, configfile: pyproject.toml
plugins: xdist-2.5.0, forked-1.4.0, cov-3.0.0
collected 338 items / 1 skipped
|
Documentation preview |
Click to view CI ResultsGitHub pull request #71 of commit 4902f9fd982291334357b2388a9b51f48ac39afe, no merge conflicts.
Running as SYSTEM
Setting status of 4902f9fd982291334357b2388a9b51f48ac39afe to PENDING with url https://10.20.13.93:8080/job/merlin_core/31/console and message: 'Pending'
Using context: Jenkins
Building on master in workspace /var/jenkins_home/workspace/merlin_core
using credential ce87ff3c-94f0-400a-8303-cb4acb4918b5
> 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/core # timeout=10
Fetching upstream changes from https://github.com/NVIDIA-Merlin/core
> git --version # timeout=10
using GIT_ASKPASS to set credentials login for merlin-systems username and pass
> git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/core +refs/pull/71/*:refs/remotes/origin/pr/71/* # timeout=10
> git rev-parse 4902f9fd982291334357b2388a9b51f48ac39afe^{commit} # timeout=10
Checking out Revision 4902f9fd982291334357b2388a9b51f48ac39afe (detached)
> git config core.sparsecheckout # timeout=10
> git checkout -f 4902f9fd982291334357b2388a9b51f48ac39afe # timeout=10
Commit message: "Remove stray unnecessary pylint disable"
> git rev-list --no-walk f068b073e6acc47171c53193d1af316a08cba262 # timeout=10
[merlin_core] $ /bin/bash /tmp/jenkins6556794169656740009.sh
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (62.1.0)
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.1.1, pluggy-1.0.0
rootdir: /var/jenkins_home/workspace/merlin_core/core, configfile: pyproject.toml
plugins: xdist-2.5.0, forked-1.4.0, cov-3.0.0
collected 338 items / 1 skipped
|
This includes the super-set of commit hooks from NVTabular and Merlin Models, and applies them to the whole
corelibrary.