-
Notifications
You must be signed in to change notification settings - Fork 349
xtensa-build-zephyr.py: restore ability to override CI + more catch up with the .sh script #5515
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
Conversation
Running on a mac crashed with "undefined xtensa_tools_version_postfix", that should not be fatal (there are other toolchains). Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This makes the code more readable and other scripts possibly too. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This restores the performance of the original shell script and makes a big difference in CI. CI clones over and over again whereas developers clone rarely and can run a simple git fetch --unshallow. Don't use --depth 0 to provide more context in the logs and also make it more obvious that this is a shallow clone and not just git log -n 1. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This has been useful to test Zephyr work in progress. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
|
job/sof_prs/12313 hit some internal cloning issue, restarting. |
|
SOFCI TEST The failures in https://sof-ci.01.org/sofpr/PR5515/build12314/devicetest/ are all known and none of them happened with Zephyr, only with XTOS |
aborisovich
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Contributor answered all my concerns 👍
|
There is a single, |
|
CI green, good to merge. |
4 commits. Main one: restore ability to override CI