From 0bb66c3f471f3ba6375546cffdb973ccae481a88 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Thu, 28 Jul 2022 14:58:09 -0700 Subject: CI: Add nslookup_target to FIPS jobs At some point, this became a required parameter. Change-Id: I4d807f3b3649a45dbb2166bb8e911c45fb9cb701 Related-Change: Iebf474c9351e4246d7ab2072b48a50e93dbf0b94 (cherry picked from commit 3e6ce930b6ce00a29ff206c4d323e2f3ea51d2b2) (cherry picked from commit b8b3f044f85fa0af4a8556bc2ed65ec6437d6dbb) --- .zuul.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index f5ef13945..1ead8b7af 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -518,6 +518,7 @@ description: | Functional testing on a FIPS enabled Centos 8 system vars: + nslookup_target: 'opendev.org' enable_fips: true - job: @@ -528,6 +529,7 @@ Functional encryption testing on a FIPS enabled Centos 8 system vars: + nslookup_target: 'opendev.org' enable_fips: true - job: @@ -537,6 +539,7 @@ description: | Functional EC testing on a FIPS enabled Centos 8 system vars: + nslookup_target: 'opendev.org' enable_fips: true - project: -- cgit v1.2.1