-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat(ci): add status check for new workflow #290
Conversation
pr [LINK]: (aali309#2) workflow [LINK]: (https://github.com/aali309/cryostat-core/actions/runs/6710956726/job/18237467908) When all tests pass: [LINK]: (https://github.com/aali309/cryostat-core/actions/runs/6711435447/job/18238795749) |
To run smoketest:
|
/build_test |
ah it failed because an image hasn't been built for this specific ref for your PR.. perhaps the |
Oh it's because you ran |
I guess putting the workflows in the same concurrency group and using |
yes, I figured after looking at the build again and I deleted the comment |
@andrewazores Hmm if they're in the same concurrency group and the |
This is what I ran into at first. |
Maybe there would be a way to group those things into a concurrency group based on the latest commit hash, so that when a new push comes in that has a new hash and is therefore in a new concurrency group/separate queue? I'm not sure if this is really worth the time investment to get working, it's going to come up pretty rarely and the workaround is just to wait for the initial build completion before invoking the build_test workflow. |
I agree about the time it might take to get this to work. May be something we can look at in the future? |
we could add a step that checks if the image exists, and if not, exit with a message that informs the commenter to wait until the initial build and push is completed to try integration testing? |
yes, this was what I was thinking as well. |
Also, I'm not sure if it's the best idea to have |
To run smoketest:
|
Looks pretty good to me. Rebase please |
224612d
to
edc1af6
Compare
To run smoketest:
|
fixes: #283