Skip to content

Commit de9da92

Browse files
author
Generate.yml
committed
Generated from base-vm
1 parent 7dd1a3e commit de9da92

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
@@ -158,7 +158,7 @@ jobs:
158158
- name: Test in GhostBSD
159159
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","sshfs","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}')[matrix.arch == '' && 'x86_64' || matrix.arch], 'sshfs') }}
160160
id: test
161-
uses: vmactions/ghostbsd-vm@298089cc4aa0979a04c1e220a41005e088cf1fb5
161+
uses: vmactions/ghostbsd-vm@347d207a128b25ffd931a78a18c4d4df1be8c0f1
162162
with:
163163
envs: 'DEBUG MYTOKEN MYTOKEN2'
164164
prepare: |
@@ -353,7 +353,7 @@ jobs:
353353
- name: Test in GhostBSD
354354
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","sshfs","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}')[matrix.arch == '' && 'x86_64' || matrix.arch], 'nfs') }}
355355
id: test
356-
uses: vmactions/ghostbsd-vm@298089cc4aa0979a04c1e220a41005e088cf1fb5
356+
uses: vmactions/ghostbsd-vm@347d207a128b25ffd931a78a18c4d4df1be8c0f1
357357
with:
358358
envs: 'DEBUG MYTOKEN MYTOKEN2'
359359
prepare: |
@@ -556,7 +556,7 @@ jobs:
556556
- name: Test in GhostBSD
557557
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","sshfs","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}')[matrix.arch == '' && 'x86_64' || matrix.arch], 'scp') }}
558558
id: test
559-
uses: vmactions/ghostbsd-vm@298089cc4aa0979a04c1e220a41005e088cf1fb5
559+
uses: vmactions/ghostbsd-vm@347d207a128b25ffd931a78a18c4d4df1be8c0f1
560560
with:
561561
envs: 'DEBUG MYTOKEN MYTOKEN2'
562562
prepare: |
@@ -686,7 +686,7 @@ jobs:
686686
- name: Test in GhostBSD
687687
if: ${{ contains('{"x86_64":["rsync","scp","sshfs","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}', 'tar') }}
688688
id: test
689-
uses: vmactions/ghostbsd-vm@298089cc4aa0979a04c1e220a41005e088cf1fb5
689+
uses: vmactions/ghostbsd-vm@347d207a128b25ffd931a78a18c4d4df1be8c0f1
690690
with:
691691
mem: 4096
692692
debug: true
@@ -753,7 +753,7 @@ jobs:
753753
- name: Test in GhostBSD
754754
if: ${{ contains('{"x86_64":["rsync","scp","sshfs","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}', '9p') }}
755755
id: test
756-
uses: vmactions/ghostbsd-vm@298089cc4aa0979a04c1e220a41005e088cf1fb5
756+
uses: vmactions/ghostbsd-vm@347d207a128b25ffd931a78a18c4d4df1be8c0f1
757757
with:
758758
mem: 4096
759759
debug: true
@@ -910,7 +910,7 @@ jobs:
910910
- name: Test in GhostBSD
911911
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","sshfs","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}')[matrix.arch == '' && 'x86_64' || matrix.arch], 'rsync') }}
912912
id: test
913-
uses: vmactions/ghostbsd-vm@298089cc4aa0979a04c1e220a41005e088cf1fb5
913+
uses: vmactions/ghostbsd-vm@347d207a128b25ffd931a78a18c4d4df1be8c0f1
914914
with:
915915
envs: 'MYTOKEN MYTOKEN2'
916916
prepare: |
@@ -1100,7 +1100,7 @@ jobs:
11001100
- name: Test in GhostBSD
11011101
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","sshfs","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}')[matrix.arch == '' && 'x86_64' || matrix.arch], 'rsync') }}
11021102
id: test
1103-
uses: vmactions/ghostbsd-vm@298089cc4aa0979a04c1e220a41005e088cf1fb5
1103+
uses: vmactions/ghostbsd-vm@347d207a128b25ffd931a78a18c4d4df1be8c0f1
11041104
with:
11051105
envs: 'MYTOKEN MYTOKEN2'
11061106
prepare: |
@@ -1219,7 +1219,7 @@ jobs:
12191219
- name: Test in GhostBSD
12201220
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","sshfs","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}')['x86_64'], 'rsync') }}
12211221
id: test
1222-
uses: vmactions/ghostbsd-vm@298089cc4aa0979a04c1e220a41005e088cf1fb5
1222+
uses: vmactions/ghostbsd-vm@347d207a128b25ffd931a78a18c4d4df1be8c0f1
12231223
with:
12241224
mem: 4096
12251225
debug: true
@@ -1279,7 +1279,7 @@ jobs:
12791279
- name: Test in GhostBSD
12801280
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","sshfs","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":[],"loongarch64":[],"armv7":[]}')['x86_64'], 'rsync') }}
12811281
id: test
1282-
uses: vmactions/ghostbsd-vm@298089cc4aa0979a04c1e220a41005e088cf1fb5
1282+
uses: vmactions/ghostbsd-vm@347d207a128b25ffd931a78a18c4d4df1be8c0f1
12831283
with:
12841284
mem: 4096
12851285
debug: true
@@ -1355,7 +1355,7 @@ jobs:
13551355
- name: Test in GhostBSD
13561356
id: testerr
13571357
continue-on-error: true
1358-
uses: vmactions/ghostbsd-vm@298089cc4aa0979a04c1e220a41005e088cf1fb5
1358+
uses: vmactions/ghostbsd-vm@347d207a128b25ffd931a78a18c4d4df1be8c0f1
13591359
with:
13601360
debug: true
13611361
# A command that EXISTS and fails, rather than `false` or a made-up
@@ -1401,7 +1401,7 @@ jobs:
14011401
- name: Test in GhostBSD
14021402
id: testpass
14031403
continue-on-error: true
1404-
uses: vmactions/ghostbsd-vm@298089cc4aa0979a04c1e220a41005e088cf1fb5
1404+
uses: vmactions/ghostbsd-vm@347d207a128b25ffd931a78a18c4d4df1be8c0f1
14051405
with:
14061406
debug: true
14071407
# No `true` and no double quotes: this body runs on every guest, and

0 commit comments

Comments
 (0)