Skip to content

Commit

Permalink
Pull request project-chip#167: Update Jenkinsfile for modules
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from feature/module_jenkins to silabs

Squashed commit of the following:

commit 5747c50cabdc050b025456e6b1ce92b3c8c0187d
Author: Mathieu Kardous <mathieu.kardous@silabs.com>
Date:   Fri Oct 7 12:42:36 2022 -0400

    Update Jenkinsfile for modules
  • Loading branch information
mkardous-silabs authored and jmartinez-silabs committed Jan 9, 2024
1 parent f57eeed commit 65d9cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -863,9 +863,9 @@ def pipeline()

// Build only for release candidate branch
if (env.BRANCH_NAME.startsWith('RC_')) {
openThreadBoards = ["BRD4161A", "BRD4162A", "BRD4163A", "BRD4164A", "BRD4166A", "BRD4186C", "BRD4187C", "BRD2703A"]
openThreadBoards = ["BRD4161A", "BRD4162A", "BRD4163A", "BRD4164A", "BRD4166A", "BRD4186C", "BRD4187C", "BRD2703A", "BRD4316A", "BRD4317A", "BRD4319A"]
} else {
openThreadBoards = ["BRD4161A", "BRD4166A", "BRD4187C", "BRD2703A" ]
openThreadBoards = ["BRD4161A", "BRD4166A", "BRD4187C", "BRD2703A","BRD4316A", "BRD4319A" ]
}
def openThreadApps = ["lighting-app", "lock-app", "light-switch-app", "window-app"]

Expand Down

0 comments on commit 65d9cc8

Please sign in to comment.