]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
gitlab-ci: Move edk2 and opensbi YAML files to .gitlab-ci.d folder
authorThomas Huth <thuth@redhat.com>
Wed, 20 May 2020 07:45:58 +0000 (09:45 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 28 May 2020 09:00:39 +0000 (11:00 +0200)
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>
.gitlab-ci.d/edk2.yml [moved from .gitlab-ci-edk2.yml with 100% similarity]
.gitlab-ci.d/opensbi.yml [moved from .gitlab-ci-opensbi.yml with 100% similarity]
.gitlab-ci.yml
MAINTAINERS

similarity index 100%
rename from .gitlab-ci-edk2.yml
rename to .gitlab-ci.d/edk2.yml
index bc6aee6aba6ac9c23b47a15e15be18f4a0d75e9c..5208d93ff804925e3b34aeaf11a5fcd0acdbcfcb 100644 (file)
@@ -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:
index 71a043884376dd9150371ad7d0c45479b57bd278..0944d9c73154d39f37e0af8b13649936b9b22cda 100644 (file)
@@ -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