[Home]

Summary:ASTERISK-25685: infrastructure: Run alembic in Jenkins build script
Reporter:Joshua C. Colp (jcolp)Labels:
Date Opened:2016-01-11 09:30:50.000-0600Date Closed:2016-01-22 17:47:05.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Tests/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Currently when Asterisk is built in Jenkins we just build it and run unit tests. When adding options, however, modifications to Alembic are done and these are not currently tested. As a result it is possible for branches in Alembic to be created inadvertently when cherry picking. This change is for updating the script in the infrastructure repository to also check to ensure that no Alembic branching has happened. If it has then it should fail.
Comments:By: Friendly Automation (friendly-automation) 2017-05-03 04:17:41.927-0500

Change 2055 merged by George Joseph:
build-asterisk: Execute "alembic branches" before build.

[https://gerrit.asterisk.org/2055|https://gerrit.asterisk.org/2055]