Won't Fix
Details
Assignee
infrainfraReporter
Barak KorrenBarak Korren(Deactivated)Priority
Medium
Details
Details
Assignee
infra
infraReporter
Barak Korren
Barak Korren(Deactivated)Priority
Created March 12, 2017 at 12:28 PM
Updated September 2, 2018 at 3:51 PM
Resolved June 24, 2018 at 8:26 AM
Right now build-artifacts jobs that run post merge get run on every patch and are allowed to run in parallel.
The end result of this is that they do not always finish in the same order in which the patches were merged. This ends up causing the latest build link in Jenkins to not always point to the real latest build. It may also means that packages get pushed to OST not in the right order.
To fix this we need to make sure the build-artifacts jobs do not run in parallel. Alternatively we could split the build artifacts job into a trigger job and a builder job where the trigger job gets run on every patch in parallel and the builder job only runs where resources are available.