Skip to content

Fix "invisible" CI tests#290

Merged
Snapex2409 merged 7 commits into
developfrom
test-branch
Jun 4, 2026
Merged

Fix "invisible" CI tests#290
Snapex2409 merged 7 commits into
developfrom
test-branch

Conversation

@Snapex2409

@Snapex2409 Snapex2409 commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

In the last attempt to fix the MPI cache construction, some tests became "invisible".
This is because workflow_dispatch does not associate the tests with the respective PR. Instead, those actions are "dangling" as independent tests.

In this PR, a job hierarchy is created to fix the issue. This is done with workflow_call, without the downside of unlinked actions.

The tests are not passing in this PR (intentionally).
Fixes will be addressed in PR #291

Checklist:

  • I made sure that the CI passed before I ask for a review.
  • I added a summary of the changes (compared to the last release) in the CHANGELOG.md.
  • If necessary, I made changes to the documentation and/or added new content.
  • I will remember to squash-and-merge, providing a useful summary of the changes of this PR.

@Snapex2409 Snapex2409 changed the title Ignore PR please: Only for testing purposes Fix "invisible" CI tests Jun 4, 2026
@Snapex2409 Snapex2409 marked this pull request as ready for review June 4, 2026 18:37

@IshaanDesai IshaanDesai left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks a lot for fixing this!

@Snapex2409 Snapex2409 merged commit e31ac08 into develop Jun 4, 2026
8 of 11 checks passed
@Snapex2409 Snapex2409 deleted the test-branch branch June 4, 2026 19:34
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.

2 participants