From 1b7d4e8e52bfa3bddfa5671399d2ee9fc20a76f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Tue, 27 Feb 2024 00:22:01 +0100 Subject: [PATCH] ci: Perform dependency resolution for all variants --- ci/validate.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ci/validate.yaml b/ci/validate.yaml index 9483ff3..038ecdb 100644 --- a/ci/validate.yaml +++ b/ci/validate.yaml @@ -2,10 +2,18 @@ tasks: - name: Install dependencies package: - name: ['just', 'python3-pyyaml'] + name: + - 'just' + - 'ostree' + - 'python3-pyyaml' + - 'rpm-ostree' state: present become: yes - name: Validate manifests and scripts syntax ansible.builtin.command: chdir: "{{ zuul.project.src_dir }}" cmd: just validate + - name: Perform dependency resolution for all variants + ansible.builtin.command: + chdir: "{{ zuul.project.src_dir }}" + cmd: just compose-dry-run