[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 03/14] docker: EDK2 build job depends on EDK2 container
From: |
Thomas Huth |
Subject: |
[PULL 03/14] docker: EDK2 build job depends on EDK2 container |
Date: |
Tue, 9 Mar 2021 11:46:06 +0100 |
From: Philippe Mathieu-Daudé <philmd@redhat.com>
Add missing dependency build-edk2 -> docker-edk2.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210303130646.1494015-3-philmd@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
.gitlab-ci.d/edk2.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.d/edk2.yml b/.gitlab-ci.d/edk2.yml
index e1e0452416..ba7280605c 100644
--- a/.gitlab-ci.d/edk2.yml
+++ b/.gitlab-ci.d/edk2.yml
@@ -25,6 +25,7 @@ docker-edk2:
build-edk2:
stage: build
+ needs: ['docker-edk2']
rules: # Only run this job when ...
- changes: # ... roms/edk2/ is modified (submodule updated)
- roms/edk2/*
--
2.27.0
- [PULL 00/14] Gitlab, testing and misc patches, Thomas Huth, 2021/03/09
- [PULL 02/14] docker: Alpine build job depends on Alpine container, Thomas Huth, 2021/03/09
- [PULL 03/14] docker: EDK2 build job depends on EDK2 container,
Thomas Huth <=
- [PULL 01/14] qtest: delete superfluous inclusions of qtest.h, Thomas Huth, 2021/03/09
- [PULL 04/14] docker: OpenSBI build job depends on OpenSBI container, Thomas Huth, 2021/03/09
- [PULL 05/14] meson: Re-enable the possibility to run "make check SPEED=slow", Thomas Huth, 2021/03/09
- [PULL 06/14] scripts/ci/gitlab-pipeline-status: split utlity function for HTTP GET, Thomas Huth, 2021/03/09
- [PULL 07/14] scripts/ci/gitlab-pipeline-status: give more information on failures, Thomas Huth, 2021/03/09
- [PULL 08/14] scripts/ci/gitlab-pipeline-status: give more info when pipeline not found, Thomas Huth, 2021/03/09
- [PULL 09/14] libqos/qgraph: format qgraph comments for sphinx documentation, Thomas Huth, 2021/03/09
- [PULL 10/14] docs/devel/qgraph: improve qgraph documentation, Thomas Huth, 2021/03/09
- [PULL 11/14] Acceptance Tests: restore downloading of VM images, Thomas Huth, 2021/03/09
- [PULL 12/14] Acceptance Tests: restore filtering of tests by target arch, Thomas Huth, 2021/03/09