Skip to content

Conversation

@MechanicV1
Copy link
Contributor

No description provided.

@MechanicV1 MechanicV1 requested review from a team as code owners November 26, 2025 14:32
@github-actions
Copy link

You can find the documentation preview for this PR here.

- "sysbuild/**/*"
- "tests/subsys/kmu/**/*"
- "west.yml"
- any:
Copy link
Contributor

Choose a reason for hiding this comment

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

any block should be removed. If I remember correctly how things work, that will cause CI-dfu-test and CI-bm-samples run on every change not matching patterns in any block

- "Jenkinsfile"
- "Kconfig.nrf_bm"
- "west.yml"
- any:
Copy link
Contributor

Choose a reason for hiding this comment

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

any block should be removed. If I remember correctly how things work, that will cause CI-dfu-test and CI-bm-samples run on every change not matching patterns in any block

Copy link
Contributor Author

Choose a reason for hiding this comment

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

doesnt that mean I have to remove everything other than any block ?

- "include/**/*"
- "lib/**/*"
- "modules/**/*"
- "samples/**/*"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- "samples/**/*"
- "samples/boot/**/*"

- "sysbuild/**/*"
- "tests/subsys/kmu/**/*"
- "west.yml"
- any:
Copy link
Contributor

Choose a reason for hiding this comment

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

As far as I understand this any block is not needed since preceding matches will exclude below entries.


"CI-bm-samples":
- "applications/**/*"
- "components/softdevice/**/*"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should not be needed to update this if we add more to components.

Suggested change
- "components/softdevice/**/*"
- "components/**/*"

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.

4 participants