-
Notifications
You must be signed in to change notification settings - Fork 8k
Description
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:
- What target platform are you using? CI
- What have you tried to diagnose or workaround this issue? Looked at all of the PRs failing.
- Is this a regression? Yes, but it was not a code commit that caused it. Something changed with the platform where the clang workflow runs
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):
- OS: Linux
- Toolchain: Zephyr SDK
- Commit SHA: 6477a75
Additional context