Skip to content

Commit a0ddca6

Browse files
author
Generate.yml
committed
Generated from base-vm
1 parent 2de4ae2 commit a0ddca6

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/data/base-vm-hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7adfd36aca3e6bea3dea7acade277ac14bd4e606
1+
f931ad85e8983e8b2ca332605854e3dd9eb31ec6

.github/tpl/README.tpl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The code is shared from the host to the VM via `rsync` by default, you can choos
123123
You can also set `sync: no`, so the files will not be synced to the VM.
124124

125125

126-
When using `rsync` or `scp`, you can define `copyback: false` to not copy files back from the VM in to the host.
126+
When using a copy based sync method (`rsync`, `scp`, `tar` or `9p`), you can define `copyback: false` to not copy files back from the VM to the host. It has no effect on `sshfs` and `nfs`, which are live mounts and never copy back.
127127

128128

129129
```yaml

.github/workflows/test.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
- name: Test in Solaris
186186
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}')[matrix.arch == '' && 'x86_64' || matrix.arch], 'sshfs') }}
187187
id: test
188-
uses: vmactions/solaris-vm@db0b9a191d1b7e84249a8d270f4e648e6ff5a305
188+
uses: vmactions/solaris-vm@679a0f039c24a5f41e9000e4687a56d3f46253fb
189189
with:
190190
envs: 'DEBUG MYTOKEN MYTOKEN2'
191191
prepare: |
@@ -415,7 +415,7 @@ jobs:
415415
- name: Test in Solaris
416416
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}')[matrix.arch == '' && 'x86_64' || matrix.arch], 'nfs') }}
417417
id: test
418-
uses: vmactions/solaris-vm@db0b9a191d1b7e84249a8d270f4e648e6ff5a305
418+
uses: vmactions/solaris-vm@679a0f039c24a5f41e9000e4687a56d3f46253fb
419419
with:
420420
envs: 'DEBUG MYTOKEN MYTOKEN2'
421421
prepare: |
@@ -653,7 +653,7 @@ jobs:
653653
- name: Test in Solaris
654654
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}')[matrix.arch == '' && 'x86_64' || matrix.arch], 'scp') }}
655655
id: test
656-
uses: vmactions/solaris-vm@db0b9a191d1b7e84249a8d270f4e648e6ff5a305
656+
uses: vmactions/solaris-vm@679a0f039c24a5f41e9000e4687a56d3f46253fb
657657
with:
658658
envs: 'DEBUG MYTOKEN MYTOKEN2'
659659
prepare: |
@@ -792,7 +792,7 @@ jobs:
792792
- name: Test in Solaris
793793
if: ${{ contains('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}', 'tar') }}
794794
id: test
795-
uses: vmactions/solaris-vm@db0b9a191d1b7e84249a8d270f4e648e6ff5a305
795+
uses: vmactions/solaris-vm@679a0f039c24a5f41e9000e4687a56d3f46253fb
796796
with:
797797
mem: 4096
798798
debug: true
@@ -859,7 +859,7 @@ jobs:
859859
- name: Test in Solaris
860860
if: ${{ contains('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}', '9p') }}
861861
id: test
862-
uses: vmactions/solaris-vm@db0b9a191d1b7e84249a8d270f4e648e6ff5a305
862+
uses: vmactions/solaris-vm@679a0f039c24a5f41e9000e4687a56d3f46253fb
863863
with:
864864
mem: 4096
865865
debug: true
@@ -1033,7 +1033,7 @@ jobs:
10331033
- name: Test in Solaris
10341034
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}')[matrix.arch == '' && 'x86_64' || matrix.arch], 'rsync') }}
10351035
id: test
1036-
uses: vmactions/solaris-vm@db0b9a191d1b7e84249a8d270f4e648e6ff5a305
1036+
uses: vmactions/solaris-vm@679a0f039c24a5f41e9000e4687a56d3f46253fb
10371037
with:
10381038
envs: 'MYTOKEN MYTOKEN2'
10391039
prepare: |
@@ -1258,7 +1258,7 @@ jobs:
12581258
- name: Test in Solaris
12591259
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}')[matrix.arch == '' && 'x86_64' || matrix.arch], 'rsync') }}
12601260
id: test
1261-
uses: vmactions/solaris-vm@db0b9a191d1b7e84249a8d270f4e648e6ff5a305
1261+
uses: vmactions/solaris-vm@679a0f039c24a5f41e9000e4687a56d3f46253fb
12621262
with:
12631263
envs: 'MYTOKEN MYTOKEN2'
12641264
prepare: |
@@ -1395,7 +1395,7 @@ jobs:
13951395
- name: Test in Solaris
13961396
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}')['x86_64'], 'rsync') }}
13971397
id: test
1398-
uses: vmactions/solaris-vm@db0b9a191d1b7e84249a8d270f4e648e6ff5a305
1398+
uses: vmactions/solaris-vm@679a0f039c24a5f41e9000e4687a56d3f46253fb
13991399
with:
14001400
mem: 4096
14011401
debug: true
@@ -1464,7 +1464,7 @@ jobs:
14641464
- name: Test in Solaris
14651465
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}')['x86_64'], 'rsync') }}
14661466
id: test
1467-
uses: vmactions/solaris-vm@db0b9a191d1b7e84249a8d270f4e648e6ff5a305
1467+
uses: vmactions/solaris-vm@679a0f039c24a5f41e9000e4687a56d3f46253fb
14681468
with:
14691469
mem: 4096
14701470
debug: true
@@ -1549,7 +1549,7 @@ jobs:
15491549
- name: Test in Solaris
15501550
id: testerr
15511551
continue-on-error: true
1552-
uses: vmactions/solaris-vm@db0b9a191d1b7e84249a8d270f4e648e6ff5a305
1552+
uses: vmactions/solaris-vm@679a0f039c24a5f41e9000e4687a56d3f46253fb
15531553
with:
15541554
debug: true
15551555
# A command that EXISTS and fails, rather than `false` or a made-up
@@ -1595,7 +1595,7 @@ jobs:
15951595
- name: Test in Solaris
15961596
id: testpass
15971597
continue-on-error: true
1598-
uses: vmactions/solaris-vm@db0b9a191d1b7e84249a8d270f4e648e6ff5a305
1598+
uses: vmactions/solaris-vm@679a0f039c24a5f41e9000e4687a56d3f46253fb
15991599
with:
16001600
debug: true
16011601
# No `true` and no double quotes: this body runs on every guest, and

0 commit comments

Comments
 (0)