Skip to content

Commit 17580e0

Browse files
author
Hasnain Virk
committed
Skipping smoke test over Dragonfly
1 parent 2381a4e commit 17580e0

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Jenkinsfile

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,19 @@ try {
1616

1717
// Map RaaS instances to corresponding test suites
1818
def raas = [
19-
"cellular_smoke_ublox_c027.json": "8072",
20-
"cellular_smoke_mts_dragonfly.json": "8072"
19+
"cellular_smoke_ublox_c027.json": "8072"
20+
// Currently dragonfly is not supported by RAAS, skip it
21+
//"cellular_smoke_mts_dragonfly.json": "8072"
2122
]
2223

2324
// List of targets with supported modem families
2425
def target_families = [
25-
"UBLOX": ["UBLOX_C027"],
26-
"MTS_DRAGONFLY": ["MTS_DRAGONFLY_F411RE"]
26+
"UBLOX": ["UBLOX_C027"]
2727
]
2828

2929
// Supported Modems
3030
def targets = [
31-
"UBLOX_C027",
32-
"UBLOX_C030",
33-
"MTS_DRAGONFLY_F411RE"
31+
"UBLOX_C027"
3432
]
3533

3634
// Map toolchains to compilers

0 commit comments

Comments
 (0)