File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
uses : nv-gha-runners/setup-proxy-cache@main
148
148
continue-on-error : true
149
149
# Skip the cache on RDS Lab nodes
150
- if : ${{ matrix.GPU != 'v100' && matrix.GPU != 'a100' }}
150
+ if : ${{ matrix.GPU != 'v100' }}
151
151
152
152
- name : C++ tests
153
153
run : ${{ inputs.script }}
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
uses : nv-gha-runners/setup-proxy-cache@main
154
154
continue-on-error : true
155
155
# Skip the cache on RDS Lab nodes
156
- if : ${{ matrix.GPU != 'v100' && matrix.GPU != 'a100' }}
156
+ if : ${{ matrix.GPU != 'v100' }}
157
157
158
158
- name : Python tests
159
159
run : ${{ inputs.script }}
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163
163
uses : nv-gha-runners/setup-proxy-cache@main
164
164
continue-on-error : true
165
165
# Skip the cache on RDS Lab nodes
166
- if : ${{ matrix.GPU != 'v100' && matrix.GPU != 'a100' }}
166
+ if : ${{ matrix.GPU != 'v100' }}
167
167
168
168
- name : Run tests
169
169
run : ${{ inputs.script }}
You can’t perform that action at this time.
0 commit comments