Skip to content

Commit

Permalink
Pull request project-chip#82: pass branch name to QA test
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from bugfix/branchname to silabs

Squashed commit of the following:

commit d918343d93e3a36626b95295b845077e67c3d25c
Author: Yulina Shu <Yulina.Shu@silabs.com>
Date:   Thu Sep 8 12:53:55 2022 +0000

    pass branch name to QA test
  • Loading branch information
silabsbot authored and jmartinez-silabs committed Oct 7, 2022
1 parent d4974bb commit 3fc40fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ def openThreadTestSuite(String name, String board)
withEnv([ 'TEST_SCRIPT_REPO=matter-scripts',
"BOARD_ID=${board}",
"MATTER_APP_EXAMPLE=${name}" ,
"BRANCH_NAME=${JOB_BASE_NAME}",
'RUN_SUITE=true',
'TEST_SUITE=MatterCI',
'PUBLISH_RESULTS=true',
Expand Down Expand Up @@ -545,7 +546,7 @@ def utfThreadTestSuite(String devicegoup,String testbed_name,String app_name, St
"TEST_SCRIPT_REPO=utf-app-matter",
"SDK_URL=N/A", // ?
"STUDIO_URL=N/A", // ?
"BRANCH_NAME=master", // ?
"BRANCH_NAME=${JOB_BASE_NAME}", // ?
"SDK_BUILD_NUM=$BUILD_NUMBER",
"TESTBED_NAME=${testbed_name}",
"BUILD_URL=$BUILD_URL",
Expand Down Expand Up @@ -658,7 +659,7 @@ def utfWiFiTestSuite(String devicegoup,String testbed_name,String app_name,Strin
"TEST_SCRIPT_REPO=utf-app-matter",
"SDK_URL=N/A", // ?
"STUDIO_URL=N/A", // ?
"BRANCH_NAME=master", // ?
"BRANCH_NAME=${JOB_BASE_NAME}", // ?
"SDK_BUILD_NUM=$BUILD_NUMBER",
"TESTBED_NAME=${testbed_name}",
"BUILD_URL=$BUILD_URL",
Expand Down

0 comments on commit 3fc40fe

Please sign in to comment.