From be4abe2c5913dbfea2ddb05fcd9e7c1def4570f7 Mon Sep 17 00:00:00 2001 From: "baogorek@gmail.com" Date: Wed, 12 Nov 2025 12:59:55 -0500 Subject: [PATCH] Add self-hosted GCP runner for GitHub Actions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Migrates CI workflow from ubuntu-latest to self-hosted GCP runner (n2-standard-16, 64GB RAM) to resolve memory issues during dataset builds. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/reusable_test.yaml | 2 +- changelog_entry.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable_test.yaml b/.github/workflows/reusable_test.yaml index fe43747a..6e39d6ba 100644 --- a/.github/workflows/reusable_test.yaml +++ b/.github/workflows/reusable_test.yaml @@ -26,7 +26,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: self-hosted permissions: contents: write # Required for GitHub Pages deploy id-token: write # Required for GCP auth diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29b..bce5cd82 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + changed: + - GitHub Actions workflow now uses self-hosted GCP runner to handle memory-intensive dataset builds