Skip to content

Commit

Permalink
Remove ESS Dev-2-1 environment (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph authored May 2, 2024
1 parent f9e7ce0 commit 57cda16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
# Available OS's: https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
os: [ubuntu-latest, windows-latest]
environment-name: ["ESS PodSpaces", "ESS Dev-2-1", "ESS Dev-2-2"]
environment-name: ["ESS PodSpaces", "ESS Dev-2-2"]
experimental: [false]
include:
- environment-name: "ESS Dev-2-3"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# NSS node-based end-to-end tests are only running for unauthenticated operations,
# because NSS doesn't support static client registration. Therefore, they run
# against an environment that has manually been pre-provisioned.
environment-name: ["ESS PodSpaces", "ESS Dev-2-1", "ESS Dev-2-2", "NSS"]
environment-name: ["ESS PodSpaces", "ESS Dev-2-2", "NSS"]
experimental: [false]
include:
- environment-name: "ESS Dev-2-3"
Expand Down

0 comments on commit 57cda16

Please sign in to comment.