Skip to content

Commit 618c702

Browse files
committed
ci: use latest control-plane main image
Signed-off-by: lucarlig <luca.carlig@ibm.com>
1 parent b79783b commit 618c702

7 files changed

Lines changed: 142 additions & 91 deletions

File tree

.github/workflows/mcp_conformance.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
1212
MCP_CONFORMANCE_SOURCE_SHA: c321dd32035556e6769d3724a8ee97d87c3faaac # pragma: allowlist secret
1313
MCP_CONFORMANCE_SPEC_VERSION: 2026-07-28
1414
MCP_CONFORMANCE_SERVER_ID: 3f33286667d34b65a31c3bafd30e4c21
15-
CF_CONTROLPLANE_IMAGE: ghcr.io/ibm/mcp-context-forge:latest
1615
CF_DATAPLANE_IMAGE: contextforge-data-plane:conformance
1716

1817
jobs:
@@ -78,6 +77,11 @@ jobs:
7877
working-directory: .conformance-suite
7978
run: git apply ../tests/conformance/disable-flaky-progress.patch
8079

80+
- name: Resolve latest control-plane main image
81+
env:
82+
GITHUB_TOKEN: ${{ github.token }}
83+
run: echo "CF_CONTROLPLANE_IMAGE=$(tests/conformance/resolve-control-plane-image.sh)" >> "${GITHUB_ENV}"
84+
8185
- name: Pull external stack images
8286
env:
8387
MCP_CONFORMANCE_TOKEN: pull-only

0 commit comments

Comments
 (0)