]> git.ipfire.org Git - thirdparty/qemu.git/commit
gitlab-ci: Fix 'when:' condition in OpenSBI jobs
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 27 Jul 2021 14:24:31 +0000 (16:24 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 29 Jul 2021 05:56:01 +0000 (07:56 +0200)
commitc217fd8e36a1d619956f550e8a39528a855de2f5
treef42387d69b85b2d33f6862cfe06493c577f74f3b
parent59e8b62b22062e8849429bf1e9cfde6f0affb83c
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>
.gitlab-ci.d/opensbi.yml