We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1561d commit bf11bacCopy full SHA for bf11bac
.github/workflows/functional_test.yml
@@ -67,10 +67,10 @@ jobs:
67
- name: docker-containerd-rootless-ubuntu-22.04-x86_64
68
driver: docker
69
cruntime: containerd
70
- os: ubuntu-22.04
71
- test-timeout: 9m
+ os: ubuntu-22.04
72
extra-start-args: --container-runtime=containerd --rootless
73
rootless: true
+ test-timeout: 9m
74
- name: podman-docker-ubuntu-24.04-x86_64
75
driver: podman
76
cruntime: docker
@@ -85,7 +85,7 @@ jobs:
85
driver: qemu
86
87
os: macos-13
88
- extra-args: --network socket_vmnet
+ extra-start-args: --network socket_vmnet
89
test-timeout: 30m
90
steps:
91
- name: Info Block (macOS)
0 commit comments