Skip to content

Commit 4cddbea

Browse files
author
Hasnain Virk
committed
Test node type changed
1 parent 561bcca commit 4cddbea

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)