Skip to content

ci: heavy-deps image for the full CODES CI job#250

Merged
caitlinross merged 1 commit into
masterfrom
ci-full-image
Jun 25, 2026
Merged

ci: heavy-deps image for the full CODES CI job#250
caitlinross merged 1 commit into
masterfrom
ci-full-image

Conversation

@caitlinross

Copy link
Copy Markdown
Member

Add the heavy-dependency Docker image (ci/full/Dockerfile) and a workflow (.github/workflows/full-ci-image.yml) that builds it on amd64 and publishes it to ghcr.io/codes-org/codes-ci-full. The image bundles every optional CODES dependency — argobots, SWM, conceptual, UNION, ZeroMQ, RapidJSON, SST-DUMPI, and CPU LibTorch — so the eventual "full" CI job can build ROSS + CODES inside it without recompiling the slow deps on every run.

Lands ahead of the consuming full job that will be introduced in #248 so the image is published first: when that job arrives it finds :latest already in GHCR to be sure everything is green in the PR before merging.

The workflow does not run on pull_request and only pushes on master/schedule/dispatch, so it can't move :latest from an untrusted PR.

Add the heavy-dependency Docker image (ci/full/Dockerfile) and a workflow
(.github/workflows/full-ci-image.yml) that builds it on amd64 and publishes it
to ghcr.io/codes-org/codes-ci-full. The image bundles every optional CODES
dependency — argobots, SWM, conceptual, UNION, ZeroMQ, RapidJSON,
SST-DUMPI, and CPU LibTorch — so the eventual "full" CI job can build ROSS +
CODES inside it without recompiling the slow deps on every run.

Lands ahead of the consuming `full` job so the image is published first:
when that job arrives it finds :latest already in GHCR to be sure
everything is green in the PR before merging.

The workflow does not run on pull_request and only pushes on
master/schedule/dispatch, so it can't move :latest from an untrusted PR.
@caitlinross caitlinross merged commit f516ffc into master Jun 25, 2026
2 checks passed
@caitlinross caitlinross deleted the ci-full-image branch June 25, 2026 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant