From 81494e12fdc44db90047fed5d6dfddc135e97576 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 21 Sep 2022 08:45:37 -0700 Subject: [PATCH] Remove ansible-version: 2.8 Zuul is removing support for old ansible versions like 2.8 remove our use of it. While we are syncing base-test with base a bit add abstract: true to base-test to match base as well. Change-Id: I949c6c7d93db7e3862ec9169ee94fd501539863a --- zuul.d/jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 22cdb62..dc25b6a 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -76,7 +76,7 @@ - job: name: base-test parent: null - ansible-version: 2.8 + abstract: true description: | A job to test changes to the base job without disturbing the main job in production. Not for general use.