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

Fix ci routes #331

Merged
merged 18 commits into from
May 26, 2022
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
cb2341a
add entrypoint to all containers
jperez999 May 2, 2022
e217d5d
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 3, 2022
59fa46e
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 3, 2022
41bfd49
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 4, 2022
fa45e64
remove -e for pip installs
jperez999 May 5, 2022
f972188
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 5, 2022
e09c1d0
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 9, 2022
98844f7
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 11, 2022
e74d5c1
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 13, 2022
0b30e36
add keyring to fix bad key nvidia issue
jperez999 May 13, 2022
20bf210
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 18, 2022
57bbeea
trying to move env call to see if it helps fix the install of distrib…
jperez999 May 18, 2022
434c1bb
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 21, 2022
930361d
fix extra CVE
jperez999 May 21, 2022
863ea68
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 24, 2022
9a32725
fixing CI routes
jperez999 May 24, 2022
32beacb
remove root slash
jperez999 May 24, 2022
3f428d9
Merge branch 'main' into fix-ci-1
benfred May 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/test_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ echo "##############"

## Test Core
echo "Run unit tests for Core"
cd /core && /ci/test_unit.sh $container $devices
cd /core && ci/test_unit.sh $container $devices

## Test NVTabular
echo "Run unit tests for NVTabular"
Expand Down