From cd26faf2822e4d143d2fcf42b0e94f64b8769486 Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 25 Oct 2023 23:13:46 +1300 Subject: [PATCH] Fix runs-on for arm64 robustness. Signed-off-by: James Blair --- .github/workflows/robustness-nightly.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/robustness-nightly.yaml b/.github/workflows/robustness-nightly.yaml index cc1c19289..09f745d93 100644 --- a/.github/workflows/robustness-nightly.yaml +++ b/.github/workflows/robustness-nightly.yaml @@ -1,14 +1,14 @@ --- name: Robustness Nightly permissions: read-all -on: +on: pull_request # schedules always run against the main branch, hence we have to create separate jobs # with individual checkout actions for each of the active release branches - schedule: - - cron: '25 9 * * *' # runs every day at 09:25 UTC + #schedule: + # - cron: '25 9 * * *' # runs every day at 09:25 UTC # workflow_dispatch enables manual testing of this job by maintainers - workflow_dispatch: + #workflow_dispatch: jobs: main: @@ -27,7 +27,7 @@ jobs: count: 80 testTimeout: 200m artifactName: main-arm64 - runs-on: "['self-hosted', 'Linux', 'ARM64']" + runs-on: "['actuated-arm64-8cpu-32gb']" release-35: uses: ./.github/workflows/robustness-template.yaml with: @@ -43,7 +43,7 @@ jobs: count: 100 testTimeout: 200m artifactName: release-35-arm64 - runs-on: "['self-hosted', 'Linux', 'ARM64']" + runs-on: "['actuated-arm64-8cpu-32gb']" release-34: uses: ./.github/workflows/robustness-template.yaml with: