#345 Change zuul job nodeset
Closed a year ago by siosm. Opened a year ago by fbo.
fbo/workstation-ostree-config zuul-nodeset  into  main

file modified
+4
@@ -7,3 +7,7 @@ 

       name: validate

       description: Validate manifests and scripts syntax

       run: ci/validate.yaml

+      nodeset:

+        nodes:

+          - name: container

+            label: zuul-worker-f37

file modified
+1 -1
@@ -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

no initial comment

The chdir entry was taken from https://fedoraproject.org/wiki/Zuul-based-ci#Running_custom_jobs. Should we update it there too?

Hum, OK I see the second example using that, which is confusing?

Pull-Request has been closed by siosm

a year ago
Metadata