| ... | @@ -73,6 +73,26 @@ jobs: | ... | @@ -73,6 +73,26 @@ jobs: |
| 73 | - name: Build and Test | 73 | - name: Build and Test |
| 74 | run: sh ci/riscv64-linux-release.sh | 74 | run: sh ci/riscv64-linux-release.sh |
| 75 | timeout-minutes: 420 | 75 | timeout-minutes: 420 |
| | 76 | s390x-linux-debug: |
| | 77 | runs-on: [self-hosted, s390x-linux] |
| | 78 | steps: |
| | 79 | - name: Checkout |
| | 80 | uses: actions/checkout@v4 |
| | 81 | with: |
| | 82 | fetch-depth: 0 |
| | 83 | - name: Build and Test |
| | 84 | run: sh ci/s390x-linux-debug.sh |
| | 85 | timeout-minutes: 240 |
| | 86 | s390x-linux-release: |
| | 87 | runs-on: [self-hosted, s390x-linux] |
| | 88 | steps: |
| | 89 | - name: Checkout |
| | 90 | uses: actions/checkout@v4 |
| | 91 | with: |
| | 92 | fetch-depth: 0 |
| | 93 | - name: Build and Test |
| | 94 | run: sh ci/s390x-linux-release.sh |
| | 95 | timeout-minutes: 180 |
| 76 | x86_64-freebsd-debug: | 96 | x86_64-freebsd-debug: |
| 77 | runs-on: [self-hosted, x86_64-freebsd] | 97 | runs-on: [self-hosted, x86_64-freebsd] |
| 78 | steps: | 98 | steps: |