M .builds/dummy_orig.yml_disabled => .builds/dummy_orig.yml_disabled +2 -2
@@ 8,8 8,8 @@ secrets:
- 2678474d-b22b-449f-a19a-16cb403c94cd
tasks:
- dummy: |
- cd oil
+ cd oils
soil/worker.sh JOB-dummy
- publish-html: |
- cd oil
+ cd oils
soil/sourcehut.sh publish-html-assuming-ssh-key
M .builds/worker1.yml_disabled => .builds/worker1.yml_disabled +13 -13
@@ 20,56 20,56 @@ secrets:
tasks:
- mount-perms: |
- cd oil
+ cd oils
soil/host-shim.sh mount-perms $PWD
- dummy: |
- cd oil
+ cd oils
soil/host-shim.sh run-job-uke podman $PWD dummy
# Relies on SSH key, so do it outside the container
- publish-dummy: |
- cd oil
+ cd oils
soil/sourcehut.sh publish-html-assuming-ssh-key dummy
- job-reset-1: |
- cd oil
+ cd oils
soil/host-shim.sh job-reset
- pea: |
- cd oil
+ cd oils
soil/host-shim.sh run-job-uke podman $PWD pea
- publish-pea: |
- cd oil
+ cd oils
soil/sourcehut.sh publish-html-assuming-ssh-key pea
- job-reset-2: |
- cd oil
+ cd oils
soil/host-shim.sh job-reset
- cpp-small: |
- cd oil
+ cd oils
soil/host-shim.sh run-job-uke podman $PWD cpp-small
- publish-cpp-small: |
- cd oil
+ cd oils
soil/sourcehut.sh publish-html-assuming-ssh-key cpp-small
# - cpp-coverage: |
- # cd oil
+ # cd oils
# soil/host-shim.sh run-job-uke podman $PWD cpp-coverage
#
# - publish-cpp-coverage: |
- # cd oil
+ # cd oils
# soil/sourcehut.sh publish-html-assuming-ssh-key
#
# - job-reset-2: |
- # cd oil
+ # cd oils
# soil/host-shim.sh job-reset
- did-all-succeed: |
- cd oil
+ cd oils
soil/host-shim.sh did-all-succeed dummy pea cpp-small
#soil/host-shim.sh did-all-succeed pea cpp-coverage dummy
M .builds/worker2.yml => .builds/worker2.yml +11 -11
@@ 17,45 17,45 @@ secrets:
tasks:
- mount-perms: |
- cd oil
+ cd oils
soil/host-shim.sh mount-perms $PWD
- cpp-tarball: |
- cd oil
+ cd oils
soil/host-shim.sh run-job-uke podman $PWD cpp-tarball
- publish-cpp-tarball: |
- cd oil
+ cd oils
soil/sourcehut.sh publish-html-assuming-ssh-key cpp-tarball
- job-reset-1: |
- cd oil
+ cd oils
soil/host-shim.sh job-reset
- benchmarks: |
- cd oil
+ cd oils
soil/host-shim.sh run-job-uke podman $PWD benchmarks
- publish-benchmarks: |
- cd oil
+ cd oils
soil/sourcehut.sh publish-html-assuming-ssh-key benchmarks
#- cpp-spec: |
- #cd oil
+ #cd oils
#soil/host-shim.sh run-job-uke podman $PWD cpp-spec
#- publish-cpp-spec: |
- #cd oil
+ #cd oils
#soil/sourcehut.sh publish-html-assuming-ssh-key cpp-spec
#- other-tests: |
- # cd oil
+ # cd oils
# soil/host-shim.sh run-job-uke podman $PWD other-tests
#- publish-other-tests: |
- # cd oil
+ # cd oils
# soil/sourcehut.sh publish-html-assuming-ssh-key other-tests
- did-all-succeed: |
- cd oil
+ cd oils
soil/host-shim.sh did-all-succeed cpp-tarball benchmarks
M .builds/worker3.yml => .builds/worker3.yml +9 -9
@@ 23,40 23,40 @@ secrets:
tasks:
- dev-setup-debian: |
- cd oil
+ cd oils
soil/worker.sh JOB-dev-setup-debian
- publish-dev-setup-debian: |
- cd oil
+ cd oils
soil/sourcehut.sh publish-html-assuming-ssh-key dev-setup-debian
#- mount-perms: |
- # cd oil
+ # cd oils
# soil/host-shim.sh mount-perms $PWD
#- dev-minimal: |
- # cd oil
+ # cd oils
# soil/host-shim.sh run-job-uke podman $PWD dev-minimal
## Relies on SSH key, so do it outside the container
#- publish-dev-minimal: |
- # cd oil
+ # cd oils
# soil/sourcehut.sh publish-html-assuming-ssh-key dev-minimal
# Outside container
#- job-reset: |
- # cd oil
+ # cd oils
# soil/host-shim.sh job-reset
#- other-tests: |
- # cd oil
+ # cd oils
# soil/host-shim.sh run-job-uke podman $PWD other-tests
#- publish-other-tests: |
- # cd oil
+ # cd oils
# soil/sourcehut.sh publish-html-assuming-ssh-key
# - did-all-succeed: |
- # cd oil
+ # cd oils
# soil/host-shim.sh did-all-succeed dev-minimal
# #soil/host-shim.sh did-all-succeed dev-minimal other-tests
M .builds/worker4.yml_disabled => .builds/worker4.yml_disabled +7 -7
@@ 20,31 20,31 @@ secrets:
tasks:
- mount-perms: |
- cd oil
+ cd oils
soil/host-shim.sh mount-perms $PWD
#- ovm-tarball: |
- # cd oil
+ # cd oils
# soil/host-shim.sh run-job-uke podman $PWD ovm-tarball
## Relies on SSH key, so do it outside the container
#- publish-ovm-tarball: |
- # cd oil
+ # cd oils
# soil/sourcehut.sh publish-html-assuming-ssh-key
#- job-reset-2: |
- # cd oil
+ # cd oils
# soil/host-shim.sh job-reset
- benchmarks2: |
- cd oil
+ cd oils
soil/host-shim.sh run-job-uke podman $PWD benchmarks2
- publish-benchmarks2: |
- cd oil
+ cd oils
soil/sourcehut.sh publish-html-assuming-ssh-key benchmarks2
- did-all-succeed: |
- cd oil
+ cd oils
soil/host-shim.sh did-all-succeed benchmarks2
#soil/host-shim.sh did-all-succeed ovm-tarball benchmarks2
M .builds/worker5.yml => .builds/worker5.yml +3 -3
@@ 17,13 17,13 @@ secrets:
tasks:
- dev-setup-fedora: |
- cd oil
+ cd oils
soil/worker.sh JOB-dev-setup-fedora
- publish-dev-setup-fedora: |
- cd oil
+ cd oils
soil/sourcehut.sh publish-html-assuming-ssh-key dev-setup-fedora
- did-all-succeed: |
- cd oil
+ cd oils
soil/host-shim.sh did-all-succeed dev-setup-fedora
M .builds/worker6.yml => .builds/worker6.yml +3 -3
@@ 16,13 16,13 @@ secrets:
tasks:
- dev-setup-alpine: |
- cd oil
+ cd oils
soil/worker.sh JOB-dev-setup-alpine
- publish-dev-setup-alpine: |
- cd oil
+ cd oils
soil/sourcehut.sh publish-html-assuming-ssh-key dev-setup-alpine
- did-all-succeed: |
- cd oil
+ cd oils
soil/host-shim.sh did-all-succeed dev-setup-alpine