From 2b7d8cf7d185c7f218278649c3f3b759266d5fc5 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 9 Jun 2021 14:16:26 -0400 Subject: [PATCH] Switch jobs to use fedora-34 nodes Fedora 32 is now EOL, we should test against the newly released version of Fedora which is 34. Depends-On: https://review.opendev.org/c/openstack/project-config/+/795604 Change-Id: I40a9d7377a4bf5c7ef88109f9a12d35641820ca7 --- playbooks/zuul-operator-functional/tasks/create_config.yaml | 2 +- .../zuul-operator-functional/tasks/create_test_secrets.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/zuul-operator-functional/tasks/create_config.yaml b/playbooks/zuul-operator-functional/tasks/create_config.yaml index 1355857..af69909 100644 --- a/playbooks/zuul-operator-functional/tasks/create_config.yaml +++ b/playbooks/zuul-operator-functional/tasks/create_config.yaml @@ -27,7 +27,7 @@ name: pod-fedora nodes: - name: container - label: pod-fedora-32 + label: pod-fedora-34 - job: name: test-job diff --git a/playbooks/zuul-operator-functional/tasks/create_test_secrets.yaml b/playbooks/zuul-operator-functional/tasks/create_test_secrets.yaml index 55f08ca..7fb60be 100644 --- a/playbooks/zuul-operator-functional/tasks/create_test_secrets.yaml +++ b/playbooks/zuul-operator-functional/tasks/create_test_secrets.yaml @@ -61,7 +61,7 @@ data: nodepool.yaml: | labels: - - name: pod-fedora-32 + - name: pod-fedora-34 min-ready: 1 providers: - name: kube-cluster @@ -71,9 +71,9 @@ pools: - name: default labels: - - name: pod-fedora-32 + - name: pod-fedora-34 type: pod - image: docker.io/fedora:32 + image: docker.io/fedora:34 python-path: /bin/python3 - name: nodepool-kube-config