Skip to content

Commit

Permalink
Rotating reserved nodes | Electing staking validators (#542)
Browse files Browse the repository at this point in the history
* Rotating reserved nodes (#519)

* lint

* A0-1125: Elect only staking validators (#527)

Co-authored-by: Piotr Mikołajczyk <[email protected]>
  • Loading branch information
kostekIV and pmikolajczyk41 authored Jul 20, 2022
1 parent f68f82e commit 40b49f7
Show file tree
Hide file tree
Showing 26 changed files with 4,458 additions and 123 deletions.
17 changes: 16 additions & 1 deletion .github/workflows/e2e-tests-main-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,20 @@ jobs:
follow-up-finalization-check: true
timeout-minutes: 10

run-e2e-authorities-are-staking:
needs: [build-test-docker, build-test-client]
name: Run authorities are staking test
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2

- name: Run e2e test
uses: ./.github/actions/run-e2e-test
with:
test-case: authorities_are_staking
timeout-minutes: 15

check-e2e-test-suite-completion:
needs: [
run-e2e-finalization-test,
Expand All @@ -321,7 +335,8 @@ jobs:
run-e2e-fee-calculation,
run-e2e-validators-rotate,
run-e2e-era-payout,
run-e2e-era-validators
run-e2e-era-validators,
run-e2e-authorities-are-staking,
]
name: Check e2e test suite completion
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 40b49f7

Please sign in to comment.