-
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
Decouple implicit build → test relationship #1807
Comments
+1 for the decoupling, it will make the code really simpler!
Hmm, I am wondering how to do this. And if this is really needed. (Test submission is done when we receive a build result.) |
You are right! The point is, it should be configurable :) The "jobs referencing" should solve it. |
Maybe we're getting to the point where job trigger is not actually a job trigger and we want job trigger and job source 😄 /s ps: 🗡️ sounds good |
Exactly! |
Still relevant but low prio. |
As we are heading in the direction of having multiple jobs that can consume artifacts from other (hello vm-image-build), we should decouple the implicit relationship of
copr_build
andtests
jobs.The expectation here is that:
/packit copr_build
doesn't trigger testsThe text was updated successfully, but these errors were encountered: