Skip to content

Commit

Permalink
Pull request project-chip#443: remove thread
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from feature/slc_sqa_modify to silabs_slc_1.0

Squashed commit of the following:

commit 43f00e362064b52845448a4c6354ed1c59f0003d
Author: Allyson Ramkissoon <[email protected]>
Date:   Wed Dec 14 18:08:14 2022 -0500

    add slc 4187C lighting test

commit 09e7c586d5b018f960621a53c6466a44d839f960
Author: Allyson Ramkissoon <[email protected]>
Date:   Wed Dec 14 17:30:24 2022 -0500

    remove thread
  • Loading branch information
Allyson Ramkissoon authored and Allyson Ramkissoon committed Dec 15, 2022
1 parent fcedeb9 commit ff35953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,8 @@ def pipeline()
parallelNodes['lighting rs9116 BRD4161A'] = { this.utfWiFiTestSuite('gsdkMontrealNode','utf_matter_ci','INT0014944','lighting-app','wifi','BRD4161A','rs9116','',"/manifest","--tmconfig tests/.sequence_manager/test_execution_definitions/matter_wifi_ci_sequence.yaml") }
parallelNodes['lighting 917-exp BRD4187C'] = { this.utfWiFiTestSuite('gsdkMontrealNode','utf_matter_wifi','matter_wifi','lighting-app','wifi','BRD4187C','91x','',"/manifest-4187-917","--tmconfig tests/.sequence_manager/test_execution_definitions/matter_wifi_ci_sequence.yaml") }
*/
parallelNodes['Lock-App BRD4161A'] = { this.utfThreadTestSuite('gsdkMontrealNode','utf_matter_thread_4','matter_thread_4','lock-app-thread','thread','BRD4161A','',"/manifest-4161-thread-lock","--tmconfig tests/.sequence_manager/test_execution_definitions/matter_thread_ci_sequence.yaml",buildTool) }
parallelNodes['Lighting-App BRD4161A'] = { this.utfThreadTestSuite('gsdkMontrealNode','utf_matter_thread_4','matter_thread_4','lighting-app','thread','BRD4161A','',"/manifest-4161-thread-lighting_slc.yaml","--tmconfig tests/.sequence_manager/test_execution_definitions/matter_thread_ci_sequence.yaml",buildTool) }
parallelNodes['Lighting-App BRD4187C'] = { this.utfThreadTestSuite('gsdkMontrealNode','utf_matter_thread','matter_thread','lighting-app','thread','BRD4187C','',"/manifest-4187-thread-lighting_slc.yaml","--tmconfig tests/.sequence_manager/test_execution_definitions/matter_thread_ci_sequence.yaml",buildTool) }

parallelNodes.failFast = false
parallel parallelNodes
Expand Down

0 comments on commit ff35953

Please sign in to comment.