Skip to content

Commit

Permalink
Disabled runtime upgrade check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejzelaszczyk committed Nov 18, 2022
1 parent bdb9df4 commit e4cc57b
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/e2e-tests-main-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -808,39 +808,6 @@ jobs:
- name: Cleanup cache
uses: ./.github/actions/post-cache

test-runtime-update:
name: Test runtime update with try-runtime tool
runs-on: ubuntu-20.04
needs: [ build-new-runtime-and-try_runtime ]
steps:
- name: Checkout source code
uses: actions/checkout@v3

- name: Download all artifacts
uses: actions/download-artifact@v3
with:
path: local-tests/

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.8'

- name: Test update
timeout-minutes: 20
env:
NEW_RUNTIME: aleph-runtime-try_runtime/aleph_runtime.compact.wasm
TRY_RUNTIME: try_runtime/aleph-node
working-directory: local-tests/
run: |
chmod +x ${{ env.TRY_RUNTIME }}
pip install -r requirements.txt
./test_runtime_update.py \
wss://ws.test.azero.dev:443 \
../bin/node/src/resources/testnet_chainspec.json \
${{ env.NEW_RUNTIME }} \
${{ env.TRY_RUNTIME }}
slack:
name: Slack notification
runs-on: ubuntu-20.04
Expand Down

0 comments on commit e4cc57b

Please sign in to comment.