From 2320b41b8629b96d53b6b160e7bdc624f31b1775 Mon Sep 17 00:00:00 2001 From: ILay Date: Mon, 31 Aug 2026 10:52:00 +0200 Subject: [PATCH] [SIMPL-30451] Record that CI publishes both images The first workflow run went green and pushed distributed-execution and distributed-execution-payload to the sandbox Gitea registry, both tagged latest and 5122da4691f9. The matching SHA tag confirms the version lock between the code location and the payload it dispatches actually holds end to end. Changelog: changed --- README.md | 5 +++++ documents/user-guide/distributed-execution-guide.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30e4103..14ed312 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,11 @@ Both images build and have been smoke tested locally: the code location image loads its definitions, and the payload image contains `dagster_pipes` without `dagster` — check L11 in the readiness checklist. +[.gitea/workflows/docker-publish.yml](.gitea/workflows/docker-publish.yml) runs +the same two builds on every push to `main`, applies those checks as gates, and +tags both images with the same short commit SHA — that shared tag is what keeps a +code location and the payload it dispatches on the same version. + ## Status Both execution targets are implemented. The tightly coupled jobs and the loosely diff --git a/documents/user-guide/distributed-execution-guide.md b/documents/user-guide/distributed-execution-guide.md index ac0cfb4..e81ac61 100644 --- a/documents/user-guide/distributed-execution-guide.md +++ b/documents/user-guide/distributed-execution-guide.md @@ -514,7 +514,7 @@ Tracked under SIMPL-30451. | Runnable loosely coupled reference implementation | AC4 | Complete (subprocess verified, K8s not cluster-run) | | Both images build; payload image passes the isolation check (L11) | Tech details | Complete | | Locally runnable jobs launched from the Dagster UI, evidence recorded in section 5.6 | Tech details | Complete | -| Payload image published to the container registry | Tech details | **Pending** — build workflow exists, awaiting registry secrets and a first run | +| Payload image published to a container registry | Tech details | Complete on the sandbox Gitea registry; the GitLab registry still pending | | End-to-end run of `loosely_coupled_k8s_job` on a cluster | Tech details | **Pending** | | Screenshots of UI surfaces | Tech details | **Pending** — needs a deployed platform instance, not a local dev server | | Platform architecture document update | Tech details | **Pending** |