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

fix bug: enable if_modified_files check for all shims in github actions [skip ci] #11910

Merged
merged 3 commits into from
Jan 3, 2025

Conversation

YanxuanLiu
Copy link
Collaborator

@YanxuanLiu YanxuanLiu commented Jan 3, 2025

fix #11896

Previous only verify stages in github action would help catch the issue to try to remind developers to add docs, but seems people may take it as only need to update the selected failed 4 shims. We updated to add check in package phase to avoid this situation.

test run: https://github.com/YanxuanLiu/spark-rapids/actions/runs/12592479459/job/35097201881?pr=17

@YanxuanLiu YanxuanLiu requested a review from pxLi January 3, 2025 05:02
@YanxuanLiu YanxuanLiu marked this pull request as ready for review January 3, 2025 05:03
Signed-off-by: Yanxuan Liu <[email protected]>
@@ -62,7 +62,7 @@
<executions>
<execution>
<id>if_modified_files</id>
<phase>verify</phase>
<phase>package</phase>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah, ok. if_modified_files is checked in the package phase instead of verify.

@pxLi pxLi changed the title fix bug: enable if_modified_files for all shims fix bug: enable if_modified_files for all shims [skip ci] Jan 3, 2025
@pxLi pxLi changed the title fix bug: enable if_modified_files for all shims [skip ci] fix bug: enable if_modified_files check for all shims in github actions [skip ci] Jan 3, 2025
@pxLi pxLi added bug Something isn't working build Related to CI / CD or cleanly building labels Jan 3, 2025
@mythrocks
Copy link
Collaborator

Thanks for including the link to the test for this change.

@pxLi
Copy link
Collaborator

pxLi commented Jan 3, 2025

build

@pxLi pxLi merged commit 4df6d60 into NVIDIA:branch-25.02 Jan 3, 2025
49 of 50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] [BUILD] CI passes without checking for operatorsScore.csv, supportedExprs.csv update
3 participants