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

Prep patches for S3 & devel #61

Merged
merged 3 commits into from
May 31, 2019
Merged

Conversation

jlebon
Copy link
Member

@jlebon jlebon commented May 31, 2019

These are split out of #59 and should be straightforward to review. The first two have no impact on the current pipeline. The last one slightly modifies how initialization is performed.

Add a new stream parameter to choose which stream we're building on. Of
course, this doesn't actually *change* anything yet, but it's a first
step. Notably, we denote the current pipeline we have as the `testing`
stream for now.
I opted for a config file here instead of environment variables, since
the former is less likely to inadvertently leak somewhere.

Prep for actually using it in the pipeline.
Prep for supporting devel pipelines, where the source config might come
from different places in different runs.
rm -rf src/config

# in the future, the stream will dictate the branch in the prod path
coreos-assembler init --force https://github.com/coreos/fedora-coreos-config
Copy link
Member

Choose a reason for hiding this comment

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

I wonder if the URL should be templatized

Copy link
Member Author

Choose a reason for hiding this comment

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

Yup, that's coming up in a next patch. :)

@dustymabe
Copy link
Member

LGTM

@jlebon jlebon merged commit 6c48315 into coreos:master May 31, 2019
@jlebon jlebon deleted the pr/s3-devel-prep branch April 24, 2023 01:41
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