Files
kata-containers/obs-packaging
Jose Carlos Venegas Munoz 3ba0d65272 obs: wait: Fix error to detect building job
The job to wait for packages are built is failing randomly.

Seems that sometimes the command is not returning and expected
out out and may be mask by the

`while osc pr | grep; done`

This probably can fail at osc pr but because it failed at
osc and not grep we consider is working.

- We check for more states that we consider not ready,
like excluded or blocked.

First query the result, if fail the script will stop,
if not then try to find the string `state=building`.

Additionally, check for failed jobs in the same query to
stop the job earlier.

Fixes: #665

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
2019-08-06 09:14:53 -05:00
..
2019-05-02 23:40:02 -05:00
2019-05-02 23:40:02 -05:00
2019-07-29 11:43:04 -05:00
2019-05-17 16:29:09 +01:00

Building under OBS

SUSE's Open Build Service (OBS) is used to build the official Kata Containers packages.

This directory contains tooling and packaging metadata to build all Kata components with OBS.

See the Kata installation documentation for instructions on how to install the official packages.