| author | |
| committer | |
| log | 4d8dcccbd416ec49bcd681374c90bbe9a11ed5ca |
| tree | 60ca5c516234ecdb3e0cfa7dbea592085060519c |
| parent | bdc31c95611de8611a13e3dde9e091ef3a719476 |
| 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| ... | ... | @@ -50,24 +50,6 @@ jobs: |
| 50 | 50 | uses: actions/checkout@v4 |
| 51 | 51 | - name: Build and Test |
| 52 | 52 | run: sh ci/aarch64-linux-release.sh |
| 53 | riscv64-linux-debug: | |
| 54 | if: github.event_name == 'push' | |
| 55 | timeout-minutes: 420 | |
| 56 | runs-on: [self-hosted, Linux, riscv64] | |
| 57 | steps: | |
| 58 | - name: Checkout | |
| 59 | uses: actions/checkout@v4 | |
| 60 | - name: Build and Test | |
| 61 | run: sh ci/riscv64-linux-debug.sh | |
| 62 | riscv64-linux-release: | |
| 63 | if: github.event_name == 'push' | |
| 64 | timeout-minutes: 420 | |
| 65 | runs-on: [self-hosted, Linux, riscv64] | |
| 66 | steps: | |
| 67 | - name: Checkout | |
| 68 | uses: actions/checkout@v4 | |
| 69 | - name: Build and Test | |
| 70 | run: sh ci/riscv64-linux-release.sh | |
| 71 | 53 | x86_64-macos-release: |
| 72 | 54 | runs-on: "macos-13" |
| 73 | 55 | env: |