Skip to content

Commit b13370f

Browse files
committed
CI: add vz
Signed-off-by: Akihiro Suda <[email protected]>
1 parent d4c84cc commit b13370f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/workflows/test.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,3 +234,29 @@ jobs:
234234
retry_on: error
235235
max_attempts: 3
236236
command: ./hack/test-upgrade.sh ${{ matrix.oldver }} ${{ github.sha }}
237+
238+
vz:
239+
name: "vz"
240+
runs-on: macos-13
241+
timeout-minutes: 120
242+
steps:
243+
- uses: actions/setup-go@v4
244+
with:
245+
go-version: 1.20.x
246+
- uses: actions/checkout@v3
247+
with:
248+
fetch-depth: 0
249+
- name: Install test dependencies
250+
run: brew install qemu bash coreutils
251+
- name: Cache ~/Library/Caches/lima/download
252+
uses: actions/cache@v3
253+
with:
254+
path: ~/Library/Caches/lima/download
255+
key: ${{ runner.os }}-vz
256+
- name: Test
257+
uses: nick-invision/retry@v2
258+
with:
259+
timeout_minutes: 30
260+
retry_on: error
261+
max_attempts: 3
262+
command: ./hack/test-example.sh examples/experimental/vz.yaml

0 commit comments

Comments
 (0)