File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
- name : Run tests
125
125
timeout-minutes : 60
126
126
env :
127
- test_id : systest-${{ steps.vars.outputs.sha_short }}
127
+ test_id : systest-${{ steps.vars.outputs.sha_short }}-${{ matrix.protocol == 'quic' && '-quic' || '' }}
128
128
label : sanity
129
129
storage : premium-rwo=10Gi
130
130
node_selector : cloud.google.com/gke-nodepool=gha
@@ -139,7 +139,8 @@ jobs:
139
139
- name : Delete pod
140
140
if : always()
141
141
env :
142
- test_id : systest-${{ steps.vars.outputs.sha_short }}
142
+ test_id : systest-${{ steps.vars.outputs.sha_short }}-${{ matrix.protocol == 'quic' && '-quic' || '' }}
143
+ quic : ${{ matrix.protocol == 'tcp' && 'false' || 'true' }}
143
144
run : make -C systest clean
144
145
145
146
systest-status :
You can’t perform that action at this time.
0 commit comments