#124 python-gear pipeline - add fmf/tmt job
Merged 2 years ago by zuul. Opened 2 years ago by fbo.
fbo/fedora-zuul-jobs-config gear-pipeline  into  master

file modified
+2 -1
@@ -240,7 +240,8 @@ 

          , description = Some "Running fmf test on Testing Farm"

          , final = Some True

          , branches = Branches.zuulBranch branch

-         , roles = Some [ { zuul = "zuul-distro-jobs" } ]

+         , roles = Some

+           [ { zuul = "zuul-distro-jobs" }, { zuul = "fedora-zuul-jobs" } ]

          , timeout = Some 21600

          , nodeset = Some default_nodeset

          , requires = Some [ "repo" ]

file modified
+4
@@ -457,6 +457,7 @@ 

        - repo

      roles:

        - zuul: zuul-distro-jobs

+       - zuul: fedora-zuul-jobs

      secrets:

        - name: testing_farm_zuul_fedora_ci_key

          secret: testing_farm_zuul_fedora_ci_key
@@ -478,6 +479,7 @@ 

        - repo

      roles:

        - zuul: zuul-distro-jobs

+       - zuul: fedora-zuul-jobs

      secrets:

        - name: testing_farm_zuul_fedora_ci_key

          secret: testing_farm_zuul_fedora_ci_key
@@ -499,6 +501,7 @@ 

        - repo

      roles:

        - zuul: zuul-distro-jobs

+       - zuul: fedora-zuul-jobs

      secrets:

        - name: testing_farm_zuul_fedora_ci_key

          secret: testing_farm_zuul_fedora_ci_key
@@ -520,6 +523,7 @@ 

        - repo

      roles:

        - zuul: zuul-distro-jobs

+       - zuul: fedora-zuul-jobs

      secrets:

        - name: testing_farm_zuul_fedora_ci_key

          secret: testing_farm_zuul_fedora_ci_key

file modified
+20 -12
@@ -13,10 +13,10 @@ 

      name: rpms/fedora-obsolete-packages

      check:

        jobs:

-        - rpm-install-test:

-            # Here we use an impossible file matcher to prevent job execution

-            files:

-              - "file-matcher-skip-job-when-they-dont-match"

+         - rpm-install-test:

+             # Here we use an impossible file matcher to prevent job execution

+             files:

+               - "file-matcher-skip-job-when-they-dont-match"

  

  - project:

      name: rpms/python-passlib
@@ -32,6 +32,14 @@ 

          - check-for-arches:

              vars:

                check_for_arches_ignore: true

+         - check-for-fmf-tests:

+             dependencies:

+               - rpm-scratch-build

+         - rpm-tmt-test:

+             dependencies:

+               - check-for-fmf-tests

+               - rpm-scratch-build

+             voting: false

  

  - project:

      name: rpms/python-ws4py
@@ -72,29 +80,29 @@ 

      name: rpms/pypy

      check:

        jobs:

-        - rpm-linter:

-            voting: false

+         - rpm-linter:

+             voting: false

  

  - project:

      name: rpms/pypy3

      check:

        jobs:

-        - rpm-linter:

-            voting: false

+         - rpm-linter:

+             voting: false

  

  - project:

      name: rpms/python2.7

      check:

        jobs:

-        - rpm-linter:

-            voting: false

+         - rpm-linter:

+             voting: false

  

  - project:

      name: rpms/python27

      check:

        jobs:

-        - rpm-linter:

-            voting: false

+         - rpm-linter:

+             voting: false

  

  - project:

      name: rpms/python-sphinxcontrib-blockdiag

no initial comment

Build succeeded.

rebased onto d3fd9d095d71fb53d49f0d9d01e081c8d8d98295

2 years ago

rebased onto 8a47e3f

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