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:
133
133
retry_on : error
134
134
max_attempts : 3
135
135
command : ./hack/test-example.sh examples/experimental/9p.yaml
136
- - name : " Test disk .yaml"
136
+ - name : " Test test-misc .yaml"
137
137
uses : nick-invision/retry@v2
138
138
with :
139
139
timeout_minutes : 30
140
140
retry_on : error
141
141
max_attempts : 3
142
- command : ./hack/test-example.sh examples/disk .yaml
142
+ command : ./hack/test-example.sh hack/test-templates/test-misc .yaml
143
143
# GHA macOS is slow and flaky, so we only test a few YAMLS here.
144
144
# Other yamls are tested on Linux instances of Cirrus.
145
145
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ case "$NAME" in
46
46
" vmnet" )
47
47
CHECKS[" vmnet" ]=1
48
48
;;
49
- " disk " )
49
+ " test-misc " )
50
50
CHECKS[" disk" ]=1
51
51
;;
52
52
esac
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
+ #
1
5
# This example requires Lima v0.14.0 or later.
2
6
images :
3
7
# 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