From 32a97f2c70a9207cac1877485219b5e9c0b8c1de Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 23 May 2019 20:21:26 +1000 Subject: [PATCH] Add zone-check job This job uses the new validate-zone-db job in the dependent change to run named-checkconfig over the zone.db files. Depends-On: https://review.opendev.org/661138 Change-Id: I0853a59d1b7ec46d821d3034841a2eee3c1562ea --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index e30e3ff..f0f4dd0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,7 +1,7 @@ - project: check: jobs: - - noop + - validate-zone-db gate: jobs: - - noop + - validate-zone-db