You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like the build to fail if any relevant module is missing from the chunks configuration for GitHub Actions.
Analysis
Chunks are configured in .github/config/chunks.yaml.
There's a step in the workflow .github/workflows/java-status.yaml to validate the chunk build configuration. Currently this will fail if there's a module with a Java test directory that is not included in a chunk.
We'd can validate that modules without a test directory are still included in a chunk. We'll need to come up with another validation criteria that excludes parent modules from the validation. We may also want to exclude the distribution module.
The text was updated successfully, but these errors were encountered:
Background
Following up from:
Description
We'd like the build to fail if any relevant module is missing from the chunks configuration for GitHub Actions.
Analysis
Chunks are configured in
.github/config/chunks.yaml
.There's a step in the workflow
.github/workflows/java-status.yaml
to validate the chunk build configuration. Currently this will fail if there's a module with a Java test directory that is not included in a chunk.We'd can validate that modules without a test directory are still included in a chunk. We'll need to come up with another validation criteria that excludes parent modules from the validation. We may also want to exclude the distribution module.
The text was updated successfully, but these errors were encountered: