Skip to content

CI First step towards moving Azure CI to GHA #31832

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

lesteve
Copy link
Member

@lesteve lesteve commented Jul 24, 2025

  • this changes the arm GHA workflow to have a matrix, so that it is easier in the future to move one build at at time
  • this reuses the Azure scripts install.sh and test_script.sh

Plenty of stuff left for the future:

  • ccache cache setup
  • codecov upload
  • changes of behaviour based on commit markers e.g. [float32]
  • other things that I did not anticipate

Copy link

github-actions bot commented Jul 24, 2025

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: b062247. Link to the linter CI: here

@lesteve lesteve marked this pull request as ready for review July 25, 2025 06:58
@lesteve
Copy link
Member Author

lesteve commented Jul 25, 2025

So the first thing is that the required check for "Run unit tests" is pending because this check does not exist any more in this PR. I propose that we removed this required check for now, setting is here.

Required checks are set on a job level, medium term I think we would need a job that aggregates all matrix entries results so that we can make the required checks on this single aggregating job. See https://github.com/orgs/community/discussions/4324#discussioncomment-13335158 or there is the GitHub action https://github.com/re-actors/alls-green that seems to handle this use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants