| author | |
| committer | |
| log | 92b0ec989ca181df9955309c59913e4a7e1100c9 |
| tree | 7959064797c86343b37ca67c4ba0abf3761edcfc |
| parent | ab3e34b09b031960d1673bc462a2d260f654cfd2 |
| signature |
GitHub sucks:
Sep 20 20:49:21 ganymede runsvc.sh[82817]: An error occured: Runner version v2.326.0 is deprecated and cannot receive messages.
Sep 20 20:49:21 ganymede runsvc.sh[82817]: Runner listener exited with error code 1
Sep 20 20:49:21 ganymede runsvc.sh[82817]: Runner listener exit with terminated error, stop the service, no retry needed.2 files changed, 0 insertions(+), 53 deletions(-)
.github/workflows/ci-pr-riscv64-linux.yaml deleted-35| ... | @@ -1,35 +0,0 @@ | ||
| 1 | name: ci-pr-riscv64-linux | ||
| 2 | on: | ||
| 3 | pull_request: | ||
| 4 | types: | ||
| 5 | - labeled | ||
| 6 | - opened | ||
| 7 | - reopened | ||
| 8 | - synchronize | ||
| 9 | - unlabeled | ||
| 10 | concurrency: | ||
| 11 | # Cancels pending runs when a PR gets updated. | ||
| 12 | group: riscv64-linux-${{ github.head_ref || github.run_id }}-${{ github.actor }} | ||
| 13 | cancel-in-progress: true | ||
| 14 | permissions: | ||
| 15 | # Sets permission policy for `GITHUB_TOKEN` | ||
| 16 | contents: read | ||
| 17 | jobs: | ||
| 18 | riscv64-linux-debug: | ||
| 19 | if: contains(github.event.pull_request.labels.*.name, 'ci-riscv64-linux') | ||
| 20 | timeout-minutes: 420 | ||
| 21 | runs-on: [self-hosted, Linux, riscv64] | ||
| 22 | steps: | ||
| 23 | - name: Checkout | ||
| 24 | uses: actions/checkout@v4 | ||
| 25 | - name: Build and Test | ||
| 26 | run: sh ci/riscv64-linux-debug.sh | ||
| 27 | riscv64-linux-release: | ||
| 28 | if: contains(github.event.pull_request.labels.*.name, 'ci-riscv64-linux') | ||
| 29 | timeout-minutes: 420 | ||
| 30 | runs-on: [self-hosted, Linux, riscv64] | ||
| 31 | steps: | ||
| 32 | - name: Checkout | ||
| 33 | uses: actions/checkout@v4 | ||
| 34 | - name: Build and Test | ||
| 35 | run: sh ci/riscv64-linux-release.sh | ||
.github/workflows/ci.yaml-18| ... | @@ -51,24 +51,6 @@ jobs: | ... | @@ -51,24 +51,6 @@ jobs: |
| 51 | uses: actions/checkout@v4 | 51 | uses: actions/checkout@v4 |
| 52 | - name: Build and Test | 52 | - name: Build and Test |
| 53 | run: sh ci/aarch64-linux-release.sh | 53 | run: sh ci/aarch64-linux-release.sh |
| 54 | riscv64-linux-debug: | ||
| 55 | if: github.event_name == 'push' | ||
| 56 | timeout-minutes: 420 | ||
| 57 | runs-on: [self-hosted, Linux, riscv64] | ||
| 58 | steps: | ||
| 59 | - name: Checkout | ||
| 60 | uses: actions/checkout@v4 | ||
| 61 | - name: Build and Test | ||
| 62 | run: sh ci/riscv64-linux-debug.sh | ||
| 63 | riscv64-linux-release: | ||
| 64 | if: github.event_name == 'push' | ||
| 65 | timeout-minutes: 420 | ||
| 66 | runs-on: [self-hosted, Linux, riscv64] | ||
| 67 | steps: | ||
| 68 | - name: Checkout | ||
| 69 | uses: actions/checkout@v4 | ||
| 70 | - name: Build and Test | ||
| 71 | run: sh ci/riscv64-linux-release.sh | ||
| 72 | x86_64-macos-release: | 54 | x86_64-macos-release: |
| 73 | runs-on: "macos-13" | 55 | runs-on: "macos-13" |
| 74 | env: | 56 | env: |