<p>George Joseph <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/11625">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Kevin Harwell: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved; Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">CI:  Don't enable non-core modules in Certified branches<br><br>We don't support non-core modules for Certified releases but we<br>were enabling them for CI builds which was causing lots of test<br>failures.  Now we don't.<br><br>Change-Id: I0b3254c08a2479f3d39151690350cce5ce5ad766<br>---<br>M tests/CI/buildAsterisk.sh<br>1 file changed, 12 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/CI/buildAsterisk.sh b/tests/CI/buildAsterisk.sh</span><br><span>index 6877eaf..adbc3b0 100755</span><br><span>--- a/tests/CI/buildAsterisk.sh</span><br><span>+++ b/tests/CI/buildAsterisk.sh</span><br><span>@@ -116,12 +116,20 @@</span><br><span>             runner menuselect/menuselect --enable REF_DEBUG menuselect.makeopts</span><br><span>  fi</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  cat_enables="MENUSELECT_BRIDGES MENUSELECT_CEL MENUSELECT_CDR"</span><br><span style="color: hsl(0, 100%, 40%);">-        cat_enables+=" MENUSELECT_CHANNELS MENUSELECT_CODECS MENUSELECT_FORMATS MENUSELECT_FUNCS"</span><br><span style="color: hsl(0, 100%, 40%);">-     cat_enables+=" MENUSELECT_PBX MENUSELECT_RES MENUSELECT_UTILS MENUSELECT_TESTS"</span><br><span style="color: hsl(120, 100%, 40%);">+     cat_enables="MENUSELECT_TESTS"</span><br><span style="color: hsl(120, 100%, 40%);">+      mod_disables=""</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+   if [[ ! "${BRANCH_NAME}" =~ ^certified ]] ; then</span><br><span style="color: hsl(120, 100%, 40%);">+            cat_enables+=" MENUSELECT_BRIDGES MENUSELECT_CEL MENUSELECT_CDR"</span><br><span style="color: hsl(120, 100%, 40%);">+            cat_enables+=" MENUSELECT_CHANNELS MENUSELECT_CODECS MENUSELECT_FORMATS MENUSELECT_FUNCS"</span><br><span style="color: hsl(120, 100%, 40%);">+           cat_enables+=" MENUSELECT_PBX MENUSELECT_RES MENUSELECT_UTILS"</span><br><span style="color: hsl(120, 100%, 40%);">+      else</span><br><span style="color: hsl(120, 100%, 40%);">+          mod_disables+="test_utils"</span><br><span style="color: hsl(120, 100%, 40%);">+  fi</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>         runner menuselect/menuselect `gen_cats enable $cat_enables` menuselect.makeopts</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-     mod_disables="res_digium_phone chan_vpb"</span><br><span style="color: hsl(120, 100%, 40%);">+    mod_disables+=" res_digium_phone chan_vpb"</span><br><span>         if [ $TESTED_ONLY -eq 1 ] ; then</span><br><span>             # These modules are not tested at all.  They are loaded but nothing is ever done</span><br><span>             # with them, no testsuite tests depend on them.</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/11625">change 11625</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/11625"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: certified/16.3 </div>
<div style="display:none"> Gerrit-Change-Id: I0b3254c08a2479f3d39151690350cce5ce5ad766 </div>
<div style="display:none"> Gerrit-Change-Number: 11625 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>