@@ -244,7 +244,7 @@ jobs:
244244 fail-fast : false
245245 matrix :
246246 os : [windows-2019, windows-2022]
247- enable_cri_sandboxes : ["", "sandboxed "]
247+ disable_cri_sandboxes : ["", "legacyCRI "]
248248
249249 defaults :
250250 run :
@@ -335,7 +335,7 @@ jobs:
335335 - name : Integration 1
336336 env :
337337 CGO_ENABLED : 1
338- ENABLE_CRI_SANDBOXES : ${{ matrix.enable_cri_sandboxes }}
338+ DISABLE_CRI_SANDBOXES : ${{ matrix.disable_cri_sandboxes }}
339339 GOTESTSUM_JUNITFILE : ${{github.workspace}}/test-integration-serial-junit.xml
340340 GOTESTSUM_JSONFILE : ${{github.workspace}}/test-integration-serial-gotest.json
341341 EXTRA_TESTFLAGS : " -timeout=20m"
@@ -353,7 +353,7 @@ jobs:
353353 TESTFLAGS_PARALLEL : 1
354354 EXTRA_TESTFLAGS : " -short"
355355 CGO_ENABLED : 1
356- ENABLE_CRI_SANDBOXES : ${{ matrix.enable_cri_sandboxes }}
356+ DISABLE_CRI_SANDBOXES : ${{ matrix.disable_cri_sandboxes }}
357357 GOTESTSUM_JUNITFILE : ${{github.workspace}}/test-integration-parallel-junit.xml
358358 GOTESTSUM_JSONFILE : ${{github.workspace}}/test-integration-parallel-gotest.json
359359 run : mingw32-make.exe integration
@@ -366,14 +366,14 @@ jobs:
366366
367367 - name : CRI Integration Test
368368 env :
369- ENABLE_CRI_SANDBOXES : ${{ matrix.enable_cri_sandboxes }}
369+ DISABLE_CRI_SANDBOXES : ${{ matrix.disable_cri_sandboxes }}
370370 TEST_IMAGE_LIST : ${{github.workspace}}/repolist.toml
371371 run : |
372372 make cri-integration
373373
374374 - name : cri-tools critest
375375 env :
376- ENABLE_CRI_SANDBOXES : ${{ matrix.enable_cri_sandboxes }}
376+ DISABLE_CRI_SANDBOXES : ${{ matrix.disable_cri_sandboxes }}
377377 CRI_TEST_IMAGES : ${{github.workspace}}/cri-test-images.yaml
378378 shell : powershell
379379 run : |
@@ -409,7 +409,7 @@ jobs:
409409 runtime :
410410 - io.containerd.runc.v2
411411 runc : [runc, crun]
412- enable_cri_sandboxes : ["", "sandboxed "]
412+ DISABLE_CRI_SANDBOXES : ["", "legacyCRI "]
413413
414414 env :
415415 GOTEST : gotestsum --
@@ -464,7 +464,7 @@ jobs:
464464 env :
465465 TEST_RUNTIME : ${{ matrix.runtime }}
466466 RUNC_FLAVOR : ${{ matrix.runc }}
467- ENABLE_CRI_SANDBOXES : ${{ matrix.enable_cri_sandboxes }}
467+ DISABLE_CRI_SANDBOXES : ${{ matrix.disable_cri_sandboxes }}
468468 GOTESTSUM_JUNITFILE : ${{github.workspace}}/test-integration-serial-junit.xml
469469 GOTESTSUM_JSONFILE : ${{github.workspace}}/test-integration-serial-gotest.json
470470 run : |
@@ -483,7 +483,7 @@ jobs:
483483 env :
484484 TEST_RUNTIME : ${{ matrix.runtime }}
485485 RUNC_FLAVOR : ${{ matrix.runc }}
486- ENABLE_CRI_SANDBOXES : ${{ matrix.enable_cri_sandboxes }}
486+ DISABLE_CRI_SANDBOXES : ${{ matrix.disable_cri_sandboxes }}
487487 GOTESTSUM_JUNITFILE : ${{github.workspace}}/test-integration-parallel-junit.xml
488488 GOTESTSUM_JSONFILE : ${{github.workspace}}/test-integration-parallel-gotest.json
489489 run : |
@@ -500,14 +500,14 @@ jobs:
500500 - name : CRI Integration Test
501501 env :
502502 TEST_RUNTIME : ${{ matrix.runtime }}
503- ENABLE_CRI_SANDBOXES : ${{ matrix.enable_cri_sandboxes }}
503+ DISABLE_CRI_SANDBOXES : ${{ matrix.disable_cri_sandboxes }}
504504 run : |
505505 CONTAINERD_RUNTIME=$TEST_RUNTIME make cri-integration
506506
507507 - name : cri-tools critest
508508 env :
509509 TEST_RUNTIME : ${{ matrix.runtime }}
510- ENABLE_CRI_SANDBOXES : ${{ matrix.enable_cri_sandboxes }}
510+ DISABLE_CRI_SANDBOXES : ${{ matrix.disable_cri_sandboxes }}
511511 run : |
512512 sudo -E PATH=$PATH ./script/critest.sh "${{github.workspace}}/report"
513513
0 commit comments