Skip to content

Commit 5553deb

Browse files
author
Hasnain Virk
authored
Merge pull request #8 from ARMmbed/minor_changes
Taking master of mbed-clitest
2 parents 4fdd45e + b0cbc4a commit 5553deb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Jenkinsfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
properties ([[$class: 'ParametersDefinitionProperty', parameterDefinitions: [
22
[$class: 'StringParameterDefinition', name: 'mbed_os_revision', defaultValue: 'mbed-os-5.4', description: 'Revision of mbed-os to build'],
3-
[$class: 'BooleanParameterDefinition', name: 'smoke_test', defaultValue: false, description: 'Runs HW smoke tests on Cellular devices']
3+
[$class: 'BooleanParameterDefinition', name: 'smoke_test', defaultValue: true, description: 'Runs HW smoke tests on Cellular devices']
44
]]])
55

66
echo "Run smoke tests: ${params.smoke_test}"
@@ -122,9 +122,11 @@ def run_smoke(target_families, raasPort, suite_to_run, toolchains, targets) {
122122
git "[email protected]:ARMmbed/mbed-clitest.git"
123123
execute("git checkout master")
124124
execute("git submodule update --init --recursive testcases")
125-
125+
126126
dir("testcases") {
127127
execute("git all checkout master")
128+
execute("git submodule update --init --recursive cellular")
129+
execute("git all checkout master")
128130
}
129131

130132
for (int i = 0; i < target_families.size(); i++) {

0 commit comments

Comments
 (0)