Skip to content

Commit a1b3f8a

Browse files
author
Hasnain Virk
committed
update Jenkins file
1 parent 7a9f8d2 commit a1b3f8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def targets = [
3636
// Map toolchains to compilers
3737
def toolchains = [
3838
ARM: "armcc",
39-
GCC_ARM: "arm-none-eabi-gcc"//,
40-
//IAR: "iar_arm"
39+
GCC_ARM: "arm-none-eabi-gcc",
40+
IAR: "iar_arm"
4141
]
4242

4343
def stepsForParallel = [:]
@@ -148,9 +148,9 @@ def run_smoke(target_families, raasPort, suite_to_run, toolchains, targets) {
148148
}
149149
}
150150
if ("${suiteName}" == "cellular_smoke_mts_dragonfly") {
151-
execute("python clitest.py --suitedir mbed-clitest-suites/suites/ --suite ${suite_to_run} --type hardware --reset hard --raas 193.208.80.31:${raasPort} --tcdir mbed-clitest-suites/cellular --failure_return_value -vvv -w --log log_${raasPort}_${suiteName}")
151+
execute("python clitest.py --suitedir mbed-clitest-suites/suites/ --suite ${suite_to_run} --type hardware --reset hard --raas 62.44.193.186:${raasPort} --tcdir mbed-clitest-suites/cellular --failure_return_value -vvv -w --log log_${raasPort}_${suiteName}")
152152
} else {
153-
execute("python clitest.py --suitedir mbed-clitest-suites/suites/ --suite ${suite_to_run} --type hardware --reset --raas 193.208.80.31:${raasPort} --tcdir mbed-clitest-suites/cellular --failure_return_value -vvv -w --log log_${raasPort}_${suiteName}")
153+
execute("python clitest.py --suitedir mbed-clitest-suites/suites/ --suite ${suite_to_run} --type hardware --reset --raas 62.44.193.186:${raasPort} --tcdir mbed-clitest-suites/cellular --failure_return_value -vvv -w --log log_${raasPort}_${suiteName}")
154154
}
155155
archive "log_${raasPort}_${suiteName}/**/*"
156156
}

0 commit comments

Comments
 (0)