| ... | @@ -88,7 +88,7 @@ jobs: | ... | @@ -88,7 +88,7 @@ jobs: |
| 88 | fetch-depth: 0 | 88 | fetch-depth: 0 |
| 89 | - name: Build and Test | 89 | - name: Build and Test |
| 90 | run: sh ci/riscv64-linux-debug.sh | 90 | run: sh ci/riscv64-linux-debug.sh |
| 91 | timeout-minutes: 600 | 91 | timeout-minutes: 720 |
| 92 | riscv64-linux-release: | 92 | riscv64-linux-release: |
| 93 | if: github.event_name != 'pull_request' | 93 | if: github.event_name != 'pull_request' |
| 94 | runs-on: [self-hosted, riscv64-linux] | 94 | runs-on: [self-hosted, riscv64-linux] |
| ... | @@ -99,7 +99,7 @@ jobs: | ... | @@ -99,7 +99,7 @@ jobs: |
| 99 | fetch-depth: 0 | 99 | fetch-depth: 0 |
| 100 | - name: Build and Test | 100 | - name: Build and Test |
| 101 | run: sh ci/riscv64-linux-release.sh | 101 | run: sh ci/riscv64-linux-release.sh |
| 102 | timeout-minutes: 480 | 102 | timeout-minutes: 600 |
| 103 | | 103 | |
| 104 | s390x-linux-debug: | 104 | s390x-linux-debug: |
| 105 | runs-on: [self-hosted, s390x-linux] | 105 | runs-on: [self-hosted, s390x-linux] |