Skip to content

Commit

Permalink
Pull request #64: Remove build for brd4162 for Wifi examples
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from remove_brd4162 to silabs

Squashed commit of the following:

commit a244da8cca152e1d4d9839db2502f539aec6a4b0
Author: Junior Martinez <junior.martinez@silabs.com>
Date:   Fri Sep 2 09:44:11 2022 -0400

    Remove build for brd4162 for the time being. Add BRD4187A lighting app to the build for SQA lab in boston
  • Loading branch information
jmartinez-silabs committed May 1, 2023
1 parent 7daef88 commit 8c21165
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,9 @@ def buildWiFiLighting()
sh './scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/light_app_wifi_wf200 BRD4161A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi wf200'
sh './scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/light_app_wifi_rs9116 BRD4161A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi rs911x'
// BRD4162A
sh './scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/light_app_wifi_wf200 BRD4162A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi wf200'
sh './scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/light_app_wifi_rs9116 BRD4162A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi rs911x'
// TODO : re-enable when CSA gets the update from sdk_support to support that board and that we can rebase silabs branch to it.
// sh './scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/light_app_wifi_wf200 BRD4162A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi wf200'
// sh './scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/light_app_wifi_rs9116 BRD4162A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi rs911x'
// BRD4163A
sh './scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/light_app_wifi_wf200 BRD4163A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi wf200'
sh './scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/light_app_wifi_rs9116 BRD4163A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi rs911x'
Expand Down Expand Up @@ -260,8 +261,9 @@ def buildWiFiLock()
sh './scripts/examples/gn_efr32_example.sh examples/lock-app/efr32/ out/lock_app_wifi_wf200 BRD4161A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi wf200'
sh './scripts/examples/gn_efr32_example.sh examples/lock-app/efr32/ out/lock_app_wifi_rs9116 BRD4161A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi rs911x'
// BRD4162A
sh './scripts/examples/gn_efr32_example.sh examples/lock-app/efr32/ out/lock_app_wifi_wf200 BRD4162A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi wf200'
sh './scripts/examples/gn_efr32_example.sh examples/lock-app/efr32/ out/lock_app_wifi_rs9116 BRD4162A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi rs911x'
// TODO : re-enable when CSA gets the update from sdk_support to support that board and that we can rebase silabs branch to it.
// sh './scripts/examples/gn_efr32_example.sh examples/lock-app/efr32/ out/lock_app_wifi_wf200 BRD4162A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi wf200'
// sh './scripts/examples/gn_efr32_example.sh examples/lock-app/efr32/ out/lock_app_wifi_rs9116 BRD4162A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi rs911x'
// BRD4163A
sh './scripts/examples/gn_efr32_example.sh examples/lock-app/efr32/ out/lock_app_wifi_wf200 BRD4163A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi wf200'
sh './scripts/examples/gn_efr32_example.sh examples/lock-app/efr32/ out/lock_app_wifi_rs9116 BRD4163A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi rs911x'
Expand Down Expand Up @@ -663,6 +665,7 @@ def pipeline()
parallelNodes['Build OpenThread Lighting BRD4164A'] = { this.buildOpenThreadExample("lighting-app", "BRD4164A") }
parallelNodes['Build OpenThread Lighting BRD4166A'] = { this.buildOpenThreadExample("lighting-app", "BRD4166A") }
parallelNodes['Build OpenThread Lighting BRD4186C'] = { this.buildOpenThreadExample("lighting-app", "BRD4186C") }
parallelNodes['Build OpenThread Lighting BRD4187A'] = { this.buildOpenThreadExample("lighting-app", "BRD4187A") }
parallelNodes['Build OpenThread Lighting BRD4187C'] = { this.buildOpenThreadExample("lighting-app", "BRD4187C") }
parallelNodes['Build OpenThread Lighting BRD2601B'] = { this.buildOpenThreadExample("lighting-app", "BRD2601B") }
parallelNodes['Build OpenThread Lighting BRD2703A'] = { this.buildOpenThreadExample("lighting-app", "BRD2703A") }
Expand Down

0 comments on commit 8c21165

Please sign in to comment.