Browse Source

gitlab-ci: Move edk2 and opensbi YAML files to .gitlab-ci.d folder

We have a dedicated folder for the gitlab-ci - so there is no need
to clutter the top directory with these .yml files.

Message-Id: <20200525131823.715-5-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pull/94/head
Thomas Huth 6 years ago
parent
commit
922febe2af
  1. 0
      .gitlab-ci.d/edk2.yml
  2. 0
      .gitlab-ci.d/opensbi.yml
  3. 4
      .gitlab-ci.yml
  4. 2
      MAINTAINERS

0
.gitlab-ci-edk2.yml → .gitlab-ci.d/edk2.yml

0
.gitlab-ci-opensbi.yml → .gitlab-ci.d/opensbi.yml

4
.gitlab-ci.yml

@ -1,6 +1,6 @@
include:
- local: '/.gitlab-ci-edk2.yml'
- local: '/.gitlab-ci-opensbi.yml'
- local: '/.gitlab-ci.d/edk2.yml'
- local: '/.gitlab-ci.d/opensbi.yml'
.update_apt_template: &before_script_apt
before_script:

2
MAINTAINERS

@ -2542,7 +2542,7 @@ F: roms/edk2
F: roms/edk2-*
F: tests/data/uefi-boot-images/
F: tests/uefi-test-tools/
F: .gitlab-ci-edk2.yml
F: .gitlab-ci.d/edk2.yml
F: .gitlab-ci.d/edk2/
Usermode Emulation

Loading…
Cancel
Save