@@ -359,40 +359,34 @@ jobs:
359359 runtime-package : " node-subtensor-runtime"
360360 node-uri : " wss://entrypoint-finney.opentensor.ai:443"
361361 checks : " pre-and-post"
362- extra-args : " --disable-spec-version-check --no-weight-warnings --disable-idempotency-checks"
363-
364- # ----
365- # We can enable devnet and finney migrations once Polkadot v1.0 is deployed to finney, after
366- # which time all future migrations should be idempotent and won't start failing after the
367- # upgrade is deployed.
368- # ----
369- # check-devnet-migrations:
370- # name: check devnet migrations
371- # runs-on: ubuntu-22.04
372- # steps:
373- # - name: Checkout sources
374- # uses: actions/checkout@v3
375- #
376- # - name: Run Try Runtime Checks
377- # uses: "paritytech/[email protected] " 378- # with:
379- # runtime-package: "node-subtensor-runtime"
380- # node-uri: "wss://dev.chain.opentensor.ai:443"
381- # checks: "pre-and-post"
382- # extra-args: "--disable-spec-version-check --no-weight-warnings --disable-idempotency-checks"
383- #
384- # check-testnet-migrations:
385- # name: check testnet migrations
386- # runs-on: ubuntu-22.04
387- # steps:
388- # - name: Checkout sources
389- # uses: actions/checkout@v3
390- #
391- # - name: Run Try Runtime Checks
392- # uses: "paritytech/[email protected] " 393- # with:
394- # runtime-package: "node-subtensor-runtime"
395- # node-uri: "wss://test.chain.opentensor.ai:443"
396- # checks: "pre-and-post"
397- # extra-args: "--disable-spec-version-check --no-weight-warnings --disable-idempotency-checks"
398- #
362+ extra-args : " --disable-spec-version-check --no-weight-warnings"
363+
364+ check-devnet-migrations :
365+ name : check devnet migrations
366+ runs-on : ubuntu-22.04
367+ steps :
368+ - name : Checkout sources
369+ uses : actions/checkout@v3
370+
371+ - name : Run Try Runtime Checks
372+ uses :
" paritytech/[email protected] " 373+ with :
374+ runtime-package : " node-subtensor-runtime"
375+ node-uri : " wss://dev.chain.opentensor.ai:443"
376+ checks : " pre-and-post"
377+ extra-args : " --disable-spec-version-check --no-weight-warnings"
378+
379+ check-testnet-migrations :
380+ name : check testnet migrations
381+ runs-on : ubuntu-22.04
382+ steps :
383+ - name : Checkout sources
384+ uses : actions/checkout@v3
385+
386+ - name : Run Try Runtime Checks
387+ uses :
" paritytech/[email protected] " 388+ with :
389+ runtime-package : " node-subtensor-runtime"
390+ node-uri : " wss://test.chain.opentensor.ai:443"
391+ checks : " pre-and-post"
392+ extra-args : " --disable-spec-version-check --no-weight-warnings"
0 commit comments