Skip to content

Commit

Permalink
Pull request project-chip#171: Re-add BRD2601B to RC builds
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from feature/re_add_brd2601b_images to silabs

Squashed commit of the following:

commit 97b324b577e8b1fc9c76c7c6778421beb28d32a8
Author: Rehan Rasool <[email protected]>
Date:   Fri Oct 7 16:10:25 2022 -0400

    Re-add BRD2601B to RC builds
  • Loading branch information
rerasool authored and jmartinez-silabs committed Mar 27, 2024
1 parent 219b664 commit d4c5c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ def pipeline()

// Build only for release candidate branch
if (env.BRANCH_NAME.startsWith('RC_')) {
openThreadBoards = ["BRD4161A", "BRD4162A", "BRD4163A", "BRD4164A", "BRD4166A", "BRD4186C", "BRD4187C", "BRD2703A", "BRD4316A", "BRD4317A", "BRD4319A"]
openThreadBoards = ["BRD4161A", "BRD4162A", "BRD4163A", "BRD4164A", "BRD4166A", "BRD4186C", "BRD4187C", "BRD2703A", "BRD2601B", "BRD4316A", "BRD4317A", "BRD4319A"]
} else {
openThreadBoards = ["BRD4161A", "BRD4166A", "BRD4187C", "BRD2703A","BRD4316A", "BRD4319A" ]
}
Expand Down

0 comments on commit d4c5c38

Please sign in to comment.