diff --git a/.github/workflows/ssh-ci.yml b/.github/workflows/ssh-ci.yml index e8de76ff..98838902 100644 --- a/.github/workflows/ssh-ci.yml +++ b/.github/workflows/ssh-ci.yml @@ -3,8 +3,8 @@ name: SSH CI on: push: branches: ["main"] - # pull_request: - # branches: ["main"] + pull_request: + branches: ["main"] permissions: contents: read @@ -18,7 +18,8 @@ jobs: host: - ubuntu@riscv64.techaro.lol - ci@ppc64le.techaro.lol - - rocky@100.80.50.165 # aile + - rocky@192.168.2.52 # aile, aarch64-4k + - ci@192.168.2.28 # t-elos, aarch64-16k steps: - name: Checkout code uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 diff --git a/test/ssh-ci/rigging.sh b/test/ssh-ci/rigging.sh index 9aebdb59..b6fda8cc 100644 --- a/test/ssh-ci/rigging.sh +++ b/test/ssh-ci/rigging.sh @@ -4,7 +4,7 @@ set -euo pipefail [ ! -z "${DEBUG:-}" ] && set -x if [ "$#" -ne 1 ]; then - echo "Usage: rigging.sh " + echo "Usage: rigging.sh " fi CIRunnerImage="ghcr.io/techarohq/anubis/ci-runner:latest" @@ -16,18 +16,18 @@ ssh "${Target}" uname -av ssh "${Target}" mkdir -p "${RunFolder}" git archive HEAD | ssh "${Target}" tar xC "${RunFolder}" -ssh "${Target}" << EOF +ssh "${Target}" <