Zuul: Explicitely set Zuul job nodeset

See: https://pagure.io/fedora-ci/general/issue/388
This commit is contained in:
Fabien Boucher 2023-02-13 09:21:24 +00:00 committed by Timothée Ravier
parent 9dc9105ddb
commit a5c4320806
2 changed files with 5 additions and 1 deletions

View file

@ -7,3 +7,7 @@
name: validate
description: Validate manifests and scripts syntax
run: ci/validate.yaml
nodeset:
nodes:
- name: container
label: zuul-worker-f37

View file

@ -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