Skip to content
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

[SKIP CI] .github/zephyr: simplify and fix the git describe performance hack #9801

Merged
merged 3 commits into from
Jan 30, 2025

Conversation

marc-hb
Copy link
Collaborator

@marc-hb marc-hb commented Jan 28, 2025

Fixes the git describe/tag performance hack added in commit 2328478 (".github/zephyr.yml: fix tags missing from git -C zephyr/ describe") which worked for an amazingly long time (1.5 year) but apparently ran its course. Git version 2.48 apparently does not like it anymore. Replace it with something slower but simpler and safer.

Should fix build reproducibility issue #9797, much more details there.

Also fixes commit 4bc6488 (".github/zephyr: de-hardcode the name of the zephyr remote")

@marc-hb

This comment was marked as resolved.

@marc-hb marc-hb force-pushed the simplify-git-describe branch 2 times, most recently from d087842 to a8cb0ad Compare January 28, 2025 19:49
@marc-hb
Copy link
Collaborator Author

marc-hb commented Jan 28, 2025

@marc-hb marc-hb force-pushed the simplify-git-describe branch 2 times, most recently from 8a9c895 to 685c087 Compare January 28, 2025 20:54
Fixes the git describe/tag performance hack added in
commit 2328478 (".github/zephyr.yml: fix tags missing from `git -C
zephyr/ describe`") which worked for an amazingly long time (1.5 year)
but apparently ran its course. Git version 2.48 apparently does not like
it anymore. Replace it with something slower but simpler and safer.

Should fix build reproducibility issue thesofproject#9797, much more details there.

Also fixes commit 4bc6488 (".github/zephyr: de-hardcode the name of
the zephyr remote")

Signed-off-by: Marc Herbert <[email protected]>
@marc-hb marc-hb force-pushed the simplify-git-describe branch 2 times, most recently from 429c30d to ff3f6d2 Compare January 28, 2025 21:52
This matters because the build reproducibility test is based on the list
of Windows builds.

Also:
- Bump -d(ebug) build to something newer: LNL
- Group MTL and LNL to save one line

Signed-off-by: Marc Herbert <[email protected]>
More progress towards trimming down pull-request.yml

Important benefit and "secret" agenda: remove the constantly failing
sof-docs from daily builds, which will make them green again.

Green daily builds are important to quickly spot regressions like for
instance thesofproject#9797

Signed-off-by: Marc Herbert <[email protected]>
Copy link
Collaborator

@kv2019i kv2019i left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @marc-hb !

@kv2019i kv2019i merged commit 31146f5 into thesofproject:main Jan 30, 2025
43 of 44 checks passed
@marc-hb marc-hb deleted the simplify-git-describe branch January 30, 2025 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants