From 3b244f9b9f0002c6860ad329d63e36514e9f2205 Mon Sep 17 00:00:00 2001 From: Andy C Date: Sat, 20 Jul 2024 10:56:57 -0400 Subject: [PATCH] [sourcehut] Renamed repo to 'oils' Update build YAML --- .builds/dummy_orig.yml_disabled | 4 ++-- .builds/worker1.yml_disabled | 26 +++++++++++++------------- .builds/worker2.yml | 22 +++++++++++----------- .builds/worker3.yml | 18 +++++++++--------- .builds/worker4.yml_disabled | 14 +++++++------- .builds/worker5.yml | 6 +++--- .builds/worker6.yml | 6 +++--- 7 files changed, 48 insertions(+), 48 deletions(-) diff --git a/.builds/dummy_orig.yml_disabled b/.builds/dummy_orig.yml_disabled index 655a525a5..d49f582bb 100644 --- a/.builds/dummy_orig.yml_disabled +++ b/.builds/dummy_orig.yml_disabled @@ -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 diff --git a/.builds/worker1.yml_disabled b/.builds/worker1.yml_disabled index 594bead79..f9b66fbe1 100644 --- a/.builds/worker1.yml_disabled +++ b/.builds/worker1.yml_disabled @@ -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 diff --git a/.builds/worker2.yml b/.builds/worker2.yml index 13e0777b8..6e1977155 100644 --- a/.builds/worker2.yml +++ b/.builds/worker2.yml @@ -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 diff --git a/.builds/worker3.yml b/.builds/worker3.yml index 456bd6700..b59ab878b 100644 --- a/.builds/worker3.yml +++ b/.builds/worker3.yml @@ -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 diff --git a/.builds/worker4.yml_disabled b/.builds/worker4.yml_disabled index 5d1f119fd..9037340d4 100644 --- a/.builds/worker4.yml_disabled +++ b/.builds/worker4.yml_disabled @@ -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 diff --git a/.builds/worker5.yml b/.builds/worker5.yml index 59f06a985..ae0fcd417 100644 --- a/.builds/worker5.yml +++ b/.builds/worker5.yml @@ -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 diff --git a/.builds/worker6.yml b/.builds/worker6.yml index 80c353b58..14ed892f6 100644 --- a/.builds/worker6.yml +++ b/.builds/worker6.yml @@ -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 -- 2.45.2