From 1ca90a7570306c43b5fab937ca6c8e419b6dae76 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Fri, 13 Feb 2026 10:55:22 -0500 Subject: [PATCH] Revert "ci: switch E2E workflow to ubuntu-latest runner" This reverts commit dbc69fb. The Headlamp instance at headlamp.animaniacs.farh.net is not publicly accessible, so E2E tests require the self-hosted k3s-animaniacs runner with network access to the internal domain. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index c21d238..d764cf0 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -9,7 +9,7 @@ on: jobs: e2e: - runs-on: ubuntu-latest + runs-on: k3s-animaniacs timeout-minutes: 15 steps: