Skip to content
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

Build the documents with tox #168

Merged
merged 3 commits into from
Aug 16, 2022
Merged

Build the documents with tox #168

merged 3 commits into from
Aug 16, 2022

Conversation

mikemckiernan
Copy link
Member

No description provided.

@mikemckiernan mikemckiernan added the chore Maintenance for the repository label Aug 15, 2022
@karlhigley karlhigley added this to the Merlin 22.08 milestone Aug 15, 2022
python -m sphinx.cmd.build -P -b html source build
python -m sphinx.cmd.build -P -b html docs/source docs/build/html

[testenv:docs-multi]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nv-alaiacano , is there a way to avoid creating a second environment? Or a way to run the python command in one case and sphinx-multiversion in another case--like an env var or something?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hm i'm not sure. it would be nice if we could cache the .tox directory to avoid rebuilding every time. I'll look into that.

@github-actions
Copy link

Documentation preview

https://nvidia-merlin.github.io/systems/review/pr-168

@nvidia-merlin-bot
Copy link

Click to view CI Results
GitHub pull request #168 of commit faa8f690e3fee705ba414ed87cdbd8f2c1ff1b60, no merge conflicts.
Running as SYSTEM
Setting status of faa8f690e3fee705ba414ed87cdbd8f2c1ff1b60 to PENDING with url https://10.20.13.93:8080/job/merlin_systems/262/console and message: 'Pending'
Using context: Jenkins
Building on master in workspace /var/jenkins_home/workspace/merlin_systems
using credential fce1c729-5d7c-48e8-90cb-b0c314b1076e
 > 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/systems # timeout=10
Fetching upstream changes from https://github.com/NVIDIA-Merlin/systems
 > git --version # timeout=10
using GIT_ASKPASS to set credentials login for merlin-systems user + githubtoken
 > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/systems +refs/pull/168/*:refs/remotes/origin/pr/168/* # timeout=10
 > git rev-parse faa8f690e3fee705ba414ed87cdbd8f2c1ff1b60^{commit} # timeout=10
 > git rev-parse origin/faa8f690e3fee705ba414ed87cdbd8f2c1ff1b60^{commit} # timeout=10
 > git rev-parse faa8f690e3fee705ba414ed87cdbd8f2c1ff1b60^{commit} # timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script  : #!/bin/bash
cd /var/jenkins_home/
CUDA_VISIBLE_DEVICES=1 python test_res_push.py "https://api.GitHub.com/repos/NVIDIA-Merlin/systems/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log" 
[merlin_systems] $ /bin/bash /tmp/jenkins4737410124083347095.sh

@mikemckiernan
Copy link
Member Author

@nvidia-merlin-bot
Copy link

Click to view CI Results
GitHub pull request #168 of commit 90ad1f220fde95a6a6ed23f3b5fa4fd11175865d, no merge conflicts.
Running as SYSTEM
Setting status of 90ad1f220fde95a6a6ed23f3b5fa4fd11175865d to PENDING with url https://10.20.13.93:8080/job/merlin_systems/263/console and message: 'Pending'
Using context: Jenkins
Building on master in workspace /var/jenkins_home/workspace/merlin_systems
using credential fce1c729-5d7c-48e8-90cb-b0c314b1076e
 > 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/systems # timeout=10
Fetching upstream changes from https://github.com/NVIDIA-Merlin/systems
 > git --version # timeout=10
using GIT_ASKPASS to set credentials login for merlin-systems user + githubtoken
 > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/systems +refs/pull/168/*:refs/remotes/origin/pr/168/* # timeout=10
 > git rev-parse 90ad1f220fde95a6a6ed23f3b5fa4fd11175865d^{commit} # timeout=10
Checking out Revision 90ad1f220fde95a6a6ed23f3b5fa4fd11175865d (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 90ad1f220fde95a6a6ed23f3b5fa4fd11175865d # timeout=10
Commit message: "Build the documents with tox"
 > git rev-list --no-walk b0b1c3094f5679b6607b86e27ac9b18d5e3e36bb # timeout=10
[merlin_systems] $ /bin/bash /tmp/jenkins7035549219138493307.sh
PYTHONPATH=:/usr/local/lib/python3.8/dist-packages/:/usr/local/hugectr/lib:/var/jenkins_home/workspace/merlin_systems/systems
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0
rootdir: /var/jenkins_home/workspace/merlin_systems/systems, configfile: pyproject.toml
plugins: anyio-3.6.1, xdist-2.5.0, forked-1.4.0, cov-3.0.0
collected 75 items

tests/unit/test_version.py . [ 1%]
tests/unit/examples/test_serving_an_xgboost_model_with_merlin_systems.py . [ 2%]
[ 2%]
tests/unit/examples/test_serving_ranking_models_with_merlin_systems.py . [ 4%]
[ 4%]
tests/unit/systems/test_ensemble.py .... [ 9%]
tests/unit/systems/test_ensemble_ops.py .. [ 12%]
tests/unit/systems/test_export.py . [ 13%]
tests/unit/systems/test_graph.py . [ 14%]
tests/unit/systems/test_inference_ops.py ... [ 18%]
tests/unit/systems/test_model_registry.py . [ 20%]
tests/unit/systems/test_op_runner.py .... [ 25%]
tests/unit/systems/test_tensorflow_inf_op.py .... [ 30%]
tests/unit/systems/dag/ops/test_feast.py ..... [ 37%]
tests/unit/systems/dag/ops/test_softmax_sampling.py ................. [ 60%]
tests/unit/systems/fil/test_fil.py .......................... [ 94%]
tests/unit/systems/fil/test_forest.py .... [100%]

=============================== warnings summary ===============================
../../../../../usr/local/lib/python3.8/dist-packages/nvtabular/framework_utils/init.py:18
/usr/local/lib/python3.8/dist-packages/nvtabular/framework_utils/init.py:18: DeprecationWarning: The nvtabular.framework_utils module is being replaced by the Merlin Models library. Support for importing from nvtabular.framework_utils is deprecated, and will be removed in a future version. Please consider using the models and layers from Merlin Models instead.
warnings.warn(

tests/unit/examples/test_serving_ranking_models_with_merlin_systems.py: 1 warning
tests/unit/systems/test_ensemble.py: 2 warnings
tests/unit/systems/test_export.py: 1 warning
tests/unit/systems/test_inference_ops.py: 2 warnings
tests/unit/systems/test_op_runner.py: 4 warnings
/usr/local/lib/python3.8/dist-packages/cudf/core/frame.py:384: UserWarning: The deep parameter is ignored and is only included for pandas compatibility.
warnings.warn(

tests/unit/systems/test_export.py::test_export_run_ensemble_triton[tensorflow-parquet]
/var/jenkins_home/workspace/merlin_systems/systems/merlin/systems/triton/export.py:304: UserWarning: Column x is being generated by NVTabular workflow but is unused in test_name_tf model
warnings.warn(

tests/unit/systems/test_export.py::test_export_run_ensemble_triton[tensorflow-parquet]
/var/jenkins_home/workspace/merlin_systems/systems/merlin/systems/triton/export.py:304: UserWarning: Column y is being generated by NVTabular workflow but is unused in test_name_tf model
warnings.warn(

tests/unit/systems/test_export.py::test_export_run_ensemble_triton[tensorflow-parquet]
/var/jenkins_home/workspace/merlin_systems/systems/merlin/systems/triton/export.py:304: UserWarning: Column id is being generated by NVTabular workflow but is unused in test_name_tf model
warnings.warn(

tests/unit/systems/fil/test_fil.py::test_binary_classifier_default[sklearn_forest_classifier-get_model_params4]
tests/unit/systems/fil/test_fil.py::test_binary_classifier_with_proba[sklearn_forest_classifier-get_model_params4]
tests/unit/systems/fil/test_fil.py::test_multi_classifier[sklearn_forest_classifier-get_model_params4]
tests/unit/systems/fil/test_fil.py::test_regressor[sklearn_forest_regressor-get_model_params4]
tests/unit/systems/fil/test_fil.py::test_model_file[sklearn_forest_regressor-checkpoint.tl]
/usr/local/lib/python3.8/dist-packages/sklearn/utils/deprecation.py:103: FutureWarning: Attribute n_features_ was deprecated in version 1.0 and will be removed in 1.2. Use n_features_in_ instead.
warnings.warn(msg, category=FutureWarning)

tests/unit/systems/fil/test_forest.py::test_export_merlin_models
/usr/local/lib/python3.8/dist-packages/tornado/ioloop.py:350: DeprecationWarning: make_current is deprecated; start the event loop first
self.make_current()

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================= 75 passed, 20 warnings in 476.08s (0:07:56) ==================
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script : #!/bin/bash
cd /var/jenkins_home/
CUDA_VISIBLE_DEVICES=1 python test_res_push.py "https://api.GitHub.com/repos/NVIDIA-Merlin/systems/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log"
[merlin_systems] $ /bin/bash /tmp/jenkins4611153097962017294.sh

@nvidia-merlin-bot
Copy link

Click to view CI Results
GitHub pull request #168 of commit 2bab18d44a51e32af033723a38e079035079a026, no merge conflicts.
Running as SYSTEM
Setting status of 2bab18d44a51e32af033723a38e079035079a026 to PENDING with url https://10.20.13.93:8080/job/merlin_systems/269/console and message: 'Pending'
Using context: Jenkins
Building on master in workspace /var/jenkins_home/workspace/merlin_systems
using credential fce1c729-5d7c-48e8-90cb-b0c314b1076e
 > 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/systems # timeout=10
Fetching upstream changes from https://github.com/NVIDIA-Merlin/systems
 > git --version # timeout=10
using GIT_ASKPASS to set credentials login for merlin-systems user + githubtoken
 > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/systems +refs/pull/168/*:refs/remotes/origin/pr/168/* # timeout=10
 > git rev-parse 2bab18d44a51e32af033723a38e079035079a026^{commit} # timeout=10
Checking out Revision 2bab18d44a51e32af033723a38e079035079a026 (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2bab18d44a51e32af033723a38e079035079a026 # timeout=10
Commit message: "Merge branch 'main' into docs-tox"
 > git rev-list --no-walk cd0ca2cd67799cbcc90620c27ee83a3ea64ed654 # timeout=10
[merlin_systems] $ /bin/bash /tmp/jenkins1777589732991863172.sh
PYTHONPATH=:/usr/local/lib/python3.8/dist-packages/:/usr/local/hugectr/lib:/var/jenkins_home/workspace/merlin_systems/systems
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0
rootdir: /var/jenkins_home/workspace/merlin_systems/systems, configfile: pyproject.toml
plugins: anyio-3.6.1, xdist-2.5.0, forked-1.4.0, cov-3.0.0
collected 81 items

tests/unit/test_version.py . [ 1%]
tests/unit/examples/test_serving_an_xgboost_model_with_merlin_systems.py . [ 2%]
[ 2%]
tests/unit/examples/test_serving_ranking_models_with_merlin_systems.py . [ 3%]
[ 3%]
tests/unit/systems/test_ensemble.py .... [ 8%]
tests/unit/systems/test_ensemble_ops.py .. [ 11%]
tests/unit/systems/test_export.py . [ 12%]
tests/unit/systems/test_graph.py . [ 13%]
tests/unit/systems/test_inference_ops.py ... [ 17%]
tests/unit/systems/test_model_registry.py . [ 18%]
tests/unit/systems/test_op_runner.py .... [ 23%]
tests/unit/systems/test_tensorflow_inf_op.py .... [ 28%]
tests/unit/systems/dag/ops/test_feast.py ..... [ 34%]
tests/unit/systems/dag/ops/test_softmax_sampling.py ................. [ 55%]
tests/unit/systems/fil/test_fil.py .......................... [ 87%]
tests/unit/systems/fil/test_forest.py .... [ 92%]
tests/unit/systems/implicit/test_implicit.py ...... [100%]

=============================== warnings summary ===============================
../../../../../usr/local/lib/python3.8/dist-packages/nvtabular/framework_utils/init.py:18
/usr/local/lib/python3.8/dist-packages/nvtabular/framework_utils/init.py:18: DeprecationWarning: The nvtabular.framework_utils module is being replaced by the Merlin Models library. Support for importing from nvtabular.framework_utils is deprecated, and will be removed in a future version. Please consider using the models and layers from Merlin Models instead.
warnings.warn(

tests/unit/examples/test_serving_ranking_models_with_merlin_systems.py: 1 warning
tests/unit/systems/test_ensemble.py: 2 warnings
tests/unit/systems/test_export.py: 1 warning
tests/unit/systems/test_inference_ops.py: 2 warnings
tests/unit/systems/test_op_runner.py: 4 warnings
/usr/local/lib/python3.8/dist-packages/cudf/core/frame.py:384: UserWarning: The deep parameter is ignored and is only included for pandas compatibility.
warnings.warn(

tests/unit/systems/test_export.py::test_export_run_ensemble_triton[tensorflow-parquet]
/var/jenkins_home/workspace/merlin_systems/systems/merlin/systems/triton/export.py:304: UserWarning: Column x is being generated by NVTabular workflow but is unused in test_name_tf model
warnings.warn(

tests/unit/systems/test_export.py::test_export_run_ensemble_triton[tensorflow-parquet]
/var/jenkins_home/workspace/merlin_systems/systems/merlin/systems/triton/export.py:304: UserWarning: Column y is being generated by NVTabular workflow but is unused in test_name_tf model
warnings.warn(

tests/unit/systems/test_export.py::test_export_run_ensemble_triton[tensorflow-parquet]
/var/jenkins_home/workspace/merlin_systems/systems/merlin/systems/triton/export.py:304: UserWarning: Column id is being generated by NVTabular workflow but is unused in test_name_tf model
warnings.warn(

tests/unit/systems/fil/test_fil.py::test_binary_classifier_default[sklearn_forest_classifier-get_model_params4]
tests/unit/systems/fil/test_fil.py::test_binary_classifier_with_proba[sklearn_forest_classifier-get_model_params4]
tests/unit/systems/fil/test_fil.py::test_multi_classifier[sklearn_forest_classifier-get_model_params4]
tests/unit/systems/fil/test_fil.py::test_regressor[sklearn_forest_regressor-get_model_params4]
tests/unit/systems/fil/test_fil.py::test_model_file[sklearn_forest_regressor-checkpoint.tl]
/usr/local/lib/python3.8/dist-packages/sklearn/utils/deprecation.py:103: FutureWarning: Attribute n_features_ was deprecated in version 1.0 and will be removed in 1.2. Use n_features_in_ instead.
warnings.warn(msg, category=FutureWarning)

tests/unit/systems/fil/test_forest.py::test_export_merlin_models
/usr/local/lib/python3.8/dist-packages/tornado/ioloop.py:350: DeprecationWarning: make_current is deprecated; start the event loop first
self.make_current()

tests/unit/systems/implicit/test_implicit.py::test_reload_from_config[AlternatingLeastSquares]
/usr/local/lib/python3.8/dist-packages/implicit/utils.py:28: UserWarning: OpenBLAS detected. Its highly recommend to set the environment variable 'export OPENBLAS_NUM_THREADS=1' to disable its internal multithreading
warnings.warn(

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================= 81 passed, 21 warnings in 309.61s (0:05:09) ==================
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script : #!/bin/bash
cd /var/jenkins_home/
CUDA_VISIBLE_DEVICES=1 python test_res_push.py "https://api.GitHub.com/repos/NVIDIA-Merlin/systems/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log"
[merlin_systems] $ /bin/bash /tmp/jenkins13833660248262603269.sh

@nvidia-merlin-bot
Copy link

Click to view CI Results
GitHub pull request #168 of commit 4fbe04ad465b515ff869f714295b0d7f84cdf155, no merge conflicts.
Running as SYSTEM
Setting status of 4fbe04ad465b515ff869f714295b0d7f84cdf155 to PENDING with url https://10.20.13.93:8080/job/merlin_systems/273/console and message: 'Pending'
Using context: Jenkins
Building on master in workspace /var/jenkins_home/workspace/merlin_systems
using credential fce1c729-5d7c-48e8-90cb-b0c314b1076e
 > 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/systems # timeout=10
Fetching upstream changes from https://github.com/NVIDIA-Merlin/systems
 > git --version # timeout=10
using GIT_ASKPASS to set credentials login for merlin-systems user + githubtoken
 > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/systems +refs/pull/168/*:refs/remotes/origin/pr/168/* # timeout=10
 > git rev-parse 4fbe04ad465b515ff869f714295b0d7f84cdf155^{commit} # timeout=10
Checking out Revision 4fbe04ad465b515ff869f714295b0d7f84cdf155 (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4fbe04ad465b515ff869f714295b0d7f84cdf155 # timeout=10
Commit message: "Merge branch 'main' into docs-tox"
 > git rev-list --no-walk c4c82f27ce1a3852ff66329912a30fb444c34c71 # timeout=10
[merlin_systems] $ /bin/bash /tmp/jenkins8824806492901076143.sh
PYTHONPATH=:/usr/local/lib/python3.8/dist-packages/:/usr/local/hugectr/lib:/var/jenkins_home/workspace/merlin_systems/systems
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0
rootdir: /var/jenkins_home/workspace/merlin_systems/systems, configfile: pyproject.toml
plugins: anyio-3.6.1, xdist-2.5.0, forked-1.4.0, cov-3.0.0
collected 85 items

tests/unit/test_version.py . [ 1%]
tests/unit/examples/test_serving_an_xgboost_model_with_merlin_systems.py . [ 2%]
[ 2%]
tests/unit/examples/test_serving_ranking_models_with_merlin_systems.py . [ 3%]
[ 3%]
tests/unit/systems/test_ensemble.py .... [ 8%]
tests/unit/systems/test_ensemble_ops.py .. [ 10%]
tests/unit/systems/test_export.py . [ 11%]
tests/unit/systems/test_graph.py . [ 12%]
tests/unit/systems/test_inference_ops.py ... [ 16%]
tests/unit/systems/test_model_registry.py . [ 17%]
tests/unit/systems/test_op_runner.py .... [ 22%]
tests/unit/systems/dag/ops/test_feast.py ..... [ 28%]
tests/unit/systems/dag/ops/test_softmax_sampling.py ................. [ 48%]
tests/unit/systems/fil/test_fil.py .......................... [ 78%]
tests/unit/systems/fil/test_forest.py .... [ 83%]
tests/unit/systems/implicit/test_implicit.py ...... [ 90%]
tests/unit/systems/tf/test_tf_op.py .... [ 95%]
tests/unit/systems/torch/test_torch.py .... [100%]

=============================== warnings summary ===============================
../../../../../usr/local/lib/python3.8/dist-packages/nvtabular/framework_utils/init.py:18
/usr/local/lib/python3.8/dist-packages/nvtabular/framework_utils/init.py:18: DeprecationWarning: The nvtabular.framework_utils module is being replaced by the Merlin Models library. Support for importing from nvtabular.framework_utils is deprecated, and will be removed in a future version. Please consider using the models and layers from Merlin Models instead.
warnings.warn(

tests/unit/examples/test_serving_ranking_models_with_merlin_systems.py: 1 warning
tests/unit/systems/test_ensemble.py: 2 warnings
tests/unit/systems/test_export.py: 1 warning
tests/unit/systems/test_inference_ops.py: 2 warnings
tests/unit/systems/test_op_runner.py: 4 warnings
/usr/local/lib/python3.8/dist-packages/cudf/core/frame.py:384: UserWarning: The deep parameter is ignored and is only included for pandas compatibility.
warnings.warn(

tests/unit/systems/test_export.py::test_export_run_ensemble_triton[tensorflow-parquet]
/var/jenkins_home/workspace/merlin_systems/systems/merlin/systems/triton/export.py:304: UserWarning: Column x is being generated by NVTabular workflow but is unused in test_name_tf model
warnings.warn(

tests/unit/systems/test_export.py::test_export_run_ensemble_triton[tensorflow-parquet]
/var/jenkins_home/workspace/merlin_systems/systems/merlin/systems/triton/export.py:304: UserWarning: Column y is being generated by NVTabular workflow but is unused in test_name_tf model
warnings.warn(

tests/unit/systems/test_export.py::test_export_run_ensemble_triton[tensorflow-parquet]
/var/jenkins_home/workspace/merlin_systems/systems/merlin/systems/triton/export.py:304: UserWarning: Column id is being generated by NVTabular workflow but is unused in test_name_tf model
warnings.warn(

tests/unit/systems/fil/test_fil.py::test_binary_classifier_default[sklearn_forest_classifier-get_model_params4]
tests/unit/systems/fil/test_fil.py::test_binary_classifier_with_proba[sklearn_forest_classifier-get_model_params4]
tests/unit/systems/fil/test_fil.py::test_multi_classifier[sklearn_forest_classifier-get_model_params4]
tests/unit/systems/fil/test_fil.py::test_regressor[sklearn_forest_regressor-get_model_params4]
tests/unit/systems/fil/test_fil.py::test_model_file[sklearn_forest_regressor-checkpoint.tl]
/usr/local/lib/python3.8/dist-packages/sklearn/utils/deprecation.py:103: FutureWarning: Attribute n_features_ was deprecated in version 1.0 and will be removed in 1.2. Use n_features_in_ instead.
warnings.warn(msg, category=FutureWarning)

tests/unit/systems/fil/test_forest.py::test_export_merlin_models
/usr/local/lib/python3.8/dist-packages/tornado/ioloop.py:350: DeprecationWarning: make_current is deprecated; start the event loop first
self.make_current()

tests/unit/systems/implicit/test_implicit.py::test_reload_from_config[AlternatingLeastSquares]
/usr/local/lib/python3.8/dist-packages/implicit/utils.py:28: UserWarning: OpenBLAS detected. Its highly recommend to set the environment variable 'export OPENBLAS_NUM_THREADS=1' to disable its internal multithreading
warnings.warn(

tests/unit/systems/torch/test_torch.py::test_pytorch_op_serving[True-True]
/usr/local/lib/python3.8/dist-packages/torch/serialization.py:707: UserWarning: 'torch.load' received a zip file that looks like a TorchScript archive dispatching to 'torch.jit.load' (call 'torch.jit.load' directly to silence this warning)
warnings.warn("'torch.load' received a zip file that looks like a TorchScript archive"

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================= 85 passed, 22 warnings in 505.48s (0:08:25) ==================
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script : #!/bin/bash
cd /var/jenkins_home/
CUDA_VISIBLE_DEVICES=1 python test_res_push.py "https://api.GitHub.com/repos/NVIDIA-Merlin/systems/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log"
[merlin_systems] $ /bin/bash /tmp/jenkins10116944605055903421.sh

@karlhigley karlhigley merged commit cdb9981 into main Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance for the repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants