#74 Add roles for testing-farm
Closed 2 years ago by fbo. Opened 3 years ago by fbo.
fbo/fedora-zuul-jobs testing-farm  into  master

@@ -0,0 +1,21 @@ 

+ - hosts: localhost

+   vars:

+     # The target var is set by the Zuul job

+     target: rawhide

compose: Fedora-Rawhide

+     # Below vars are set by automatically by Zuul

+     ansible_user_dir: /home/fabien/

+     zuul:

+       project:

+         src_dir: rpms/python-python3.10

+       artifacts:

+       # Here is the repo fetch from Koji

+       # Also if depends-on is set on other PRs then multiple repo url could be listed here.

+       - branch: master

+         change: '2'

+         job: rpm-scratch-build

+         name: repo

+         patchset: d20101fdfc8f8a96a33ecb58c342b79bfd233b0d

+         project: rpms/python3.10

+         url: https://fedora.softwarefactory-project.io/logs/2/2/d20101fdfc8f8a96a33ecb58c342b79bfd233b0d/check/rpm-scratch-build/1f9e026/buildset

+   roles:

+     - testing-farm-run-test

empty or binary file added
@@ -0,0 +1,3 @@ 

+ ---

+ - name: List current directory

+   command: ls -al {{ ansible_user_dir }}/{{ zuul.project.src_dir }}

empty or binary file added
@@ -0,0 +1,3 @@ 

+ ---

+ - name: List current directory

+   command: ls -al {{ ansible_user_dir }}/{{ zuul.project.src_dir }}

empty or binary file added
@@ -0,0 +1,3 @@ 

+ ---

+ - name: List current directory

+   command: ls -al {{ ansible_user_dir }}/{{ zuul.project.src_dir }}