From 8ddaa1338f115ed2c44b939bceffb700c64405f4 Mon Sep 17 00:00:00 2001 From: ginger Date: Nov 02 2021 10:19:50 +0000 Subject: add tmt test type --- diff --git a/zuul.d/jobs.dhall b/zuul.d/jobs.dhall index ae878ce..4ede0f3 100644 --- a/zuul.d/jobs.dhall +++ b/zuul.d/jobs.dhall @@ -232,7 +232,9 @@ let getTMTJobVars = branch in Zuul.Vars.object - [ { mapKey = "compose", mapValue = Zuul.Vars.string name } ] + [ { mapKey = "compose", mapValue = Zuul.Vars.string name } + , { mapKey = "test_type", mapValue = Zuul.Vars.string "fmf" } + ] let generateTMTTestsJob = λ(branch : Branches.Type) → diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index d7cbcf5..6e4bc5a 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -569,6 +569,7 @@ timeout: 21600 vars: compose: Fedora-Rawhide + test_type: fmf - job: name: rpm-tmt-test @@ -591,6 +592,7 @@ timeout: 21600 vars: compose: Fedora-35 + test_type: fmf - job: name: rpm-tmt-test @@ -613,6 +615,7 @@ timeout: 21600 vars: compose: Fedora-34 + test_type: fmf - job: name: rpm-tmt-test @@ -635,6 +638,7 @@ timeout: 21600 vars: compose: Fedora-33 + test_type: fmf - job: name: rpm-tmt-test @@ -657,3 +661,4 @@ timeout: 21600 vars: compose: Fedora-epel8 + test_type: fmf