We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b94f0c commit 189599fCopy full SHA for 189599f
1 file changed
.github/workflows/ci-pr-checks.yaml
@@ -60,9 +60,9 @@ jobs:
60
scale_to_zero: true
61
e2e_gpu_type: nvidia
62
# AMD-focused: MI300X, MI250, NVIDIA A100 heterogeneous for limiter tests
63
- - gpu_type: amd-mix
64
- scale_to_zero: false
65
- e2e_gpu_type: amd
+ # - gpu_type: amd-mix
+ # scale_to_zero: false
+ # e2e_gpu_type: amd
66
name: e2e-tests (gpu=${{ matrix.gpu_type }}, scale-to-zero=${{ matrix.scale_to_zero }})
67
steps:
68
- name: Checkout source
0 commit comments