Skip to content

Commit 1013208

Browse files
author
Hasnain Virk
authored
Merge pull request #5 from ARMmbed/minor_changes
Test node type changed
2 parents 85f6232 + 4cddbea commit 1013208

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ def run_smoke(target_families, raasPort, suite_to_run, toolchains, targets) {
115115
// Remove .json from suite name
116116
def suiteName = suite_to_run.substring(0, suite_to_run.indexOf('.'))
117117
stage ("smoke_${raasPort}_${suiteName}") {
118-
node ("cellular-test") {
118+
//node is actually the type of machine, i.e., mesh-test boild down to linux
119+
node ("mesh-test") {
119120
deleteDir()
120121
dir("mbed-clitest") {
121122
git "[email protected]:ARMmbed/mbed-clitest.git"

0 commit comments

Comments
 (0)