Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refer explicitly to some more testcases
  • Loading branch information
obrok committed Nov 24, 2022
commit d947180fa1e93425963531d3349c394dc498107f
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests-main-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ jobs:
- name: Run e2e test
uses: ./.github/actions/run-e2e-test
with:
test-case: version_upgrade
test-case: version_upgrade::schedule_version_change
env:
UPGRADE_VERSION: 1
UPGRADE_SESSION: 3
Expand All @@ -533,7 +533,7 @@ jobs:
- name: Run e2e test
uses: ./.github/actions/run-e2e-test
with:
test-case: doomed_version_upgrade
test-case: version_upgrade::schedule_doomed_version_change
env:
OVERRIDE_DOCKER_COMPOSE: ./.github/scripts/docker-compose.no_quorum_without_old.override.yml
UPGRADE_VERSION: 1
Expand Down