From 7a6d5f22512cf2017be8259427c91e8efabd739e Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Tue, 3 Jun 2025 16:21:47 +0200 Subject: [PATCH] Use nova bindep file in os-api-ref-nova-src job Without this patch bindep file from nova wasn't really used in that job and some requirements like pcre-devel wasn't installed and building of the nova api-ref was failing. Change-Id: I0287d9d74ba87440c5c2380c99af4782df06975f --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 38a7db9..7990e4a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,6 +5,7 @@ Run the api-ref job against nova with proposed os-api-ref change. vars: zuul_work_dir: src/opendev.org/openstack/nova + bindep_dir: src/opendev.org/openstack/nova required-projects: - openstack/nova - openstack/os-api-ref