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

Handle unknown releasers in packaging_build_rpm.sh #391

Merged
merged 1 commit into from
Nov 29, 2017

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Nov 23, 2017

There were 3 solutions I could think of:

Preventing the run in the first place by changing packaging_test_pull_request would be nice, but that job is not managed by JJB so was IMHO somewhat risky. It'd save more resources but this job fails very fast so should be light enough.

This made the most sense since it produces an understandable and short error message if it's somehow misconfigured. We can later always exit 1 when all known releasers are in all supported branches.

We could also add the releasers to the 1.15 and 1.16 branches.

In the end we might up using all 3.

@ekohl ekohl merged commit aaafb93 into theforeman:master Nov 29, 2017
@ekohl ekohl deleted the unknown-releasers branch November 29, 2017 12:44
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.

None yet

2 participants