Searched hist:c217fd8e36a1d619956f550e8a39528a855de2f5 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/.gitlab-ci.d/ |
H A D | opensbi.yml | diff c217fd8e36a1d619956f550e8a39528a855de2f5 Tue Jul 27 09:24:31 CDT 2021 Philippe Mathieu-Daudé <philmd@redhat.com> gitlab-ci: Fix 'when:' condition in OpenSBI jobs
Jobs depending on another should not use the 'when: always' condition, because if a dependency failed we should not keep running jobs depending on it. The correct condition is 'when: on_success'.
Fixes: c6fc0fc1a71 ("gitlab-ci.yml: Add jobs to build OpenSBI firmware binaries") Reported-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Willian Rampazzo <willianr@redhat.com> Message-Id: <20210727142431.1672530-5-philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
|