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

[CI]: support pagination when fetching the files changed in the PR #540

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

rscohn2
Copy link
Member

@rscohn2 rscohn2 commented Jul 16, 2024

Description

The logic to only test domains that changed was failing to test some domains because the API for returning the list of changed files uses pagination, and the code was only examining the first page. Added proper support for pagination.

See a test PR with many files in a fork: rscohn2#13

Fixes #539

Copy link
Contributor

@dnhsieh-intel dnhsieh-intel left a comment

Choose a reason for hiding this comment

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

Thanks for the fix!

@rscohn2
Copy link
Member Author

rscohn2 commented Jul 29, 2024

@mkrainiuk: I need another reviewer. I tested the change in a fork.

@rscohn2 rscohn2 merged commit 8900fa4 into oneapi-src:develop Jul 30, 2024
6 checks passed
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.

PR workflow for selective testing doesn't work as expected
3 participants