File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 3434 path : " {{ artifacts }}"
3535 state : directory
3636
37+ - name : set crun runtime if enabled
38+ set_fact :
39+ int_test_env : " {{ int_test_env | combine(crun_test_env) }}"
40+ when : " build_crun | bool"
41+
3742- name : kata configuration
3843 block :
3944 - name : configure integration test suite for kata
Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ int_test_env:
3333 STORAGE_OPTIONS : >
3434 --storage-driver=overlay
3535
36+ # Environment variables to set when executing integration tests with crun (mixed with int_test_env)
37+ crun_test_env :
38+ CONTAINER_DEFAULT_RUNTIME : " crun"
39+ CONTAINER_RUNTIMES : " crun::/run/crun:oci"
40+
3641# for ssh ID generation
3742ssh_user : " {{ lookup('env','USER') }}"
3843ssh_location : " {{ lookup('env','HOME') }}/.ssh/id_rsa"
You can’t perform that action at this time.
0 commit comments