[SIMPL-30451] Record that CI publishes both images
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 4m14s
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 4m14s
The first workflow run went green and pushed distributed-execution and distributed-execution-payload to the sandbox Gitea registry, both tagged latest and 5122da4691. The matching SHA tag confirms the version lock between the code location and the payload it dispatches actually holds end to end.
Changelog: changed
This commit is contained in:
@@ -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
|
loads its definitions, and the payload image contains `dagster_pipes` without
|
||||||
`dagster` — check L11 in the readiness checklist.
|
`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
|
## Status
|
||||||
|
|
||||||
Both execution targets are implemented. The tightly coupled jobs and the loosely
|
Both execution targets are implemented. The tightly coupled jobs and the loosely
|
||||||
|
|||||||
@@ -514,7 +514,7 @@ Tracked under SIMPL-30451.
|
|||||||
| Runnable loosely coupled reference implementation | AC4 | Complete (subprocess verified, K8s not cluster-run) |
|
| 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 |
|
| 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 |
|
| 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** |
|
| 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 |
|
| Screenshots of UI surfaces | Tech details | **Pending** — needs a deployed platform instance, not a local dev server |
|
||||||
| Platform architecture document update | Tech details | **Pending** |
|
| Platform architecture document update | Tech details | **Pending** |
|
||||||
|
|||||||
Reference in New Issue
Block a user