File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -133,13 +133,13 @@ jobs:
133133 retry_on : error
134134 max_attempts : 3
135135 command : ./hack/test-example.sh examples/experimental/9p.yaml
136- - name : " Test disk .yaml"
136+ - name : " Test test-misc .yaml"
137137 uses : nick-invision/retry@v2
138138 with :
139139 timeout_minutes : 30
140140 retry_on : error
141141 max_attempts : 3
142- command : ./hack/test-example.sh examples/disk .yaml
142+ command : ./hack/test-example.sh hack/test-templates/test-misc .yaml
143143 # GHA macOS is slow and flaky, so we only test a few YAMLS here.
144144 # Other yamls are tested on Linux instances of Cirrus.
145145
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ case "$NAME" in
4646" vmnet" )
4747 CHECKS[" vmnet" ]=1
4848 ;;
49- " disk " )
49+ " test-misc " )
5050 CHECKS[" disk" ]=1
5151 ;;
5252esac
Original file line number Diff line number Diff line change 1+ # The test template for testing misc configurations:
2+ # - disk
3+ # - (More to come)
4+ #
15# This example requires Lima v0.14.0 or later.
26images :
37# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
You can’t perform that action at this time.
0 commit comments