#144 remove check-for-tests job and its playbook
Merged 2 years ago by zuul. Opened 2 years ago by guyinger.
guyinger/fedora-zuul-jobs-config delete_check_for_tests_job  into  master

@@ -1,19 +0,0 @@ 

- ---

- - hosts: localhost

-   tasks:

-     - name: Check for tests/tests.yml exists

-       stat:

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

-       register: tests_stat

-     - zuul_return:

-         data:

-           zuul:

-             child_jobs:

-               - rpm-test

-       when: tests_stat.stat.exists

-     - zuul_return:

-         data:

-           zuul:

-             child_jobs:

-               - rpm-install-test

-       when: not tests_stat.stat.exists

file modified
-10
@@ -74,15 +74,6 @@ 

  

  let default_nodeset = Nodesets.getName Nodesets.Type.Fedora-34-Container

  

- let check_for_tests =

-       Zuul.Job::{

-       , name = "${job-prefix}check-for-tests"

-       , description = Some "Check the project has a tests/tests.yml"

-       , branches = Some Branches.allText

-       , run = Some "playbooks/rpm/check-for-tests.yaml"

-       , nodeset = Some executor_nodeset

-       }

- 

  let check_for_sti_tests =

        Zuul.Job::{

        , name = "${job-prefix}check-for-sti-tests"
@@ -308,7 +299,6 @@ 

  

  let Jobs =

          [ clean_stalled_koji_tasks

-         , check_for_tests

          , check_for_sti_tests

          , check_for_fmf_tests

          , check_for_arches

file modified
-14
@@ -13,20 +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

-       - f35

-       - f34

-       - f33

-       - epel8

-       - 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

Zuul encountered a syntax error while parsing its configuration in the
repo fedora-zuul-jobs on branch master. The error was:

Job check-for-tests not defined

The error appears in the following project-template stanza:

project-template:
name: test
check:
jobs:
- check-for-tests:
dependencies:
- rpm-scratch-build
- check-for-sti-tests:
dependencies:
- rpm-scratch-build
- check-for-fmf-tests:
dependencies:
- rpm-scratch-build
- rpm-install-test:
dependencies:
- check-for-tests
- rpm-scratch-build
- rpm-test:
dependencies:
- check-for-tests
- rpm-scratch-build
- rpm-tmt-test:
dependencies:
- check-for-fmf-tests
- rpm-scratch-build
- rpm-sti-test:
dependencies:
- check-for-sti-tests
- rpm-scratch-build

in "fedora-zuul-jobs/zuul.d/templates.yaml@master", line 32, column 3

rebased onto 1be1fc781e3058f77b66ff99751beb1030652e62

2 years ago

Zuul encountered a syntax error while parsing its configuration in the
repo fedora-zuul-jobs on branch master. The error was:

Job check-for-tests not defined

The error appears in the following project-template stanza:

project-template:
name: test
check:
jobs:
- check-for-tests:
dependencies:
- rpm-scratch-build
- check-for-sti-tests:
dependencies:
- rpm-scratch-build
- check-for-fmf-tests:
dependencies:
- rpm-scratch-build
- rpm-install-test:
dependencies:
- check-for-tests
- rpm-scratch-build
- rpm-test:
dependencies:
- check-for-tests
- rpm-scratch-build
- rpm-tmt-test:
dependencies:
- check-for-fmf-tests
- rpm-scratch-build
- rpm-sti-test:
dependencies:
- check-for-sti-tests
- rpm-scratch-build

in "fedora-zuul-jobs/zuul.d/templates.yaml@master", line 32, column 3

Sorry not remove but change "rpm-test" to "rpm-sti-test". We should be conservative and keep the override of the timeout.

rebased onto 057fd2b5760230999933f3748985f394114b06c1

2 years ago

Zuul encountered a syntax error while parsing its configuration in the
repo fedora-zuul-jobs on branch master. The error was:

Job check-for-tests not defined

The error appears in the following project-template stanza:

project-template:
name: test
check:
jobs:
- check-for-tests:
dependencies:
- rpm-scratch-build
- check-for-sti-tests:
dependencies:
- rpm-scratch-build
- check-for-fmf-tests:
dependencies:
- rpm-scratch-build
- rpm-install-test:
dependencies:
- check-for-tests
- rpm-scratch-build
- rpm-test:
dependencies:
- check-for-tests
- rpm-scratch-build
- rpm-tmt-test:
dependencies:
- check-for-fmf-tests
- rpm-scratch-build
- rpm-sti-test:
dependencies:
- check-for-sti-tests
- rpm-scratch-build

in "fedora-zuul-jobs/zuul.d/templates.yaml@master", line 32, column 3

Sorry not remove but change "rpm-test" to "rpm-sti-test". We should be conservative and keep the override of the timeout.

Done :)

rebased onto 3e147f1

2 years ago

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