release-engineering / ubi-population-tool

A tool for populating UBI repositories.
GNU General Public License v3.0
3 stars 14 forks source link

Make publication of repos non-blocking [RHELDST-6394] #172

Closed rbikar closed 3 years ago

rbikar commented 3 years ago

Previously ubipop waited for each triplet of repos (binary, debug, source) that were currently in processing until publication of those repos is finished. Only after publication finished, ubipop was allowed to start processing another triplet. As repo triplet is independent from other ones, it's not required to do this in blocking way. So now publication of repos is triggered at the same time as before but waiting for all to finish is moved to end of ubipop processing.

rbikar commented 3 years ago

run tests

rbikar commented 3 years ago

run tests

rbikar commented 3 years ago

run tests

rbikar commented 3 years ago

Disregard Travis failure, this will be dropped in https://github.com/release-engineering/ubi-population-tool/pull/171 .

rbikar commented 3 years ago

run tests

rbikar commented 3 years ago

run tests