Skip to content

Commit 25f0180

Browse files
nordic-piksPerMac
authored andcommitted
samples: tests: cellular: add cellular tag for samples and tests
Extend list of paths used to check if cellular tests/samples should be executed. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent de1dfd1 commit 25f0180

File tree

29 files changed

+168
-83
lines changed

29 files changed

+168
-83
lines changed

samples/cellular/at_client/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ tests:
1414
- nrf9160dk/nrf9160/ns
1515
- nrf9161dk/nrf9161/ns
1616
- thingy91x/nrf9151/ns
17-
tags: ci_build sysbuild
17+
tags: ci_build sysbuild cellular

samples/cellular/at_monitor/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ tests:
1212
- nrf9151dk/nrf9151/ns
1313
- nrf9160dk/nrf9160/ns
1414
- nrf9161dk/nrf9161/ns
15-
tags: ci_build sysbuild
15+
tags: ci_build sysbuild cellular

samples/cellular/battery/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ tests:
1212
- nrf9151dk/nrf9151/ns
1313
- nrf9160dk/nrf9160/ns
1414
- nrf9161dk/nrf9161/ns
15-
tags: ci_build sysbuild
15+
tags: ci_build sysbuild cellular

samples/cellular/ciphersuites/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ tests:
1212
- nrf9151dk/nrf9151/ns
1313
- nrf9160dk/nrf9160/ns
1414
- nrf9161dk/nrf9161/ns
15-
tags: ci_build sysbuild
15+
tags: ci_build sysbuild cellular

samples/cellular/fmfu_smp_svr/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ tests:
1313
- nrf9151dk/nrf9151/ns
1414
- nrf9160dk/nrf9160/ns
1515
- nrf9161dk/nrf9161/ns
16-
tags: ci_build sysbuild
16+
tags: ci_build sysbuild cellular

samples/cellular/gnss/sample.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tests:
1212
- nrf9151dk/nrf9151/ns
1313
- nrf9160dk/nrf9160/ns
1414
- nrf9161dk/nrf9161/ns
15-
tags: ci_build sysbuild
15+
tags: ci_build sysbuild cellular
1616

1717
# Following configurations will be used by the positioning CI integration job to verify PRs
1818
sample.cellular.gnss.integration_config_positioning_agnss_nrfcloud_ltem_pvt:
@@ -37,7 +37,7 @@ tests:
3737
- nrf9151dk/nrf9151/ns
3838
platform_allow:
3939
- nrf9151dk/nrf9151/ns
40-
tags: ci_build sysbuild
40+
tags: ci_build sysbuild cellular
4141
sample.cellular.gnss.integration_config_positioning_agnss_nrfcloud_nbiot_nmea_lte_on:
4242
sysbuild: true
4343
build_only: true
@@ -60,7 +60,7 @@ tests:
6060
- nrf9151dk/nrf9151/ns
6161
platform_allow:
6262
- nrf9151dk/nrf9151/ns
63-
tags: ci_build sysbuild
63+
tags: ci_build sysbuild cellular
6464
sample.cellular.gnss.integration_config_positioning_pgps_nrfcloud_ltem_nmea:
6565
sysbuild: true
6666
build_only: true
@@ -85,7 +85,7 @@ tests:
8585
- nrf9151dk/nrf9151/ns
8686
platform_allow:
8787
- nrf9151dk/nrf9151/ns
88-
tags: ci_build sysbuild
88+
tags: ci_build sysbuild cellular
8989
sample.cellular.gnss.integration_config_positioning_gnss_ltem_pvt:
9090
sysbuild: true
9191
build_only: true
@@ -108,4 +108,4 @@ tests:
108108
- nrf9151dk/nrf9151/ns
109109
platform_allow:
110110
- nrf9151dk/nrf9151/ns
111-
tags: ci_build sysbuild
111+
tags: ci_build sysbuild cellular

samples/cellular/http_update/application_update/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tests:
1212
- nrf9151dk/nrf9151/ns
1313
- nrf9160dk/nrf9160/ns
1414
- nrf9161dk/nrf9161/ns
15-
tags: ci_build sysbuild
15+
tags: ci_build sysbuild cellular
1616
sample.cellular.http_update.application_update.lwm2m_carrier:
1717
sysbuild: true
1818
build_only: true
@@ -25,4 +25,4 @@ tests:
2525
- nrf9151dk/nrf9151/ns
2626
- nrf9160dk/nrf9160/ns
2727
- nrf9161dk/nrf9161/ns
28-
tags: ci_build sysbuild
28+
tags: ci_build sysbuild cellular

samples/cellular/http_update/modem_delta_update/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ tests:
1212
- nrf9151dk/nrf9151/ns
1313
- nrf9160dk/nrf9160/ns
1414
- nrf9161dk/nrf9161/ns
15-
tags: ci_build sysbuild
15+
tags: ci_build sysbuild cellular

samples/cellular/http_update/modem_full_update/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ tests:
1212
- nrf9151dk/nrf9151/ns
1313
- nrf9160dk/nrf9160/ns
1414
- nrf9161dk/nrf9161/ns
15-
tags: ci_build sysbuild
15+
tags: ci_build sysbuild cellular

samples/cellular/location/sample.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tests:
1616
- nrf9161dk/nrf9161/ns
1717
- thingy91/nrf9160/ns
1818
- thingy91x/nrf9151/ns
19-
tags: ci_build sysbuild
19+
tags: ci_build sysbuild cellular
2020
sample.cellular.location.pgps:
2121
sysbuild: true
2222
build_only: true
@@ -29,7 +29,7 @@ tests:
2929
- nrf9151dk/nrf9151/ns
3030
- nrf9160dk/nrf9160/ns
3131
- nrf9161dk/nrf9161/ns
32-
tags: ci_build sysbuild
32+
tags: ci_build sysbuild cellular
3333
sample.cellular.location.nrf7002ek_wifi:
3434
sysbuild: true
3535
build_only: true
@@ -43,7 +43,7 @@ tests:
4343
- nrf9161dk/nrf9161/ns
4444
extra_args: SHIELD=nrf7002ek OVERLAY_CONFIG=overlay-nrf700x-wifi-scan-only.conf
4545
SB_CONFIG_WIFI_NRF700X=y SB_CONFIG_WIFI_NRF700X_SCAN_ONLY=y
46-
tags: ci_build sysbuild
46+
tags: ci_build sysbuild cellular
4747
sample.cellular.location.nrf7000ek_wifi:
4848
sysbuild: true
4949
build_only: true
@@ -58,7 +58,7 @@ tests:
5858
extra_args: SHIELD=nrf7002ek_nrf7000 OVERLAY_CONFIG=overlay-nrf700x-wifi-scan-only.conf
5959
CONFIG_WPA_SUPP=n SB_CONFIG_WIFI_NRF700X=y
6060
SB_CONFIG_WIFI_NRF700X_SCAN_ONLY=y
61-
tags: ci_build sysbuild
61+
tags: ci_build sysbuild cellular
6262
sample.cellular.location.nrf7001ek_wifi:
6363
sysbuild: true
6464
build_only: true
@@ -72,7 +72,7 @@ tests:
7272
- nrf9161dk/nrf9161/ns
7373
extra_args: SHIELD=nrf7002ek_nrf7001 OVERLAY_CONFIG=overlay-nrf700x-wifi-scan-only.conf
7474
SB_CONFIG_WIFI_NRF700X=y SB_CONFIG_WIFI_NRF700X_SCAN_ONLY=y
75-
tags: ci_build sysbuild
75+
tags: ci_build sysbuild cellular
7676
sample.cellular.location.thingy91x_wifi:
7777
sysbuild: true
7878
build_only: true
@@ -83,7 +83,7 @@ tests:
8383
extra_args: OVERLAY_CONFIG=overlay-nrf700x-wifi-scan-only.conf
8484
DTC_OVERLAY_FILE=thingy91x_wifi.overlay
8585
SB_CONFIG_WIFI_NRF700X=y SB_CONFIG_WIFI_NRF700X_SCAN_ONLY=y
86-
tags: ci_build sysbuild
86+
tags: ci_build sysbuild cellular
8787

8888
# Configuration which will be used by the CI positioning integration job to verify PRs
8989
sample.cellular.location.integration_config_positioning:

0 commit comments

Comments
 (0)