git.delta.rocks / unique-network / refs/commits / 71169bd25710

difftreelog

fix forkless build and tests workflow steps

Konstantin Astakhov2023-01-25parent: #1128fb0.patch.diff
in: master

10 files changed

modified.github/workflows/forkless-update-data.ymldiffbeforeafterboth
51 matrix:51 matrix:
52 include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}52 include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}
5353
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.54 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.
5555
56 steps:56 steps:
57 - name: Clean Workspace57 - name: Clean Workspace
140140
141 name: ${{ matrix.network }}-data-tests141 name: ${{ matrix.network }}-data-tests
142142
143 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.143 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.
144144
145 strategy:145 strategy:
146 matrix:146 matrix:
modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
4949
50 name: ${{ matrix.network }}-nodata-build50 name: ${{ matrix.network }}-nodata-build
5151
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.52 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.
5353
54 strategy:54 strategy:
55 matrix:55 matrix:
141141
142 name: ${{ matrix.network }}-nodata-tests142 name: ${{ matrix.network }}-nodata-tests
143143
144 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.144 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.
145145
146 strategy:146 strategy:
147 matrix:147 matrix:
modified.github/workflows/market-test.ymldiffbeforeafterboth
1818
19 name: ${{ matrix.network }} 19 name: ${{ matrix.network }}
2020
21 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.21 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.
22 22
23 strategy:23 strategy:
24 matrix:24 matrix:
modified.github/workflows/node-only-update.ymldiffbeforeafterboth
5252
53 name: ${{ matrix.network }}53 name: ${{ matrix.network }}
5454
55 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.55 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.
5656
57 strategy:57 strategy:
58 matrix:58 matrix:
modified.github/workflows/polkadot-types.ymldiffbeforeafterboth
2424
25 name: ${{ matrix.network }}25 name: ${{ matrix.network }}
2626
27 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.27 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.
2828
29 strategy:29 strategy:
30 matrix:30 matrix:
modified.github/workflows/testnet-build.ymldiffbeforeafterboth
5353
54 name: ${{ matrix.network }}54 name: ${{ matrix.network }}
5555
56 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.56 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.
5757
58 strategy:58 strategy:
59 matrix:59 matrix:
modified.github/workflows/try-runtime.ymldiffbeforeafterboth
4343
44 # The type of runner that the job will run on44 # The type of runner that the job will run on
45 runs-on: [self-hosted-ci]45 runs-on: [self-hosted-ci]
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.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.
4747
48 name: ${{ matrix.network }}-try-runtime-build48 name: ${{ matrix.network }}-try-runtime-build
49 strategy:49 strategy:
123123
124 name: ${{ matrix.network }}-try-runtime-tests124 name: ${{ matrix.network }}-try-runtime-tests
125125
126 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.126 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.
127127
128 strategy:128 strategy:
129 matrix:129 matrix:
modified.github/workflows/unit-test.ymldiffbeforeafterboth
1717
18 name: ${{ github.base_ref }}18 name: ${{ github.base_ref }}
1919
20 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.20 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.
2121
22 steps:22 steps:
2323
modified.github/workflows/xcm.ymldiffbeforeafterboth
5454
55 name: ${{ matrix.network }}-build55 name: ${{ matrix.network }}-build
5656
57 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.57 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.
5858
59 strategy:59 strategy:
60 matrix:60 matrix:
319319
320 name: ${{ matrix.network }}-tests320 name: ${{ matrix.network }}-tests
321321
322 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.322 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.
323323
324 strategy:324 strategy:
325 matrix:325 matrix:
modified.github/workflows/yarn-dev.ymldiffbeforeafterboth
1818
19 name: ${{ matrix.network }}19 name: ${{ matrix.network }}
2020
21 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.21 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.
2222
23 strategy:23 strategy:
24 matrix:24 matrix: