Skip to content

Commit

Permalink
Pull request #57: Temporarily disable custom example builds to unbloc…
Browse files Browse the repository at this point in the history
…k SQA

Merge in WMN_TOOLS/matter from temporarily_disable_custom_examples to silabs

Squashed commit of the following:

commit 7bc0c6424564e9fd547f3d6f61b4476a10a1d9f1
Author: Rehan Rasool <[email protected]>
Date:   Wed Aug 31 10:08:16 2022 -0400

    Temporarily disable custom example builds to unblock SQA
  • Loading branch information
rerasool authored and jmartinez-silabs committed May 1, 2023
1 parent 5e5e51c commit 3d6237c
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 @@ -680,8 +680,9 @@ def pipeline()
parallelNodes['Build OpenThread Window BRD2703A'] = { this.buildOpenThreadExample("window-app", "BRD2703A") }
// parallelNodes['Build OpenThread Window BRD4304A'] = { this.buildOpenThreadExample("window-app", "BRD4304A") }

parallelNodes['Build Custom Examples BRD4161A'] = { this.buildSilabsCustomOpenThreadExamples("BRD4161A") }
parallelNodes['Build Custom Examples BRD4186C'] = { this.buildSilabsCustomOpenThreadExamples("BRD4186C") }
// TODO: re-enable as part of fixing MATTER-693
// parallelNodes['Build Custom Examples BRD4161A'] = { this.buildSilabsCustomOpenThreadExamples("BRD4161A") }
// parallelNodes['Build Custom Examples BRD4186C'] = { this.buildSilabsCustomOpenThreadExamples("BRD4186C") }
}

//
Expand Down

0 comments on commit 3d6237c

Please sign in to comment.