Skip to content

Commit

Permalink
Pull request project-chip#95: Remove BRD4187A and disable Junit for it
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from disable_brd4187a to silabs

Squashed commit of the following:

commit 644b30bcc141ced06038110ae530b43f7ca497dd
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Wed Sep 14 10:50:20 2022 -0400

    Remove BRD4187A and disable Junit for it
  • Loading branch information
jepenven-silabs authored and jmartinez-silabs committed Jan 9, 2024
1 parent 218132d commit e501746
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -678,9 +678,9 @@ def pipeline()
def openThreadBoards = [:]

if (env.BRANCH_NAME == "silabs") {
openThreadBoards = ["BRD4161A", "BRD4162A", "BRD4163A", "BRD4164A", "BRD4166A", "BRD4186C", "BRD4187A", "BRD4187C", "BRD2703A"]
openThreadBoards = ["BRD4161A", "BRD4162A", "BRD4163A", "BRD4164A", "BRD4166A", "BRD4186C", "BRD4187C", "BRD2703A"]
} else {
openThreadBoards = ["BRD4161A", "BRD4166A", "BRD4187A", "BRD4187C", "BRD2703A" ]
openThreadBoards = ["BRD4161A", "BRD4166A", "BRD4187C", "BRD2703A" ]
}
def openThreadApps = ["lighting-app", "lock-app", "light-switch-app", "window-app"]

Expand Down Expand Up @@ -785,7 +785,9 @@ def pipeline()
def parallelNodes = [:]

parallelNodes['Junit lighting BRD4161A'] = { this.openThreadTestSuite("lighting","BRD4161A") }
parallelNodes['Junit lighting BRD4187A'] = { this.openThreadTestSuite("lighting","BRD4187A") }

// Disabled until test bed switch to a BRD4187C
// parallelNodes['Junit lighting BRD4187A'] = { this.openThreadTestSuite("lighting","BRD4187A") }

parallelNodes['lighting Thread BRD4187C'] = { this.utfThreadTestSuite('utf_matter_thread','matter_thread','lighting','thread','BRD4187C','',"/manifest-4187-thread","--tmconfig tests/.sequence_manager/test_execution_definitions/matterci_test_sequence_thread.yaml") }
parallelNodes['lighting Thread BRD4161A'] = { this.utfThreadTestSuite('utf_matter_thread','matter_thread','lighting','thread','BRD4161A','',"/manifest-4161-thread","--tmconfig tests/.sequence_manager/test_execution_definitions/matterci_test_sequence_thread_4161.yaml") }
Expand Down

0 comments on commit e501746

Please sign in to comment.