Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_spec: Add CI-secdom-test #17458

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -599,3 +599,20 @@
- "samples/nrf_rpc/protocols_serialization/**/*"
- "subsys/net/openthread/rpc/**/*"
- "subsys/nrf_rpc/**/*"

"CI-secdom-test":
- "samples/bluetooth/multiple_adv_sets/**/*"
- "samples/nfc/record_text/**/*"

Choose a reason for hiding this comment

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

Why SecDom CI should be run on NFC and applications changes?

Copy link
Author

Choose a reason for hiding this comment

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

We are on a later revision of sdk-nrf and want to test our newest release with samples built from latest sdk-nrf.

Copy link
Contributor

Choose a reason for hiding this comment

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

Why SecDom CI should be run on NFC and applications changes?

That sample is used to test peripheral access configuration via secdom.

- "samples/app_event_manager/**/*"
- "samples/sdfw/ssf_client/**/*"
- "lib/dk_buttons_and_leds/**/*"
- "subsys/app_event_manager/**/*"
- "include/nfc/ndef/msg.h"
- "include/nfc/ndef/record.h"
- "include/nfc/ndef/text_rec.h"
- "include/dk_buttons_and_leds.h"
- "include/sdfw/sdfw_services/echo_service.h"
- "include/sdfw/sdfw_services/reset_evt_service.h"
- "include/sdfw/sdfw_services/sdfw_update_service.h"
- "include/app_event_manager/app_event_manager.h"
- "include/sdfw/sdfw_services/ssf_errno.h"
Loading