Skip to content

Commit

Permalink
SRE-1897 run e2es on a dedicated runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-steinman-j1 committed Jun 25, 2024
1 parent 05d91fe commit 5a3ef47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a3ef47

Please sign in to comment.