-
Notifications
You must be signed in to change notification settings - Fork 49
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
[build targets] use targets both from build job and test job #996
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otherwise LGTM :)
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good to me. And it's also simplified -- nice!
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
rebase please, CI should be fixed |
This comment has been minimized.
This comment has been minimized.
90d81ca
to
76d7e8a
Compare
Build succeeded.
|
Awesome, another UX bug fixed! |
Build failed (gate pipeline).
|
Build failed (gate pipeline).
|
CI apparently doesn't like this PR 😣 |
it's just telling you to start the extended weekend sooner 🙃 |
Build failed (gate pipeline).
|
Build failed (gate pipeline).
|
When we have configuration like this:
build for targets both from build job and test job (currently the build would not run for
fedora-rawhide-x86_64
).The tests were testing only mocked functionality, so there are some changes. They now test the
configured_build_targets
andconfigured_test_targets
instead of thebuild_targets
andtest_targets
which callget_valid_build_targets
which uses Copr and Bodhi, so now we check the targets used as input forget_valid_build_targets
.Related to #976