diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index cfabc08bc8..c404470111 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -1166,7 +1166,8 @@ constraints_file: '{{ ansible_user_dir }}/src/opendev.org/openstack/requirements/upper-constraints.txt' required-projects: - openstack/horizon - - openstack/requirements + - name: openstack/requirements + override-checkout: stable/2024.2 # Zanata-cli needs Java 8 and will fail with newer Java, Bionic has Java 8 # This was tested with Zanata up to version 4.6.2 (current release in March 2019). nodeset: ubuntu-bionic @@ -1192,7 +1193,8 @@ protected: true required-projects: - openstack/horizon - - openstack/requirements + - name: openstack/requirements + override-checkout: stable/2024.2 # Zanata-cli needs Java 8 and will fail with newer Java, Bionic has Java 8. # This was tested with Zanata up to version 4.6.2 (current release in March 2019). nodeset: ubuntu-bionic