From 5c70a5d972d5d14e843f2c4cbd7e2b4d6f5616fe Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Oct 26 2022 16:10:11 +0000 Subject: remove the check-for-tests job --- diff --git a/playbooks/rpm/check-for-tests.yaml b/playbooks/rpm/check-for-tests.yaml deleted file mode 100644 index cd2d5cb..0000000 --- a/playbooks/rpm/check-for-tests.yaml +++ /dev/null @@ -1,20 +0,0 @@ ---- -- hosts: localhost - tasks: - - name: Check for tests/tests*.yml exists - shell: "ls tests/tests*.yml" - failed_when: false - register: tests_stat - args: - chdir: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}" - - zuul_return: - data: - zuul: - child_jobs: - - rpm-test - when: tests_stat.rc == 0 - - zuul_return: - data: - zuul: - child_jobs: [] - when: not tests_stat.rc == 0 diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 70c6974..0319457 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -13,21 +13,6 @@ secret: krb_keytab - job: - name: check-for-tests - description: Check the project has a tests/tests.yml - run: playbooks/rpm/check-for-tests.yaml - branches: - - rawhide - - f37 - - f36 - - f35 - - epel8 - - epel9 - - main - nodeset: - nodes: [] - -- job: name: check-for-sti-tests description: Check the project has a tests/tests.yml run: playbooks/rpm/check-for-sti-tests.yaml