Functional gate should fail on broken build link
Bug #1460959 reported by
Martin André
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Critical
|
Martin André |
Bug Description
A patch was submitted to Kolla adding a new service where the functional gate reported success while all links to the build scripts were broken due to a incomplete rebase (and things moving around in master).
The patch in question: https:/
The gate log file, with the build error: http://
The gate fail in such cases.
Changed in kolla: | |
assignee: | nobody → Martin André (mandre) |
Changed in kolla: | |
milestone: | none → liberty-1 |
Changed in kolla: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/187834 /git.openstack. org/cgit/ stackforge/ kolla/commit/ ?id=9a5fed6608a ad97ddefc31c030 eb0d76c02320e5
Committed: https:/
Submitter: Jenkins
Branch: master
commit 9a5fed6608aad97 ddefc31c030eb0d 76c02320e5
Author: Martin André <email address hidden>
Date: Wed Jun 3 10:22:57 2015 +0900
Fail image build when build script is missing
When an image did not provide a build script, due to a broken link for docker- images script was wrongly marking the
instance, the build-all-
image as "up-to-date", and the functional gate was reporting success.
This commit restores the expected behavior, and mark the images with
non-existent build scripts as failures.
Change-Id: Ifedc8d9c312925 fe5aa953ed8f8fd ae02b756906
Closes-Bug: #1460959