From 571fa52afdfa15d053a74548a2a71ec7f819183f Mon Sep 17 00:00:00 2001 From: Rehan Rasool Date: Wed, 31 Aug 2022 16:02:16 +0000 Subject: [PATCH] Pull request #57: Temporarily disable custom example builds to unblock SQA Merge in WMN_TOOLS/matter from temporarily_disable_custom_examples to silabs Squashed commit of the following: commit 7bc0c6424564e9fd547f3d6f61b4476a10a1d9f1 Author: Rehan Rasool Date: Wed Aug 31 10:08:16 2022 -0400 Temporarily disable custom example builds to unblock SQA --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5b169de9b05fe7..37619c3f783b37 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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") } } //