Skip to content

Commit e7ee50d

Browse files
Pull request project-chip#1581: utf test has to pull the silabs branch for test based of matter silabs
Merge in WMN_TOOLS/matter from utf_branch_silabs to silabs Squashed commit of the following: commit f85e32976769b9b4936b3eca329030cb185d571b Author: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> Date: Tue Feb 20 15:58:12 2024 -0500 utf test has to pull the silabs branch for test based of matter silabs
1 parent bd3f9c7 commit e7ee50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ def utfThreadTestSuite(nomadNode,deviceGroup,testBedName,appName,matterType,boar
547547
{
548548
sshagent(['svc_gsdk-ssh']) {
549549
checkout scm: [$class : 'GitSCM',
550-
branches : [[name: 'master']],
550+
branches : [[name: 'silabs']],
551551
browser : [$class: 'Stash',
552552
repoUrl: 'https://stash.silabs.com/scm/utf/utf_app_matter.git/'],
553553
userRemoteConfigs : [[credentialsId: 'svc_gsdk-ssh',
@@ -642,7 +642,7 @@ def utfWiFiTestSuite(nomadNode,deviceGroup,testBedName,appName,matterType,board,
642642
{
643643
sshagent(['svc_gsdk-ssh']) {
644644
checkout scm: [$class : 'GitSCM',
645-
branches : [[name: 'master']],
645+
branches : [[name: 'silabs']],
646646
browser : [$class: 'Stash',
647647
repoUrl: 'https://stash.silabs.com/scm/utf/utf_app_matter.git/'],
648648
userRemoteConfigs : [[credentialsId: 'svc_gsdk-ssh',

0 commit comments

Comments
 (0)