Skip to content

Commit

Permalink
correctly allocate wd accros runner (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmartin24 authored Dec 1, 2023
1 parent 110e5ae commit 409393b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scenario_1_chrome_rancher_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cypress_install_test: installation.spec.ts
# cypress_test: with_default_options.spec.ts
cypress_test: menu.spec.ts
runner: ui-e2e
runner: ui-e2e-0
secrets: inherit

rancher-chrome-s3gw:
Expand All @@ -30,5 +30,5 @@ jobs:
cypress_test: applications.spec.ts
grep_test_by_tag: '@appl-1'
s3_store_type: s3gw
runner: ui-e2e
runner: ui-e2e-1
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/scenario_2_firefox_rancher_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
# Due to security reason, Firefox can't be started as root
# https://github.com/cypress-io/github-action#firefox
docker_options: '--user 1000'
runner: ui-e2e
runner: ui-e2e-0
# ext_reg: '1'
secrets: inherit

0 comments on commit 409393b

Please sign in to comment.