From 38af4deb69282f411448943988355f0d5402e5c3 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Fri, 21 Aug 2026 12:51:34 +0200 Subject: [PATCH] ci: note that the Collate check also covers the AI Platform The dispatched `OpenMetadata Collate Test` workflow now builds and tests the Collate AI Platform alongside the Collate server, so a change here that needs a matching AI Platform change fails in this check rather than in a nightly image build. Name the step and the branch comment for what it now does. Refs open-metadata/ai-platform#670 Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/maven-build-collate.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-build-collate.yml b/.github/workflows/maven-build-collate.yml index f5dff6340e05..16ea912afe85 100644 --- a/.github/workflows/maven-build-collate.yml +++ b/.github/workflows/maven-build-collate.yml @@ -80,7 +80,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} allow-unsafe-pr-checkout: true persist-credentials: false - - name: Trigger Collate build & wait + - name: Trigger Collate & AI Platform build and wait uses: benc-uk/workflow-dispatch@v1.3.2 timeout-minutes: 60 env: @@ -88,7 +88,9 @@ jobs: with: workflow: OpenMetadata Collate Test # Collate mirrors each OpenMetadata release line on an identically - # named branch, so build the Collate branch matching the PR base. + # named branch, so build the Collate branch matching the PR base. That + # branch also pins the AI Platform (CAIP) line the dispatched workflow + # builds and tests alongside Collate. # Dispatching main for a 1.13 PR builds main-only Collate code # against a 1.13 checkout. Falls through to the pushed/dispatched ref # when there is no pull request in the payload.