[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 07/25] tests/lcitool: Include local qemu.yml when refreshing c
From: |
Alex Bennée |
Subject: |
[PATCH v2 07/25] tests/lcitool: Include local qemu.yml when refreshing cirrus-ci files |
Date: |
Tue, 1 Feb 2022 18:20:32 +0000 |
From: Philippe Mathieu-Daudé <f4bug@amsat.org>
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>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220121154134.315047-4-f4bug@amsat.org>
Message-Id: <20220124201608.604599-8-alex.bennee@linaro.org>
---
tests/lcitool/refresh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/lcitool/refresh b/tests/lcitool/refresh
index 033120e223..25301f2ef0 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.30.2
- [PATCH v2 03/25] Makefile: also remove .gcno files when cleaning, (continued)
- [PATCH v2 03/25] Makefile: also remove .gcno files when cleaning, Alex Bennée, 2022/02/01
- [PATCH v2 02/25] tests/qtest: enable more vhost-user tests by default, Alex Bennée, 2022/02/01
- [PATCH v2 11/25] tests/lcitool: Install libibumad to cover RDMA on Debian based distros, Alex Bennée, 2022/02/01
- [PATCH v2 25/25] plugins: move reset of plugin data to tb_start, Alex Bennée, 2022/02/01
- [PATCH v2 08/25] drop libxml2 checks since libxml is not actually used (for parallels), Alex Bennée, 2022/02/01
- [PATCH v2 12/25] docs/devel: mention our .editorconfig, Alex Bennée, 2022/02/01
- [PATCH v2 09/25] tests/lcitool: Refresh submodule and remove libxml2, Alex Bennée, 2022/02/01
- [PATCH v2 16/25] docs: remove references to TCG tracing, Alex Bennée, 2022/02/01
- [PATCH v2 13/25] gitlab: fall back to commit hash in qemu-setup filename, Alex Bennée, 2022/02/01
- [PATCH v2 07/25] tests/lcitool: Include local qemu.yml when refreshing cirrus-ci files,
Alex Bennée <=
- [PATCH v2 15/25] block: fix FreeBSD build failure with fallocate, Alex Bennée, 2022/02/01
- [PATCH v2 05/25] MAINTAINERS: Cover lcitool submodule with build test / automation, Alex Bennée, 2022/02/01
- [PATCH v2 14/25] tests/lcitool: Allow lcitool-refresh in out-of-tree builds, too, Alex Bennée, 2022/02/01
- [PATCH v2 10/25] tests: Manually remove libxml2 on MSYS2 runners, Alex Bennée, 2022/02/01
- [PATCH v2 19/25] tracing: excise the tcg related from tracetool, Alex Bennée, 2022/02/01
- [PATCH v2 21/25] contrib/plugins: add a drcov plugin, Alex Bennée, 2022/02/01
- [PATCH v2 18/25] tracing: remove the trace-tcg includes from the build, Alex Bennée, 2022/02/01
- [PATCH v2 20/25] plugins: add helper functions for coverage plugins, Alex Bennée, 2022/02/01