From 5a3ef47f17952b38324e6c5defef630f95ee7fb8 Mon Sep 17 00:00:00 2001 From: Ethan Steinman Date: Tue, 25 Jun 2024 13:37:47 -0400 Subject: [PATCH] SRE-1897 run e2es on a dedicated runner --- .../workflows/frontend_runtime_application_manual_e2e_run.yml | 2 +- .github/workflows/frontend_runtime_e2e_trigger_response.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend_runtime_application_manual_e2e_run.yml b/.github/workflows/frontend_runtime_application_manual_e2e_run.yml index c2acbf8..ce47338 100644 --- a/.github/workflows/frontend_runtime_application_manual_e2e_run.yml +++ b/.github/workflows/frontend_runtime_application_manual_e2e_run.yml @@ -189,7 +189,7 @@ jobs: # Note this is the only job that leverages amd64 runs-on: ${{ (inputs.fallback_runner && 'ubuntu-latest') || - 'scaleset-jupiterone-infra-amd64' }} + 'scaleset-jupiterone-infra-e2e' }} container: # Available containers here: https://hub.docker.com/r/cypress/browsers/tags image: cypress/browsers:node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1 diff --git a/.github/workflows/frontend_runtime_e2e_trigger_response.yml b/.github/workflows/frontend_runtime_e2e_trigger_response.yml index f76e9cb..9cc85fa 100644 --- a/.github/workflows/frontend_runtime_e2e_trigger_response.yml +++ b/.github/workflows/frontend_runtime_e2e_trigger_response.yml @@ -137,7 +137,7 @@ jobs: # Note this is the only job that leverages amd64 runs-on: ${{ (inputs.fallback_runner && 'ubuntu-latest') || - 'scaleset-jupiterone-infra-amd64' }} + 'scaleset-jupiterone-infra-e2e' }} container: # Available containers here: https://hub.docker.com/r/cypress/browsers/tags image: cypress/browsers:node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1