On 29/06/2022 19.06, Daniel P. Berrangé wrote:
When we introducd the QEMU_CI variable to control running of pipelines
in gitlab forks, we didn't include the ekd2/opensbi jobs in the rules.
This caused pipelines to be unexpectedly created in some cases. This
addresses that oversight.
Daniel P. Berrangé (3):
gitlab: normalize indentation in edk2/opensbi rules
gitlab: tweak comments in edk2/opensbi jobs
gitlab: honour QEMU_CI variable in edk2/opensbi jobs
.gitlab-ci.d/edk2.yml | 133 ++++++++++++++++++++++----------------
.gitlab-ci.d/opensbi.yml | 134 +++++++++++++++++++++++----------------
2 files changed, 158 insertions(+), 109 deletions(-)
Thanks, queued to my testing-next branch now:
https://gitlab.com/thuth/qemu/-/commits/testing-next
(with the "on_success" changed to "manual" in the last patch)
Thomas