You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/e2e/README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,10 @@ compatibility runs, and pre‑release validation of new CTK builds.
59
59
| Variable | Required | Example | Description |
60
60
|----------|----------|---------|-------------|
61
61
|`INSTALL_CTK`| ✖ |`true`| When `true` the test installs CTK on the remote host before running the image. When `false` it assumes CTK is already present. |
62
-
|`TOOLKIT_IMAGE`| ✔ |`nvcr.io/nvidia/cuda:12.4.0-runtime-ubi9`| Image that will be pulled & executed. |
63
-
|`SSH_KEY`| ✔ |`/home/ci/.ssh/id_rsa`| Private key used for authentication. |
64
-
|`SSH_USER`| ✔ |`ubuntu`| Username on the remote host. |
0 commit comments