summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2023-03-31 16:03:25 +0200
committerRiccardo Pittau <elfosardo@gmail.com>2023-04-06 15:29:42 +0000
commit5268c50a782899f7da97289d21292bd843a5de52 (patch)
treeb7c6248643f9e8704ada74beafeb2cd6e8a36ae2
parentabbd859b766c339f5de33ff08704a7b9ad045bef (diff)
downloadironic-5268c50a782899f7da97289d21292bd843a5de52.tar.gz
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
-rw-r--r--playbooks/metal3-ci/run.yaml2
1 files changed, 2 insertions, 0 deletions
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