From 74cecb4774ff2e239ac158e94ecfb9ea139dbce7 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Thu, 21 May 2026 14:15:20 -0500 Subject: [PATCH] ci(infra): expand integration tests dispatch dropdown to external partners (#37614) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds `aws`, `google-genai`, and `google-vertexai` to the manual-run `working-directory` dropdown on the `⏰ Integration Tests` workflow. These partners live in external repos (`langchain-ai/langchain-google`, `langchain-ai/langchain-aws`) and were previously only reachable via the free-form `working-directory-override` input despite the job already checking them out into `libs/partners/`. --- .github/workflows/integration_tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index a93c29a84cb..6ca34bee12f 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -27,10 +27,13 @@ on: - "standard-tests" - "model-profiles" - "anthropic" + - "aws" - "chroma" - "deepseek" - "exa" - "fireworks" + - "google-genai" + - "google-vertexai" - "groq" - "huggingface" - "mistralai"