From 9fbc4ebd876fcb82628148d6cb7e00a6a72baeb3 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Mon, 21 Feb 2022 14:51:49 +0100 Subject: [PATCH] Change test nodeset to centos-8-stream The logscraper01.openstack.org host is running on Centos 8 stream, so the ci-log-processing code should be tested on that system image. Change-Id: I7eb70a1871f69b669ca8823c11c29b0c8ebb7b47 --- .zuul.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index dc74bb7..51bb8e9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,12 +1,12 @@ --- - job: - name: ci-log-processing-functional-test-fedora-35 + name: ci-log-processing-functional-test-centos-8-stream description: Test is validating ci log processing services run: ansible/playbooks/check-services.yml nodeset: nodes: - - name: fedora-35 - label: fedora-35 + - name: centos-8-stream + label: centos-8-stream - project: templates: @@ -17,5 +17,5 @@ - openstack-tox-linters - openstack-tox-pep8 - openstack-tox-py38 - - ci-log-processing-functional-test-fedora-35 + - ci-log-processing-functional-test-centos-8-stream gate: *logcheck