mbox series

[PATCH-for-5.2,0/2] gitlab-ci: Fix EDK2 & OpenSBI jobs

Message ID 20201110121606.2792442-1-philmd@redhat.com
Headers show
Series gitlab-ci: Fix EDK2 & OpenSBI jobs | expand

Message

Philippe Mathieu-Daudé Nov. 10, 2020, 12:16 p.m. UTC
We had rules to restrict building the EDK2 & OpenSBI firmwares
on GitLab CI. Unfortunately commit 922febe2 ("Move edk2 and
opensbi YAML files to .gitlab-ci.d folder") made these rules
ineffective. Fix that. In particular avoid the EDK2 job burn
all free minutes for our fork users.

Philippe Mathieu-Daudé (2):
  gitlab-ci: Avoid running the OpenSBI job when not necessary
  gitlab-ci: Avoid running the EDK2 job when not necessary

 .gitlab-ci.d/edk2.yml    | 11 ++++-------
 .gitlab-ci.d/opensbi.yml | 13 -------------
 2 files changed, 4 insertions(+), 20 deletions(-)