From a5c4320806eee615cb52007f9d179da54613bc5a Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Mon, 13 Feb 2023 09:21:24 +0000 Subject: [PATCH] Zuul: Explicitely set Zuul job nodeset See: https://pagure.io/fedora-ci/general/issue/388 --- .zuul.yaml | 4 ++++ ci/validate.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 6bf4c36..9345f6a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,3 +7,7 @@ name: validate description: Validate manifests and scripts syntax run: ci/validate.yaml + nodeset: + nodes: + - name: container + label: zuul-worker-f37 diff --git a/ci/validate.yaml b/ci/validate.yaml index 70d6489..9a44caa 100644 --- a/ci/validate.yaml +++ b/ci/validate.yaml @@ -2,5 +2,5 @@ tasks: - name: Validate manifests and scripts syntax ansible.builtin.command: - chdir: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}" + chdir: "{{ zuul.project.src_dir }}" cmd: ci/validate