From 55666dcaf6a46bd904a5a92161f590db104e5766 Mon Sep 17 00:00:00 2001 From: "Ritchie, Frank (fr801x)" Date: Mon, 13 Mar 2023 13:52:10 -0400 Subject: [PATCH] Update node-problem-detector zuul config Update zuul job for focal. See: https: //review.opendev.org/c/openstack/openstack-helm-images/+/877037 Change-Id: I28689daba7427db84170d3f443342f682fd53a93 --- zuul.d/node-problem-detector.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zuul.d/node-problem-detector.yaml b/zuul.d/node-problem-detector.yaml index 057e2591..26dfabe0 100644 --- a/zuul.d/node-problem-detector.yaml +++ b/zuul.d/node-problem-detector.yaml @@ -37,10 +37,10 @@ docker_images: - context: node-problem-detector repository: openstackhelm/node-problem-detector - dockerfile: Dockerfile.ubuntu_bionic + dockerfile: Dockerfile.ubuntu_focal tags: - - latest-ubuntu_bionic - - "ubuntu_bionic-{{ currentdate }}" + - latest-ubuntu_focal + - "ubuntu_focal-{{ currentdate }}" files: &node-problem-detector_files - node-problem-detector/.* - zuul.d/node-problem-detector.yaml