Skip to content

Commit

Permalink
Pull request #122: stop running JUnit tests
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from stopJUnit to silabs

Squashed commit of the following:

commit 241d2db693d33c44d0ee2602043ed49cbb6086c0
Author: Shadi Makdissi <[email protected]>
Date:   Thu Sep 22 15:25:35 2022 -0400

    delete commented out script

commit c090fd9788361b03d2000a34204ca1644ed12b8f
Author: Shadi Makdissi <[email protected]>
Date:   Thu Sep 22 11:20:37 2022 -0400

    stop running JUnit tests
  • Loading branch information
Shadi-Silabs authored and jmartinez-silabs committed May 1, 2023
1 parent 0dbb966 commit 5145782
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -898,14 +898,9 @@ def pipeline()
// advanceStageMarker()
//even openthread test in parallel, they actually run in sequence as they are using same raspi
def parallelNodes = [:]

parallelNodes['Junit lighting BRD4161A'] = { this.openThreadTestSuite('qa-yinyi-1','lighting-app','BRD4161A') }
// parallelNodes['Junit lighting BRD4187A'] = { this.openThreadTestSuite('qa-yinyi-1','lighting-app','BRD4187A') }

parallelNodes['lighting Thread BRD4187C'] = { this.utfThreadTestSuite('utf_matter_thread','matter_thread','lighting-app','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-app','thread','BRD4161A','',"/manifest-4161-thread","--tmconfig tests/.sequence_manager/test_execution_definitions/matterci_test_sequence_thread_4161.yaml") }
parallelNodes['lighting Thread BRD2703A'] = { this.utfThreadTestSuite('utf_matter_thread_2','matter_thread_2','lighting-app','thread','BRD2703A','',"/manifest-2703-thread","--tmconfig tests/.sequence_manager/test_execution_definitions/matterci_test_sequence_thread.yaml") }

parallelNodes['lighting rs9116 BRD4161A'] = { this.utfWiFiTestSuite('utf_matter_ci','INT0014944','lighting-app','wifi','BRD4161A','rs911x','',"/manifest","--tmconfig tests/.sequence_manager/test_execution_definitions/matterci_test_sequence.yaml") }

parallelNodes.failFast = false
Expand Down

0 comments on commit 5145782

Please sign in to comment.