#125 Fix check for fmf tests job and job name
Merged 2 years ago by zuul. Opened 2 years ago by fbo.
fbo/fedora-zuul-jobs-config fix-naming  into  master

@@ -3,11 +3,11 @@ 

    tasks:

      - name: Check for .fmf exists

        stat:

-         path: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/.fmf"

+         path: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tests/.fmf"

        register: tests_stat

      - zuul_return:

          data:

            zuul:

              child_jobs:

-               - rpm-tmt-test-on-testing-farm

-       when: not tests_stat.stat.isdir

+               - rpm-tmt-test

+       when: not tests_stat.stat.exists

@@ -1,6 +1,4 @@ 

  - hosts: all

    tasks:

-     - debug:

-         msg: "Running tmt job"

- #    - include_role:

- #        name: testing-farm-run-test

+     - include_role:

+         name: testing-farm-run-test

no initial comment

Build succeeded.

Metadata Update from @fbo:
- Pull-request tagged with: gateit

2 years ago

Build succeeded (gate pipeline).

Pull-Request has been merged by zuul

2 years ago