Skip to content

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

Merged
rscohn2 merged 1 commit intouxlfoundation:developfrom
rscohn2:develop
Jul 30, 2024
Merged

[CI]: support pagination when fetching the files changed in the PR#540
rscohn2 merged 1 commit intouxlfoundation:developfrom
rscohn2:develop

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

@rscohn2 rscohn2 requested a review from dnhsieh-intel July 16, 2024 15:57
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 uxlfoundation:develop Jul 30, 2024
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

Comments