Deploy to sandbox: develop --> main #2

Merged
j.r merged 6 commits from develop into main 2026-09-02 17:43:37 +00:00

6 Commits

Author SHA1 Message Date
3e81a90ede Merge branch 'main' into develop 2026-09-02 17:42:52 +00:00
ILay
5b8714655a [SIMPL-30451] Restore the Gitea Actions workflow on develop
The feature branch is shared with GitLab and deliberately carries no .gitea/ directory, so merging it removed docker-publish.yml from develop and would have stopped the sandbox image builds. Restore it unchanged from 2320b41.

Changelog: other
2026-09-02 19:39:30 +02:00
32b7afa53e Merge pull request '[SIMPL-30451] Distributed execution reference service and container-cluster configuration guide' (#1) from feature/SIMPL-30451-distributed-execution into develop 2026-09-02 17:38:22 +00:00
ILay
aa49420ca6 [SIMPL-30787] Document container-cluster configuration inputs
Add the cluster-configuration input reference the guide was missing: which inputs are mandatory, conditional or optional in each setup, a reusable minimum input set, and worked examples expressed in the format each setup already uses. No configuration schema or key naming is prescribed.

Retitle the subject sections so they no longer carry one story's AC numbering, and add a traceability section mapping SIMPL-30787 and SIMPL-30451 acceptance criteria onto them.

Changelog: added
2026-09-02 18:48:01 +02:00
ILay
9b1b7056b0 [SIMPL-30451] Close the distributed execution reference service
Check the chart's actual DAGSTER_PG_PASSWORD injection in the tightly coupled preflight instead of DAGSTER_POSTGRES_*, which the Simpl chart never sets; the old check warned about a misconfiguration on a correctly configured run pod. Evidence reports the variable name only, never its value.

Record the platform k8s_job_executor run as cluster-verified in the guide and readiness checklist, add the Dagster UI screenshots covering job list, graph, code-configured tags and a successful run.

Changelog: fixed
2026-09-02 18:47:27 +02:00
ILay
4131288960 fix(tightly-coupled): pin k8s step IO manager to shared storage 2026-09-01 20:03:23 +02:00