From 301afca49d40e5cce7d7c221c3f2a46511dcdc80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Fri, 17 Jul 2026 03:46:13 +0200 Subject: [PATCH] ci: disable riscv64-linux We have 4x Milk-V Jupiter 2 (SpacemiT K3) boards on the way that will replace the old 4x Milk-V Jupiter (SpacemiT M1) boards. But we need to cannibalize the SSDs from the old boards, so there will probably be 1-2 days of downtime for riscv64-linux CI. Let's not block green master builds in that time. --- .forgejo/workflows/ci.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index d3a69b1f81308b1dbbcc7dc47710f7e2a1ce49d5..de5070160d7a9a3554fd80e59cb07fe32a08c124 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -144,29 +144,6 @@ jobs: run: sh ci/powerpc64le-linux-release.sh timeout-minutes: 240 - riscv64-linux-debug: - if: github.event_name != 'pull_request' - runs-on: [self-hosted, riscv64-linux] - steps: - - name: Checkout - uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 - with: - fetch-depth: 0 - - name: Build and Test - run: sh ci/riscv64-linux-debug.sh - timeout-minutes: 900 - riscv64-linux-release: - if: github.event_name != 'pull_request' - runs-on: [self-hosted, riscv64-linux] - steps: - - name: Checkout - uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 - with: - fetch-depth: 0 - - name: Build and Test - run: sh ci/riscv64-linux-release.sh - timeout-minutes: 600 - s390x-linux-debug: runs-on: [self-hosted, s390x-linux] steps: -- 2.54.0