git.delta.rocks / unique-network / refs/commits / 49760fdbb603

difftreelog

job concurency

Alexander Aksenov2022-08-17parent: #383bd14.patch.diff
in: master

7 files changed

modified.github/workflows/build-test-master.ymldiffbeforeafterboth
27 runs-on: [self-hosted-ci,large]27 runs-on: [self-hosted-ci,large]
28 timeout-minutes: 138028 timeout-minutes: 1380
29
30 concurrency:
31 group: ${{ github.workflow }}-${{ github.ref }}
32 cancel-in-progress: true
2933
30 name: ${{ matrix.network }}34 name: ${{ matrix.network }}
3135
modified.github/workflows/codestyle.ymldiffbeforeafterboth
14 rustfmt:14 rustfmt:
15 runs-on: self-hosted-ci15 runs-on: self-hosted-ci
16
17 concurrency:
18 group: ${{ github.workflow }}-${{ github.ref }}
19 cancel-in-progress: true
1620
17 steps:21 steps:
18 - name: Skip if pull request is in Draft22 - name: Skip if pull request is in Draft
48 if: ${{ false }}52 if: ${{ false }}
49 runs-on: self-hosted-ci53 runs-on: self-hosted-ci
54
55 concurrency:
56 group: ${{ github.workflow }}-${{ github.ref }}
57 cancel-in-progress: true
5058
51 steps:59 steps:
52 - name: Skip if pull request is in Draft60 - name: Skip if pull request is in Draft
modified.github/workflows/fork-update-withdata.ymldiffbeforeafterboth
27 runs-on: [self-hosted-ci,large]27 runs-on: [self-hosted-ci,large]
28 timeout-minutes: 138028 timeout-minutes: 1380
29
30 concurrency:
31 group: ${{ github.workflow }}-${{ github.ref }}
32 cancel-in-progress: true
2933
30 name: ${{ matrix.network }}34 name: ${{ matrix.network }}
3135
modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
30 outputs:30 outputs:
31 matrix: ${{ steps.create_matrix.outputs.matrix }}31 matrix: ${{ steps.create_matrix.outputs.matrix }}
32
33 concurrency:
34 group: ${{ github.workflow }}-${{ github.ref }}
35 cancel-in-progress: true
36
32 steps:37 steps:
33 38
58 # The type of runner that the job will run on63 # The type of runner that the job will run on
59 runs-on: [self-hosted-ci,medium]64 runs-on: [self-hosted-ci,medium]
65
66 concurrency:
67 group: ${{ github.workflow }}-${{ github.ref }}
68 cancel-in-progress: true
69
60 timeout-minutes: 138070 timeout-minutes: 1380
6171
modified.github/workflows/node_build_test.ymldiffbeforeafterboth
26 runs-on: [self-hosted-ci,medium]26 runs-on: [self-hosted-ci,medium]
27 timeout-minutes: 138027 timeout-minutes: 1380
28
29 concurrency:
30 group: ${{ github.workflow }}-${{ github.ref }}
31 cancel-in-progress: true
2832
29 name: ${{ matrix.network }}33 name: ${{ matrix.network }}
3034
modified.github/workflows/tests_codestyle.ymldiffbeforeafterboth
14 code_style:14 code_style:
15 runs-on: self-hosted-ci15 runs-on: self-hosted-ci
16
17 concurrency:
18 group: ${{ github.workflow }}-${{ github.ref }}
19 cancel-in-progress: true
1620
17 steps:21 steps:
18 - name: Skip if pull request is in Draft22 - name: Skip if pull request is in Draft
modified.github/workflows/try-runtime.ymldiffbeforeafterboth
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
27
28 concurrency:
29 group: ${{ github.workflow }}-${{ github.ref }}
30 cancel-in-progress: true
2731
28 name: ${{ matrix.network }} - Try-runtime32 name: ${{ matrix.network }} - Try-runtime
2933