Transformers4Rec icon indicating copy to clipboard operation
Transformers4Rec copied to clipboard

Update getting started ETL notebook to generate schema file from nvt and training nb to read the schema file

Open rnyak opened this issue 3 years ago • 3 comments

rnyak avatar Aug 12 '22 19:08 rnyak

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Click to view CI Results
GitHub pull request #471 of commit a619314b824b68723773bef9dc2f5a5316bfa28d, no merge conflicts.
Running as SYSTEM
Setting status of a619314b824b68723773bef9dc2f5a5316bfa28d to PENDING with url http://10.20.17.181:8080/job/transformers4rec_tests/172/ and message: 'Build started for merge commit.'
Using context: Jenkins Unit Test Run
Building on master in workspace /var/jenkins_home/workspace/transformers4rec_tests
using credential nvidia-merlin-bot
Cloning the remote Git repository
Cloning repository https://github.com/NVIDIA-Merlin/Transformers4Rec.git
 > git init /var/jenkins_home/workspace/transformers4rec_tests/transformers4rec # timeout=10
Fetching upstream changes from https://github.com/NVIDIA-Merlin/Transformers4Rec.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD
 > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/Transformers4Rec.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/NVIDIA-Merlin/Transformers4Rec.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/NVIDIA-Merlin/Transformers4Rec.git # timeout=10
Fetching upstream changes from https://github.com/NVIDIA-Merlin/Transformers4Rec.git
using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD
 > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/Transformers4Rec.git +refs/pull/471/*:refs/remotes/origin/pr/471/* # timeout=10
 > git rev-parse a619314b824b68723773bef9dc2f5a5316bfa28d^{commit} # timeout=10
Checking out Revision a619314b824b68723773bef9dc2f5a5316bfa28d (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a619314b824b68723773bef9dc2f5a5316bfa28d # timeout=10
Commit message: "generate schema file from nvt"
 > git rev-list --no-walk 71e1596b73debd4d185da3628ad3b1be1430565e # timeout=10
First time build. Skipping changelog.
[transformers4rec_tests] $ /bin/bash /tmp/jenkins2903272895106255838.sh
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0
rootdir: /var/jenkins_home/workspace/transformers4rec_tests/transformers4rec
plugins: anyio-3.6.1, xdist-2.5.0, forked-1.4.0, cov-3.0.0
collected 1 item

tests/unit/test_notebooks.py . [100%]

============================== 1 passed in 37.01s ============================== Performing Post build task... Match found for : : True Logical operation result is TRUE Running script : #!/bin/bash cd /var/jenkins_home/ CUDA_VISIBLE_DEVICES=2 python test_res_push.py "https://api.GitHub.com/repos/NVIDIA-Merlin/Transformers4Rec/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log" [transformers4rec_tests] $ /bin/bash /tmp/jenkins1333965539205957838.sh

nvidia-merlin-bot avatar Aug 12 '22 19:08 nvidia-merlin-bot