summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIury Gregory Melo Ferreira <imelofer@redhat.com>2022-05-17 11:19:00 -0300
committerIury Gregory Melo Ferreira <iurygregory@gmail.com>2022-05-30 19:15:05 +0000
commit27bfbc2adfe57fc6043bb72ccb5a981daadccfe9 (patch)
tree347bdaecfd29b1bcf2d3840e235db8971952d5a8
parent0231f8f1ffbb69ace51d1dfd62d955ea56ed1d29 (diff)
downloadironic-python-agent-27bfbc2adfe57fc6043bb72ccb5a981daadccfe9.tar.gz
Fix bugfix/8.3
Use the right stable branches in the job config Depends-On: https://review.opendev.org/c/openstack/ironic/+/843822 Change-Id: I261207ee5c06381d128793c34e285ba3ff662814
-rw-r--r--zuul.d/ironic-python-agent-jobs.yaml10
1 files changed, 7 insertions, 3 deletions
diff --git a/zuul.d/ironic-python-agent-jobs.yaml b/zuul.d/ironic-python-agent-jobs.yaml
index 5db59a11..9fb16631 100644
--- a/zuul.d/ironic-python-agent-jobs.yaml
+++ b/zuul.d/ironic-python-agent-jobs.yaml
@@ -20,7 +20,8 @@
override-checkout: stable/yoga
- name: openstack/ironic
override-checkout: bugfix/19.0
- - openstack/ironic-lib
+ - name: openstack/ironic-lib
+ override-checkout: stable/yoga
vars:
# The default is 1GB, we need a little more to prevent OOMs killing the jobs
configure_swap_size: 8192
@@ -137,10 +138,13 @@
description: Test ironic standalone with IPA from source
required-projects:
- name: openstack/devstack
- override-checkout: master
+ override-checkout: stable/yoga
+ - name: openstack/requirements
+ override-checkout: stable/yoga
- name: openstack/ironic
override-checkout: bugfix/19.0
- - openstack/ironic-lib
+ - name: openstack/ironic-lib
+ override-checkout: stable/yoga
vars:
devstack_localrc:
IRONIC_BUILD_DEPLOY_RAMDISK: True