difftreelog
Disable tests and use rococo
in: master
(cherry picked from commit 99e96ade858a708232982d9dd16055a84dbc3904)
2 files changed
.docker/forkless-config/launch-config-forkless-nodata.j2diffbeforeafterboth3 "bin": "/polkadot/target/release/polkadot",3 "bin": "/polkadot/target/release/polkadot",4 "upgradeBin": "/polkadot/target/release/polkadot",4 "upgradeBin": "/polkadot/target/release/polkadot",5 "upgradeWasm": "/polkadot/target/release/wbuild/westend-runtime/westend_runtime.compact.compressed.wasm",5 "upgradeWasm": "/polkadot/target/release/wbuild/westend-runtime/westend_runtime.compact.compressed.wasm",6 "chain": "westend-local",6 "chain": "rococo-local",7 "nodes": [7 "nodes": [8 {8 {9 "name": "alice",9 "name": "alice",.github/workflows/node-only-update.ymldiffbeforeafterboth162162163 - name: Run tests before Node Parachain upgrade163 - name: Run tests before Node Parachain upgrade164 working-directory: ${{ matrix.mainnet_branch }}/tests164 working-directory: ${{ matrix.mainnet_branch }}/tests165 run: |165 run: |166 yarn install166 yarn install167 yarn add mochawesome167 yarn add mochawesome168 node scripts/readyness.js168 node scripts/readyness.js169 echo "Ready to start tests"169 echo "Ready to start tests"170 yarn polkadot-types170 yarn polkadot-types171 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-before-${NOW}171 NOW=$(date +%s) && yarn testConnection --reporter mochawesome --reporter-options reportFilename=test-before-${NOW}172 env:172 env:173 RPC_URL: http://127.0.0.1:9933/173 RPC_URL: http://127.0.0.1:9933/174174294 ## TODO: Remove next two blocks before switch to Parrallel & Sequental tests. Uncoment commented blocks.294 ## TODO: Remove next two blocks before switch to Parrallel & Sequental tests. Uncoment commented blocks.295 - name: Run tests after Node Parachain upgrade295 - name: Run tests after Node Parachain upgrade296 working-directory: ${{ matrix.mainnet_branch }}/tests296 working-directory: ${{ matrix.mainnet_branch }}/tests297 run: |297 run: |298 yarn install298 yarn install299 yarn add mochawesome299 yarn add mochawesome300 node scripts/readyness.js300 node scripts/readyness.js301 echo "Ready to start tests"301 echo "Ready to start tests"302 yarn polkadot-types302 yarn polkadot-types303 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-after-${NOW}303 NOW=$(date +%s) && yarn testConnection --reporter mochawesome --reporter-options reportFilename=test-after-${NOW}304 env:304 env:305 RPC_URL: http://127.0.0.1:9933/305 RPC_URL: http://127.0.0.1:9933/306306