From a669c19391a1335eb9664d3cc49000170c8408c3 Mon Sep 17 00:00:00 2001 From: phact Date: Tue, 7 Oct 2025 12:54:24 -0400 Subject: [PATCH] bigger runner disk --- .github/workflows/test-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 51b856b3..16f33c41 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -8,7 +8,7 @@ on: jobs: tests: - runs-on: [self-hosted, linux, ARM64, langflow-ai-arm64-2] + runs-on: [self-hosted, linux, ARM64, langflow-ai-arm64-40gb] env: # Prefer repository/environment variable first, then secret, then a sane fallback OPENSEARCH_PASSWORD: ${{ vars.OPENSEARCH_PASSWORD || secrets.OPENSEARCH_PASSWORD || 'OpenRag#2025!' }}