From 5268c50a782899f7da97289d21292bd843a5de52 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Fri, 31 Mar 2023 16:03:25 +0200 Subject: Run metal3 integration with ironic-image from source The metal3 integration job now builds the ironic container image using the ironic code in the tested patch and run metal3-dev-env with it. Change-Id: I0f339ad6931264875b32e11dff79c02a252d04b1 --- playbooks/metal3-ci/run.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/metal3-ci/run.yaml b/playbooks/metal3-ci/run.yaml index d49ddc6de..fdee0ffde 100644 --- a/playbooks/metal3-ci/run.yaml +++ b/playbooks/metal3-ci/run.yaml @@ -9,6 +9,8 @@ CONTROL_PLANE_MACHINE_COUNT: 1 IMAGE_OS: ubuntu IMAGE_USERNAME: zuul + IRONIC_FROM_SOURCE: "true" + IRONIC_SOURCE: "/home/zuul/src/opendev.org/openstack/ironic" # NOTE(dtantsur): we don't have enough resources to provision even # a 2-node cluster, so only provision a control plane node. NUM_NODES: 2 -- cgit v1.2.1