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
This commit is contained in:
Clark Boylan 2022-09-21 08:45:37 -07:00
parent c81fc34da4
commit 81494e12fd
1 changed files with 1 additions and 1 deletions

View File

@ -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.