|
57 | 57 | name: build (${{ matrix.runs_on }}, ${{ matrix.arch }}) |
58 | 58 | needs: [ setup, matrix_prep ] |
59 | 59 | runs-on: ${{ matrix.runs_on }} |
60 | | - timeout-minutes: 15 |
| 60 | + timeout-minutes: 20 |
61 | 61 | strategy: |
62 | 62 | fail-fast: true |
63 | 63 | matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }} |
@@ -121,7 +121,7 @@ jobs: |
121 | 121 | (github.event_name == 'release' && startsWith(github.ref, 'refs/tags/tools/buildmgr/')) || |
122 | 122 | ((github.event.schedule != '') && (!github.event.repository.private)) |
123 | 123 | runs-on: ubuntu-22.04 |
124 | | - timeout-minutes: 15 |
| 124 | + timeout-minutes: 20 |
125 | 125 | permissions: |
126 | 126 | contents: write |
127 | 127 | steps: |
@@ -222,7 +222,7 @@ jobs: |
222 | 222 | needs: [ setup, build, docs ] |
223 | 223 | # Debian package generation in ubuntu 22.04 produces incompatible metadata |
224 | 224 | runs-on: ubuntu-22.04 |
225 | | - timeout-minutes: 15 |
| 225 | + timeout-minutes: 20 |
226 | 226 | permissions: |
227 | 227 | contents: write |
228 | 228 | steps: |
@@ -344,7 +344,7 @@ jobs: |
344 | 344 |
|
345 | 345 | test: |
346 | 346 | needs: [ setup, matrix_prep, create_installer ] |
347 | | - timeout-minutes: 15 |
| 347 | + timeout-minutes: 20 |
348 | 348 | runs-on: ${{ matrix.runs_on }} |
349 | 349 | name: test (${{ matrix.runs_on }}, ${{ matrix.arch }}) |
350 | 350 | env: |
@@ -512,7 +512,7 @@ jobs: |
512 | 512 | GCC_TOOLCHAIN_10_3_1: ${{ github.workspace }}/${{ matrix.toolchain_root }} |
513 | 513 | AC6_TOOLCHAIN_6_18_0: ${{ github.workspace }}/${{ matrix.toolchain_root }} |
514 | 514 | runs-on: ubuntu-22.04 |
515 | | - timeout-minutes: 15 |
| 515 | + timeout-minutes: 20 |
516 | 516 |
|
517 | 517 | steps: |
518 | 518 | - name: Harden Runner |
@@ -630,7 +630,7 @@ jobs: |
630 | 630 |
|
631 | 631 | sanity-check-native: |
632 | 632 | needs: [ matrix_prep, create_installer ] |
633 | | - timeout-minutes: 15 |
| 633 | + timeout-minutes: 20 |
634 | 634 | runs-on: ${{ matrix.runs_on }} |
635 | 635 | name: sanity check native (${{ matrix.runs_on }}, ${{ matrix.arch }}) |
636 | 636 | env: |
@@ -674,7 +674,7 @@ jobs: |
674 | 674 |
|
675 | 675 | sanity-check-docker: |
676 | 676 | needs: create_installer |
677 | | - timeout-minutes: 15 |
| 677 | + timeout-minutes: 20 |
678 | 678 | runs-on: ubuntu-22.04 |
679 | 679 | container: |
680 | 680 | image: ${{ matrix.image }} |
@@ -720,6 +720,7 @@ jobs: |
720 | 720 |
|
721 | 721 | test-results-preparation: |
722 | 722 | name: "Publish Tests Results" |
| 723 | + if: ${{ always() }} |
723 | 724 | needs: [ test ] |
724 | 725 | runs-on: ubuntu-22.04 |
725 | 726 | steps: |
|
0 commit comments