-
Notifications
You must be signed in to change notification settings - Fork 159
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
Work towards creating streams #100
Comments
Minor prep for this in: #101 |
seems reasonable to me
so we no longer have a master branch at all? let me know when we do this and we can change the settings in this repo to have everything act correctly. |
Right. All our development would happen on the |
agree |
related: coreos/fedora-coreos-tracker#180 |
This has happened now (though it's more of a copy and delete since git doesn't actually have a "remote ref rename" concept).
|
If your git checkout is throwing weird errors looking for master, try |
These are done by coreos/fedora-coreos-pipeline#76 now. I think now we should split out the various bits of automation required into separate tickets and swarm on those? |
SGTM |
OK started with coreos/fedora-coreos-tracker#204 and coreos/fedora-coreos-tracker#205. |
I think this is all done. |
Don't wait for triggered jobs to finish
So, we're now in a position where we can start implementing the stream work as described in https://github.com/coreos/fedora-coreos-tracker/blob/master/stream-tooling.md.
I'd like to suggest the following concrete steps to start:
master
totesting-devel
testing
andbodhi-updates
, which are copies oftesting-devel
modulo theref
(we can manually keepbodhi-updates
in sync to start, but need to work towards automating this)bodhi-updates
runs (basically what it does today, but targeting the new stream)bodhi-updates
branch (see Add support for reading and writing lockfiles coreos-assembler#553) (again, can start manually to get things going, but need to automate this very soon)testing-devel
as well; we can work towards making this a PR-based + CI workflow afterwardscoreos-koji-tagger
to watchtesting-devel
testing-devel
andtesting
runs triggered on ref changestesting
releases by manually merging from thetesting-devel
branch using the mythical "theirs" strategy, and work on tooling to make this less manual & error-prone.All open for discussions of course. The goal is to get a taste of the workflow across mechanical, devel, and prod streams even if in a semi-manual capacity and unblock tooling and automation work. Once we have this down, we can start filling in more of the blanks, such as working towards automation for doing a
testing
release, adding the remaining prod, devel, and mechanical streams, etc...The text was updated successfully, but these errors were encountered: