Fixed
Details
Assignee
Barak KorrenBarak Korren(Deactivated)Reporter
Barak KorrenBarak Korren(Deactivated)Blocked By
code reviewComponents
Priority
High
Details
Details
Assignee
Barak Korren
Barak Korren(Deactivated)Reporter
Barak Korren
Barak Korren(Deactivated)Blocked By
code review
Components
Priority
Created April 12, 2017 at 6:53 AM
Updated July 12, 2017 at 11:57 AM
Resolved May 3, 2017 at 8:08 AM
When a change is merged the build artifacts jobs for all platforms are invoked in parallel by the Gerrit trigger. These jobs in turn invoke the 'deploy-to-experimental' job to move the artifacts into the 'experimental' repos for OST testing.
Various issues arise because of this:
A Fedora build can trigger an OST run before the equivalent EL7 build finishes. This wastes resources on needless OST runs.
A PPC64 build can place 'noarch' artifacts in experimental before the equivalent x86_64 builds are ready. This can cause OST failures.
Because of the PPC64 issue, we have actually disabled publishing into experimental from the PPC64 jobs. Since we now want to move to fully automated production publishing via the experimental flow, we need to fix this.