Zuul: Explicitely set Zuul job nodeset
See: https://pagure.io/fedora-ci/general/issue/388
This commit is contained in:
parent
9dc9105ddb
commit
a5c4320806
2 changed files with 5 additions and 1 deletions
|
@ -7,3 +7,7 @@
|
||||||
name: validate
|
name: validate
|
||||||
description: Validate manifests and scripts syntax
|
description: Validate manifests and scripts syntax
|
||||||
run: ci/validate.yaml
|
run: ci/validate.yaml
|
||||||
|
nodeset:
|
||||||
|
nodes:
|
||||||
|
- name: container
|
||||||
|
label: zuul-worker-f37
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
tasks:
|
tasks:
|
||||||
- name: Validate manifests and scripts syntax
|
- name: Validate manifests and scripts syntax
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
chdir: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}"
|
chdir: "{{ zuul.project.src_dir }}"
|
||||||
cmd: ci/validate
|
cmd: ci/validate
|
||||||
|
|
Loading…
Reference in a new issue