Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-45024: Reconcile PP workflows with "quick-stack" builds #184

Merged
merged 6 commits into from
Jul 26, 2024

Conversation

kfindeisen
Copy link
Member

This PR fixes some old issues with the build-base.yml workflow and adds support for pipeline containers other than lsstsqre/centos.

The condition was supposed to special-case d_latest and w_latest, but
was never tripped.
This is a port of the patches already made to build-service.yml, and
gives us more flexibility in building nonstandard containers.
The Actions UI already prints the default.
build-base.yml still defaults to lsstsqre/centos, and has some special
treatment for that case, but allows any container to be used
self-consistently.
Copy link
Contributor

@erinleighh erinleighh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good!

Inputs are only defined when running the workflow manually; all inputs
are null when running from the PR.
The "ENV <variable> <value>" form is deprecated and raises a warning in
docker build.
@kfindeisen kfindeisen merged commit 211760e into main Jul 26, 2024
7 checks passed
@kfindeisen kfindeisen deleted the tickets/DM-45024 branch July 26, 2024 21:24
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.

2 participants