From b03825d4488dd0ed25b469f1919d373bbe001045 Mon Sep 17 00:00:00 2001 From: Kowser Date: Wed, 29 Jul 2026 10:22:38 -0700 Subject: [PATCH 1/2] Bump pinned conductor-oss e2e server version to 3.32.0-rc18 Co-Authored-By: Claude Sonnet 5 --- .github/workflows/agent-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agent-e2e.yml b/.github/workflows/agent-e2e.yml index 6f38c9dac..9c8e30721 100644 --- a/.github/workflows/agent-e2e.yml +++ b/.github/workflows/agent-e2e.yml @@ -21,7 +21,7 @@ concurrency: cancel-in-progress: true env: - CONDUCTOR_SERVER_VERSION: "3.32.0-rc.8" # pinned server release — bump deliberately + CONDUCTOR_SERVER_VERSION: "3.32.0-rc18" # pinned server release — bump deliberately jobs: agent-e2e: From f2299caea88414a5c614a21011fe0ce8a2cf611c Mon Sep 17 00:00:00 2001 From: Kowser Date: Wed, 29 Jul 2026 10:57:28 -0700 Subject: [PATCH 2/2] Re-enable agent-e2e job now that rc18 ships the agent-runtime fix Co-Authored-By: Claude Sonnet 5 --- .github/workflows/agent-e2e.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/agent-e2e.yml b/.github/workflows/agent-e2e.yml index 9c8e30721..538bb49a0 100644 --- a/.github/workflows/agent-e2e.yml +++ b/.github/workflows/agent-e2e.yml @@ -25,9 +25,6 @@ env: jobs: agent-e2e: - # Temporarily disabled until a Conductor server release containing the - # required agent-runtime changes is published. - if: ${{ false }} runs-on: ubuntu-latest timeout-minutes: 45 env: