From 0357aa608fd60f632e22a6db2b6ca006169b8c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 5 Sep 2026 19:16:03 +0200 Subject: [PATCH] ci: disable aarch64-freebsd and aarch64-netbsd The current machines are being decommissioned. Going forward, these targets will run on an AmpereOne A192-32X that's currently being prepared for deployment. --- .forgejo/workflows/ci.yaml | 84 ++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 44 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index bcd18db33c5f40593c02415cebf0d8eb975c9e05..7dccfb248dd92c6b66f2de9a8f837b313101a52d 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -14,28 +14,26 @@ concurrency: cancel-in-progress: ${{ github.event_name == 'pull_request' }} jobs: - aarch64-freebsd-debug: - if: github.event_name != 'pull_request' - runs-on: [self-hosted, aarch64-freebsd] - steps: - - name: Checkout - uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 - with: - fetch-depth: 0 - - name: Build and Test - run: sh ci/aarch64-freebsd-debug.sh - timeout-minutes: 360 - aarch64-freebsd-release: - if: github.event_name != 'pull_request' - runs-on: [self-hosted, aarch64-freebsd] - steps: - - name: Checkout - uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 - with: - fetch-depth: 0 - - name: Build and Test - run: sh ci/aarch64-freebsd-release.sh - timeout-minutes: 300 + # aarch64-freebsd-debug: + # runs-on: [self-hosted, aarch64-freebsd] + # steps: + # - name: Checkout + # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 + # with: + # fetch-depth: 0 + # - name: Build and Test + # run: sh ci/aarch64-freebsd-debug.sh + # timeout-minutes: 240 + # aarch64-freebsd-release: + # runs-on: [self-hosted, aarch64-freebsd] + # steps: + # - name: Checkout + # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 + # with: + # fetch-depth: 0 + # - name: Build and Test + # run: sh ci/aarch64-freebsd-release.sh + # timeout-minutes: 180 aarch64-linux-debug: runs-on: [self-hosted, aarch64-linux] @@ -58,28 +56,26 @@ jobs: run: sh ci/aarch64-linux-release.sh timeout-minutes: 180 - aarch64-netbsd-debug: - if: github.event_name != 'pull_request' - runs-on: [self-hosted, aarch64-netbsd] - steps: - - name: Checkout - uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 - with: - fetch-depth: 0 - - name: Build and Test - run: sh ci/aarch64-netbsd-debug.sh - timeout-minutes: 360 - aarch64-netbsd-release: - if: github.event_name != 'pull_request' - runs-on: [self-hosted, aarch64-netbsd] - steps: - - name: Checkout - uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 - with: - fetch-depth: 0 - - name: Build and Test - run: sh ci/aarch64-netbsd-release.sh - timeout-minutes: 300 + # aarch64-netbsd-debug: + # runs-on: [self-hosted, aarch64-netbsd] + # steps: + # - name: Checkout + # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 + # with: + # fetch-depth: 0 + # - name: Build and Test + # run: sh ci/aarch64-netbsd-debug.sh + # timeout-minutes: 240 + # aarch64-netbsd-release: + # runs-on: [self-hosted, aarch64-netbsd] + # steps: + # - name: Checkout + # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 + # with: + # fetch-depth: 0 + # - name: Build and Test + # run: sh ci/aarch64-netbsd-release.sh + # timeout-minutes: 180 aarch64-macos-debug: runs-on: [self-hosted, aarch64-macos] -- 2.54.0