-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
CI Only run arm tests nightly #26996
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
CI Only run arm tests nightly #26996
Conversation
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.
LGTM, thanks!
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.
Thank you, @thomasjpfan.
I have a question and a suggestion.
.cirrus.star
Outdated
if "[cd build]" in commit_msg or "[cd build cirrus]" in commit_msg: | ||
return fs.read(arm_wheel_yaml) + fs.read(arm_tests_yaml) | ||
return fs.read(arm_wheel_yaml) |
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.
Before running tests and building wheels was done together.
Are tests run when the wheels are built? If not, could we change the logic so that we can trigger both when several tags are present?
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.
I updated the PR to run the required jobs based on the tags. This means that if both [cd build]
and [cirrus arm]
is present, then both jobs run.
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.
Thanks!
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Reference Issues/PRs
Closes #26879
What does this implement/fix? Explain your changes.
This PR makes the ARM test run nightly. This PR also adds a
[cirrus arm]
commit tag to run the arm tests on CI if they are needed.