[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v6 3/7] tests/lcitool: Include local qemu.yml when refreshing cir
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v6 3/7] tests/lcitool: Include local qemu.yml when refreshing cirrus-ci files |
Date: |
Fri, 21 Jan 2022 16:41:30 +0100 |
The script only include the local qemu.yml for Dockerfiles.
Since we want to keep the Cirrus-CI generated files in sync,
also use the --data-dir option in generate_cirrus().
Fixes: c45a540f4bd (".gitlab-ci.d/cirrus: auto-generate variables with lcitool")
Reported-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
tests/lcitool/refresh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/lcitool/refresh b/tests/lcitool/refresh
index 033120e223d..25301f2ef0b 100755
--- a/tests/lcitool/refresh
+++ b/tests/lcitool/refresh
@@ -62,7 +62,7 @@ def generate_dockerfile(host, target, cross=None,
trailer=None):
def generate_cirrus(target, trailer=None):
filename = Path(src_dir, ".gitlab-ci.d", "cirrus", target + ".vars")
- cmd = [lcitool_path, "variables", target, "qemu"]
+ cmd = lcitool_cmd + ["variables", target, "qemu"]
generate(filename, cmd, trailer)
ubuntu1804_skipssh = [
--
2.34.1
- [PATCH v6 0/7] tests: Refresh lcitool submodule & remove libxml2, Philippe Mathieu-Daudé, 2022/01/21
- [PATCH v6 1/7] MAINTAINERS: Cover lcitool submodule with build test / automation, Philippe Mathieu-Daudé, 2022/01/21
- [PATCH v6 2/7] gitmodules: Correct libvirt-ci submodule URL, Philippe Mathieu-Daudé, 2022/01/21
- [PATCH v6 3/7] tests/lcitool: Include local qemu.yml when refreshing cirrus-ci files,
Philippe Mathieu-Daudé <=
- [PATCH v6 4/7] drop libxml2 checks since libxml is not actually used (for parallels), Philippe Mathieu-Daudé, 2022/01/21
- [PATCH v6 5/7] tests/lcitool: Refresh submodule and remove libxml2, Philippe Mathieu-Daudé, 2022/01/21
- [PATCH v6 6/7] tests: Manually remove libxml2 on MSYS2 runners, Philippe Mathieu-Daudé, 2022/01/21
- [PATCH v6 7/7] tests/lcitool: Install libibumad to cover RDMA on Debian based distros, Philippe Mathieu-Daudé, 2022/01/21
- Re: [PATCH v6 0/7] tests: Refresh lcitool submodule & remove libxml2, Alex Bennée, 2022/01/24
- Re: [PATCH v6 0/7] tests: Refresh lcitool submodule & remove libxml2, Alex Bennée, 2022/01/24