Skip to content

Commit

Permalink
Decision: skip upgrades against disconnected live nodes, see
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Feb 9, 2024
1 parent dc67b19 commit 73db4d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/runtime-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,10 @@ jobs:
test-against-disconnected-live-node:
# execute only against Testnet b/c we don't have sudo key for Mainnet
if: github.base_ref == 'testnet'
# if: github.base_ref == 'testnet'
# skip upgrades against disconnected live nodes, see
# https://gluwa.atlassian.net/wiki/spaces/CB/pages/1119912022/Context+decision+for+CSUB-861+runtime+upgrade+testing+against+disconnected+node
# if: false
needs:
- build-sut
- setup
Expand Down

0 comments on commit 73db4d2

Please sign in to comment.