-
Notifications
You must be signed in to change notification settings - Fork 166
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 reported by bot doesn't match status of last Jenkins run #2241
Comments
@mmarchini That's a build issue. The containered jobs do some mangling of the name of the job they pass through to the bot and only report the individual axis on a failure. When the job is rerun a success is posted for the job as a whole but not the individual axes so the failure isn't overwritten. |
Should we report only the result of |
Almost every PR? This particular issue is particular to the linux-containered job and only if one of the axes failed. |
Anyway AFAIK this is a job config issue, not a bot issue so this should be moved to nodejs/build. |
I've seen this on several PRs on the past few days. Maybe I was just unlucky and looked at several PRs where
I'm fine with that (I don't have permission to do it though). |
This might be to do with my change of jenkins-workspace machines. I know I put the first one into the GitHub bot config but don't recall doing the second (might have, my memory is fuzzy). If someone has access to that machine and wants to check that both new 18.04 workspace machines' IPs are in there that would be helpful. Otherwise I'll check tomorrow when in front of my computer. |
Did someone touch the github-bot server? the config file is right, in sync with what we have here in roles/github-bot/templates/environment-file.j2 which has the 2 IP addresses that should be currently pinging it and it says the |
@rvagg I don't think the problem is related to the recent changes on jenkins-workspace machines. These changes were last week, right? I've been seeing it for a while.
@richardlau you're right, I'm only seeing it on Would be happy to help fix this, but I'd need some pointers (I also don't think I have enough access to see how things are set up). |
probably not actionable (similar to #2224) |
I noticed this on several pull requests. Seems like the bot doesn't always update all Check statuses:
The text was updated successfully, but these errors were encountered: