-
Notifications
You must be signed in to change notification settings - Fork 9
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
e2e: add GPU test #1136
e2e: add GPU test #1136
Conversation
f1fcfd7
to
e92e97d
Compare
2218242
to
5bfe77f
Compare
e92e97d
to
b24fc44
Compare
5bfe77f
to
fa64242
Compare
f7384f3
to
1b54d8c
Compare
fa64242
to
8674ee5
Compare
1b54d8c
to
437b977
Compare
a59e508
to
2c70c4e
Compare
896901f
to
9ee8c10
Compare
2c70c4e
to
1f69236
Compare
60a66f5
to
b8b5b31
Compare
1f69236
to
acf8e0a
Compare
b8b5b31
to
e91c280
Compare
acf8e0a
to
fe591c1
Compare
e91c280
to
3bd65be
Compare
fe591c1
to
eb8de6c
Compare
3bd65be
to
3592c49
Compare
64bba4f
to
3a5d4bc
Compare
a0c1f64
to
721a4c6
Compare
9afca0a
to
0a1f4fa
Compare
c7ebadd
to
c201276
Compare
0a1f4fa
to
b5f9a13
Compare
c201276
to
4ed3505
Compare
b5f9a13
to
5255d32
Compare
4ed3505
to
1dc1300
Compare
.github/workflows/e2e_nightly.yml
Outdated
- name: K3s-QEMU-SNP-GPU | ||
runner: SNP | ||
self-hosted: true | ||
test-name: [servicemesh, openssl, policy, workloadsecret, volumestatefulset, gpu] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need to run all those tests for GPU?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to also run tests that exercise service mesh functionality, etc. on the GPU runtime class.
commit message should be |
1dc1300
to
776afff
Compare
This adds an E2E test for GPU use on Contrast. It currently runs on the GPU-enabled bare-metal SNP runner. The test currently only verifies that the GPU is available via nvidia-smi, which also verifies that driver and CUDA work correctly.
776afff
to
4fbe39a
Compare
This adds an E2E test for GPU use on Contrast.
It currently runs on the GPU-enabled bare-metal SNP runner.
The test currently only verifies that the GPU is available via
nvidia-smi, which also verifies that driver and CUDA work correctly.