-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
status updates for run_after_success jobs seem to be bugged #4662
Comments
/cc @dims |
The kubeadm job was never meant to trigger for the linked PR (see Lines 93 to 98 in b4a4bd5
Also, it was never meant to report ( skip_report: true ). Maybe #4563 was deployed in the meantime?
|
hummm, @Kargakis we are still running 0.46 |
Anything interesting in the plank log? |
nothing from plank |
Hmm this still seems to be a problem: https://kubernetes.slack.com/archives/C09R23FHP/p1506049583000002 The kubemark job also seems to be consistently failing. 😕 Edit: #4684 is open for fixing the kubeadm tests themselves, but they should still be getting marked as failed (and apparently aren't?) Edit 2: you can see this in the wild on one of our test PRs: kubernetes/kubernetes#46662 |
/assign |
see also: #4564 |
I think it may actually be possible that these are PRs that triggered |
Can you test with the latest version of plank? We are running it w/o a problem but we don't use run_after_success jobs yet. I can test it tomorrow. |
cc @cjwagner - |
@Kargakis Unfortunately the bazel build is now failing on that dummy PR so it's not getting tested with anything yet while I look into that 😞 |
Oh hmm @luxas |
It doesn't seem to be reporting on PRs where it shouldn't anymore so I think we can close this now. I think this was just another issue with job configurations being in flight while PRs were open. @Kargakis if you do test this and find a problem re-open, but I think we can close this now. I can't find this in the wild anymore. @luxas now that it only runs on build changes, should we flip |
Great, now it doesn't report on unrelated PRs, thanks! Whohoo, I can now flip |
This is still possibly an issue, I think it's actually because of stale PRs, re-opening while I look around. If it's just stale PRs I'll migrate to a new issue about that. |
/close |
Observed in the wild here:
kubernetes/kubernetes#51064 (comment)
The kubeadm job failed but was still marked as
"Parent Job Status Changed: Job triggered."
/cc @luxas @Kargakis
The text was updated successfully, but these errors were encountered: