Skip to content

Commit e486db9

Browse files
authored
Merge pull request #784 from AkihiroSuda/move-9p-example
examples: mv experimental-9p.yaml -> experimental/9p.yaml
2 parents 939f79b + 3644556 commit e486db9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ jobs:
115115
retry_on: error
116116
max_attempts: 3
117117
command: ./hack/test-example.sh examples/alpine.yaml
118-
- name: "Test experimental-9p.yaml"
118+
- name: "Test experimental/9p.yaml"
119119
uses: nick-invision/retry@v2
120120
with:
121121
timeout_minutes: 30
122122
retry_on: error
123123
max_attempts: 3
124-
command: ./hack/test-example.sh examples/experimental-9p.yaml
124+
command: ./hack/test-example.sh examples/experimental/9p.yaml
125125
- name: "Test vmnet.yaml"
126126
uses: nick-invision/retry@v2
127127
with:

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Container orchestration:
3434
Others:
3535
- [`vmnet.yaml`](./vmnet.yaml): ⭐enable [`vmnet.framework`](../docs/network.md)
3636
- [`deprecated/centos-7.yaml`](./deprecated/centos-7.yaml): [deprecated] CentOS 7
37-
- [`experimental-9p.yaml`](experimental-9p.yaml): use 9p mount type
37+
- [`experimental/9p.yaml`](experimental/9p.yaml): [experimental] use 9p mount type
3838

3939
## Tier 1
4040

File renamed without changes.

0 commit comments

Comments
 (0)