difftreelog
Merge pull request #511 from UniqueNetwork/CI-79-rename-and-tunning
in: master
workflow rename. runs_on update
4 files changed
.github/workflows/build-test-master.ymldiffbeforeafterboth1name: MASTER - Build & Test1name: Yarn test para223# Controls when the action will run.3# Controls when the action will run.4on:4on:242425 master-build-and-test:25 master-build-and-test:26 # The type of runner that the job will run on26 # The type of runner that the job will run on27 runs-on: self-hosted-ci27 runs-on: [self-hosted-ci,large]2828 timeout-minutes: 1380292930 name: ${{ matrix.network }} - Build and Test30 name: ${{ matrix.network }}313132 continue-on-error: true #Do not stop testing of matrix runs failed.32 continue-on-error: true #Do not stop testing of matrix runs failed.3333.github/workflows/fork-update-withdata.ymldiffbeforeafterboth1name: Fork Parachain update with data1name: Upgrade replica223# Controls when the action will run.3# Controls when the action will run.4on:4on:242425 fork-update-withdata:25 fork-update-withdata:26 # The type of runner that the job will run on26 # The type of runner that the job will run on27 runs-on: self-hosted-ci27 runs-on: [self-hosted-ci,large]28 timeout-minutes: 1380282929 name: ${{ matrix.network }} Fork Parachain with data30 name: ${{ matrix.network }}303131 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.32 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.3233.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth1name: Forkless Parachain update with no data1name: Upgrade nodata223# Controls when the action will run.3# Controls when the action will run.4on:4on:56 forkless-update-nodata:56 forkless-update-nodata:57 needs: prepare-execution-marix57 needs: prepare-execution-marix58 # The type of runner that the job will run on58 # The type of runner that the job will run on59 runs-on: self-hosted-ci59 runs-on: [self-hosted-ci,medium]60 timeout-minutes: 1380606161 name: ${{ matrix.network }} - Forkless Parachain Upgrade NO data62 name: ${{ matrix.network }}626363 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.64 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.6465.github/workflows/node_build_test.ymldiffbeforeafterboth1name: Develop - Build & test1name: Yarn test dev223# Controls when the action will run.3# Controls when the action will run.4on:4on:23jobs:23jobs:24 dev_build_test:24 dev_build_test:25 # The type of runner that the job will run on25 # The type of runner that the job will run on26 runs-on: self-hosted-ci26 runs-on: [self-hosted-ci,medium]27 timeout-minutes: 1380272828 name: Build Container, Spin it Up an test29 name: ${{ matrix.network }}293030 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.31 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.3132