-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
[2.7-branch] ci: backports failing on clang workflow #81687
Comments
@cfriedt Thanks for raising the issue. |
@stephanosio or @nashif - can you take a look? I haven't been able to fix it in the bit of time that I've had to look at it. The workflow cannot be disabled with a PR. It seems to be attempting to use the wrong runner ( E.g. For those who have administrative privileges, it should be possible to disable workflows via the UI. Alternatively, force-push to |
looks like we have old runner names in there, i.e. zephyr-runner-linux-x64-4xlarge instead of zephyr-runner-v2-linux-x64-4xlarge |
should be fixed now |
Describe the bug
At some point there was a change that broke the clang workflow for
2.7-branch
. It has not been a high priority. However, there are backports that cannot be merged until CI is green.From what I can tell, the clang workflow simply times-out whenever it is run.
Even if the workflow is disabled in a PR, CI still tries to run the workflow on the main branch, which has been broken for some time.
Please also mention any information which could help others to understand
the problem you're facing:
To Reproduce
Observe failing jobs in #80615 #74140 #74122 #82392
Expected behavior
CI should be green for the above backport PRs.
Impact
We shouldn't have CI failing. It's "kind of a big deal", but since LTSv2 is approaching EOL, it is not as high a priority.
We should fix it before cutting the final LTSv2 release.
Logs and console output
See failing jobs in #80615 #74140 #74122 #82392
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: