Skip to content

Commit

Permalink
test-spec: update CI-cloud-test
Browse files Browse the repository at this point in the history
Update test-spec for nrfcloud CI testing to be
run with changes in various libraries and modules
that may affect our cloud.

Signed-off-by: Tony Le <tony.le@nordicsemi.no>
  • Loading branch information
tony-le-24 committed Sep 19, 2024
1 parent dac867a commit 66d8672
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -503,9 +503,43 @@
- "modules/lib/hostap/**/*"

"CI-cloud-test":
- "include/caf/**/*"
- "include/date_time.h"
- "include/dfu/**/*"
- "include/dk_buttons_and_leds.h"
- "include/drivers/flash/**/*"
- "include/flash_map_pm.h"
- "include/modem/**/*"
- "include/net/download_client.h"
- "include/net/fota_download.h"
- "include/net/nrf_cloud*"
- "include/net/rest_client.h"
- "lib/at_host/**/*"
- "lib/at_monitor/**/*"
- "lib/at_parser/**/*"
- "lib/at_shell/**/*"
- "lib/date_time/**/*"
- "lib/dk_buttons_and_leds/**/*"
- "lib/location/**/*"
- "lib/lte_link_control/**/*"
- "lib/modem_attest_token/**/*"
- "lib/modem_info/**/*/"
- "lib/modem_jwt/**/*"
- "lib/modem_key_mgmt/**/*"
- "lib/nrf_modem_lib/**/*"
- "samples/cellular/nrf_cloud_*/**/*"
- "subsys/app_event_manager/**/*"
- "subsys/bootloader/**/*"
- "subsys/caf/**/*"
- "subsys/dfu/**/*"
- "subsys/net/lib/download_client/**/*"
- "subsys/net/lib/fota_download/**/*"
- "subsys/net/lib/nrf_cloud/**/*"
- "subsys/net/lib/nrf_provisioning/**/*"
- "subsys/net/lib/rest_client/**/*"
- "subsys/nrf_security/**/*"
- "subsys/partition_manager/**/*"
- "tests/subsys/net/lib/nrf_cloud/**/*"

"CI-sidewalk-test":
- "subsys/bootloader/**/*"
Expand Down

0 comments on commit 66d8672

Please sign in to comment.