difftreelog
fix forkless build and tests workflow steps
in: master
9 files changed
.docker/Dockerfile-parachain-upgradediffbeforeafterbothno changes
.docker/Dockerfile-parachain-upgrade-datadiffbeforeafterbothno changes
.docker/Dockerfile-try-runtimediffbeforeafterbothno changes
.docker/docker-compose.tmp-forkless-data.j2diffbeforeafterbothno changes
.docker/docker-compose.tmp-forkless-nodata.j2diffbeforeafterbothno changes
.docker/docker-compose.xcm.j2diffbeforeafterbothno changes
.github/workflows/forkless-update-data.ymldiffbeforeafterboth46 runs-on: [self-hosted-ci,large]46 runs-on: [self-hosted-ci,large]47 timeout-minutes: 138047 timeout-minutes: 1380484849 name: ${{ matrix.network }}-data49 name: ${{ matrix.network }}-data-build50 strategy:50 strategy:51 matrix:51 matrix:52 include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}52 include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}535354 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.54 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.555556 steps:56 steps:57 - name: Clean Workspace57 - name: Clean Workspace262262263 - name: Stop running containers263 - name: Stop running containers264 if: always() # run this step always264 if: always() # run this step always265 run: docker-compose -f ".docker/docker-compose-forkless-data.${{ matrix.network }}.yml" down --volumes265 run: docker-compose -f ".docker/docker-compose.forkless-data.${{ matrix.network }}.yml" down --volumes266266267 - name: Remove builder cache267 - name: Remove builder cache268 if: always() # run this step always268 if: always() # run this step always.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth474748 timeout-minutes: 138048 timeout-minutes: 1380494950 name: ${{ matrix.network }}-nodata50 name: ${{ matrix.network }}-nodata-build515152 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.52 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.535354 strategy:54 strategy:55 matrix:55 matrix:.github/workflows/try-runtime.ymldiffbeforeafterboth32 uses: CertainLach/create-matrix-action@v432 uses: CertainLach/create-matrix-action@v433 id: create_matrix33 id: create_matrix34 with:34 with:35 matrix: |35 matrix: |36 network {opal}, wasm_name {opal}, replica_from_address {${{ env.OPAL_REPLICA_FROM }}}36 network {opal}, wasm_name {opal}, replica_from_address {${{ env.OPAL_REPLICA_FROM }}}37# network {sapphire}, wasm_name {quartz}, replica_from_address {${{ env.SAPPHIRE_REPLICA_FROM }}}37 network {sapphire}, wasm_name {quartz}, replica_from_address {${{ env.SAPPHIRE_REPLICA_FROM }}}38# network {quartz}, wasm_name {quartz}, replica_from_address {${{ env.QUARTZ_REPLICA_FROM }}}38 network {quartz}, wasm_name {quartz}, replica_from_address {${{ env.QUARTZ_REPLICA_FROM }}}39# network {unique}, wasm_name {unique}, replica_from_address {${{ env.UNIQUE_REPLICA_FROM }}}39 network {unique}, wasm_name {unique}, replica_from_address {${{ env.UNIQUE_REPLICA_FROM }}}404041 try-runtime-build:41 try-runtime-build:42 needs: prepare-execution-marix42 needs: prepare-execution-marix434344 # The type of runner that the job will run on44 # The type of runner that the job will run on45 runs-on: [self-hosted-ci]45 runs-on: [self-hosted-ci]46 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.46 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.474748 name: ${{ matrix.network }}-try-runtime-build48 name: ${{ matrix.network }}-try-runtime-build49 strategy:49 strategy: