Skip to content

Commit

Permalink
Pull request project-chip#714: Added back only code size analysis on …
Browse files Browse the repository at this point in the history
…main dev branches

Merge in WMN_TOOLS/matter from feature/revert_code_size_analysis to silabs

Squashed commit of the following:

commit 1b4f79e369f9d38a49410bb4541d7ce9d6cbc4ad
Author: Curtis Rahman <[email protected]>
Date:   Tue Apr 25 14:25:25 2023 -0400

    Added back only code size analysis on main dev branches
  • Loading branch information
CuRahman authored and jmartinez-silabs committed Oct 17, 2023
1 parent 9fe04d8 commit 3ba262d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1450,13 +1450,13 @@ def pipeline()

}

//if (env.BRANCH_NAME.startsWith('silabs') || env.BRANCH_NAME.startsWith('RC_')) {
if (env.BRANCH_NAME.startsWith('silabs') || env.BRANCH_NAME.startsWith('RC_')) {
stage("Code Size analysis")
{
advanceStageMarker()
exportIoTReports()
}
//}
}
stage("Generate GBL and OTA files")
{
advanceStageMarker()
Expand Down

0 comments on commit 3ba262d

Please sign in to comment.