We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2381a4e commit 17580e0Copy full SHA for 17580e0
Jenkinsfile
@@ -16,21 +16,19 @@ try {
16
17
// Map RaaS instances to corresponding test suites
18
def raas = [
19
- "cellular_smoke_ublox_c027.json": "8072",
20
- "cellular_smoke_mts_dragonfly.json": "8072"
+ "cellular_smoke_ublox_c027.json": "8072"
+ // Currently dragonfly is not supported by RAAS, skip it
21
+ //"cellular_smoke_mts_dragonfly.json": "8072"
22
]
23
24
// List of targets with supported modem families
25
def target_families = [
- "UBLOX": ["UBLOX_C027"],
26
- "MTS_DRAGONFLY": ["MTS_DRAGONFLY_F411RE"]
+ "UBLOX": ["UBLOX_C027"]
27
28
29
// Supported Modems
30
def targets = [
31
- "UBLOX_C027",
32
- "UBLOX_C030",
33
- "MTS_DRAGONFLY_F411RE"
+ "UBLOX_C027"
34
35
36
// Map toolchains to compilers
0 commit comments