git.delta.rocks / unique-network / refs/commits / c34f0cdcd682

difftreelog

Merge pull request #511 from UniqueNetwork/CI-79-rename-and-tunning

Yaroslav Bolyukin2022-08-17parents: #5e93b06 #b93fe65.patch.diff
in: master
workflow rename. runs_on update

4 files changed

modified.github/workflows/build-test-master.ymldiffbeforeafterboth
1name: MASTER - Build & Test1name: Yarn test para
22
3# Controls when the action will run.3# Controls when the action will run.
4on:4on:
2424
25 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 on
27 runs-on: self-hosted-ci27 runs-on: [self-hosted-ci,large]
2828 timeout-minutes: 1380
2929
30 name: ${{ matrix.network }} - Build and Test30 name: ${{ matrix.network }}
3131
32 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
modified.github/workflows/fork-update-withdata.ymldiffbeforeafterboth
1name: Fork Parachain update with data1name: Upgrade replica
22
3# Controls when the action will run.3# Controls when the action will run.
4on:4on:
2424
25 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 on
27 runs-on: self-hosted-ci27 runs-on: [self-hosted-ci,large]
28 timeout-minutes: 1380
2829
29 name: ${{ matrix.network }} Fork Parachain with data30 name: ${{ matrix.network }}
3031
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.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
modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
1name: Forkless Parachain update with no data1name: Upgrade nodata
22
3# 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-marix
58 # The type of runner that the job will run on58 # The type of runner that the job will run on
59 runs-on: self-hosted-ci59 runs-on: [self-hosted-ci,medium]
60 timeout-minutes: 1380
6061
61 name: ${{ matrix.network }} - Forkless Parachain Upgrade NO data62 name: ${{ matrix.network }}
6263
63 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
modified.github/workflows/node_build_test.ymldiffbeforeafterboth
1name: Develop - Build & test1name: Yarn test dev
22
3# 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 on
26 runs-on: self-hosted-ci26 runs-on: [self-hosted-ci,medium]
27 timeout-minutes: 1380
2728
28 name: Build Container, Spin it Up an test29 name: ${{ matrix.network }}
2930
30 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