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 4, 2025
1 parent f14062a commit 1b76d77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/runtime-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,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 1b76d77

Please sign in to comment.