Skip to content

Commit 994f82b

Browse files
committed
ci: use vz for vm
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
1 parent 9897093 commit 994f82b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
5151

5252
- name: Start Colima
53-
run: colima start --runtime docker --kubernetes --cpu 1
53+
run: colima start --runtime docker --kubernetes --cpu 1 --vm-type vz
5454

5555
- name: Delay
5656
run: sleep 20
@@ -89,7 +89,7 @@ jobs:
8989
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
9090

9191
- name: Start
92-
run: colima start --runtime containerd --kubernetes --cpu 1
92+
run: colima start --runtime containerd --kubernetes --cpu 1 --vm-type vz
9393

9494
- name: Delay
9595
run: sleep 20
@@ -128,7 +128,7 @@ jobs:
128128
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
129129

130130
- name: Start Colima
131-
run: colima start --runtime docker --cpu 1
131+
run: colima start --runtime docker --cpu 1 --vm-type vz
132132

133133
- name: Delay
134134
run: sleep 10
@@ -176,7 +176,7 @@ jobs:
176176
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
177177

178178
- name: Start Colima
179-
run: colima start --runtime containerd --cpu 1
179+
run: colima start --runtime containerd --cpu 1 --vm-type vz
180180

181181
- name: Delay
182182
run: sleep 10
@@ -224,7 +224,7 @@ jobs:
224224
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
225225

226226
- name: Start Colima
227-
run: colima start --runtime incus --cpu 1
227+
run: colima start --runtime incus --cpu 1 --vm-type vz
228228

229229
- name: Delay
230230
run: sleep 10

0 commit comments

Comments
 (0)