ci: group behavior test setups by service - #8017
Merged
Merged
Conversation
Member
Contributor
Author
Member
|
Hi @rohankumardubey, Thank you for working on this. Can you resolve the failure from redis? Perhaps you can try to list the folder or print contents in the folder in a debug block? |
Contributor
Author
@erickguan Thanks for the pointer. The Redis TLS setup ran a nested checkout, which cleaned the workspace and deleted the remaining generated test actions. I removed the redundant checkout from both Redis TLS setups and added a regression test to prevent this from recurring. |
erickguan
approved these changes
Aug 9, 2026
erickguan
left a comment
Member
There was a problem hiding this comment.
Thanks for improving OpenDAL's CI!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Which issue does this PR close?
Closes #7919.
Rationale for this change
Behavior-test configurations currently run as separate jobs, exceeding ASF concurrency guidelines. Grouping configurations by service reduces concurrent jobs while preserving coverage.
What changes are included in this PR?
Are there any user-facing changes?
No. This change only affects CI behavior tests.