Use koji directly for release tasks - #230
Closed
ehelms wants to merge 1 commit into
Closed
Conversation
ehelms
force-pushed
the
move-away-from-releasers
branch
from
March 16, 2020 19:05
903c0f5 to
2012bf2
Compare
ehelms
force-pushed
the
move-away-from-releasers
branch
from
March 17, 2020 01:59
2012bf2 to
d844ad5
Compare
ehelms
commented
Mar 17, 2020
ehelms
force-pushed
the
move-away-from-releasers
branch
from
April 3, 2020 14:22
d844ad5 to
6c9149e
Compare
Member
Author
|
Add some additional functionality per requests from @ekohl . There is now a task to verify a tag (or all tags. This done by examining all hosts and their associated tags and generating a list. The list of packages for the tag are checked in Koji and locally in git and then reports any differences detected. Most tag runs were about 40 seconds and |
evgeni
reviewed
Apr 8, 2020
evgeni
reviewed
Apr 8, 2020
evgeni
reviewed
Apr 8, 2020
ekohl
reviewed
Apr 8, 2020
evgeni
reviewed
Apr 8, 2020
evgeni
reviewed
Apr 8, 2020
evgeni
reviewed
Apr 8, 2020
ehelms
force-pushed
the
move-away-from-releasers
branch
2 times, most recently
from
April 14, 2020 21:03
858535c to
3f59335
Compare
ehelms
marked this pull request as ready for review
April 14, 2020 21:03
ehelms
force-pushed
the
move-away-from-releasers
branch
from
August 13, 2020 20:42
3f59335 to
9ab6539
Compare
evgeni
reviewed
Aug 17, 2020
| when: diff_package_tags is defined | ||
| - role: build_package | ||
| when: diff_package_changed|bool | ||
| when: diff_package_changed |
Member
There was a problem hiding this comment.
this seems to trigger 'diff_package_changed' is undefined ?!
evgeni
reviewed
Aug 17, 2020
evgeni
reviewed
Aug 17, 2020
evgeni
reviewed
Aug 17, 2020
ehelms
force-pushed
the
move-away-from-releasers
branch
from
August 18, 2020 01:15
9ab6539 to
1edbf29
Compare
evgeni
reviewed
Aug 18, 2020
evgeni
reviewed
Aug 18, 2020
evgeni
reviewed
Aug 18, 2020
ekohl
reviewed
Aug 18, 2020
ehelms
force-pushed
the
move-away-from-releasers
branch
from
September 11, 2020 13:40
1edbf29 to
e5d20a8
Compare
ehelms
force-pushed
the
move-away-from-releasers
branch
from
February 11, 2021 01:52
e5d20a8 to
e5b376d
Compare
ehelms
force-pushed
the
move-away-from-releasers
branch
from
June 17, 2021 01:17
e5b376d to
59fc21b
Compare
Member
Author
|
The part of this change dealing with renaming whitelist check to tag check has been split off #293 |
Merged
Member
Author
|
Mostly moved to here -- #303 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The idea here is to move away from relying on tito releasers and whitelists and using package_manifest and koji directly for build tasks. Given this requires transition within a package_manifest I am attempting to build it such that both functionality is supported for some period of time based on available configuration in the package_manifest.