Skip to content

Commit

Permalink
Fix: Pipeline failing because of nvidia repo change
Browse files Browse the repository at this point in the history
  • Loading branch information
reglim committed Sep 13, 2023
1 parent 214e907 commit ee4c83e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions system/t04_mirror/UpdateMirror22Test_gold
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Downloading https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/InRelease...
Success downloading https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/InRelease
Downloading https://nvidia.github.io/libnvidia-container/stable/ubuntu16.04/amd64/InRelease...
Success downloading https://nvidia.github.io/libnvidia-container/stable/ubuntu16.04/amd64/InRelease
openpgp: RSA key ID DDCAE044F796ECB0
openpgp: Good signature from "NVIDIA CORPORATION (Open Source Projects) <cudatools@nvidia.com>"
Downloading & parsing package files...
Downloading https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/Packages.xz...
Success downloading https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/Packages.xz
Downloading https://nvidia.github.io/libnvidia-container/stable/ubuntu16.04/amd64/Packages.xz...
Success downloading https://nvidia.github.io/libnvidia-container/stable/ubuntu16.04/amd64/Packages.xz
Applying filter...

Building download queue...
Expand Down
2 changes: 1 addition & 1 deletion system/t04_mirror/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ class UpdateMirror22Test(BaseTest):
configOverride = {"gpgProvider": "internal"}
fixtureGpg = True
fixtureCmds = [
"aptly mirror create --keyring=aptlytest.gpg --filter=nomatch libnvidia-container https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64 ./"
"aptly mirror create --keyring=aptlytest.gpg --filter=nomatch libnvidia-container https://nvidia.github.io/libnvidia-container/stable/ubuntu16.04/amd64 ./"
]
runCmd = "aptly mirror update --keyring=aptlytest.gpg libnvidia-container"

Expand Down

0 comments on commit ee4c83e

Please sign in to comment.