From 5ace89ded5eb41617422547c34d67601730c2773 Mon Sep 17 00:00:00 2001 From: phact Date: Tue, 7 Oct 2025 10:18:05 -0400 Subject: [PATCH] big runners for integration-tests --- .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 46bbe977..e20a5b70 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -8,7 +8,7 @@ on: jobs: tests: - runs-on: ubuntu-latest + runs-on: [self-hosted, linux, ARM64, langflow-ai-arm64-2] env: # Prefer repository/environment variable first, then secret, then a sane fallback OPENSEARCH_PASSWORD: ${{ vars.OPENSEARCH_PASSWORD || secrets.OPENSEARCH_PASSWORD || 'OpenRag#2025!' }}