From 46cbb74ef0f67d993b00fe4028bead2b36ffa32c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 11 Jul 2025 14:56:47 +0000 Subject: [PATCH] Drop requirements branch override for translations Now that propose-translation-updates and upstream-translation-update are running on ubuntu-noble nodes, we have newer Python and should no longer need to use an older constraints list for them. Change-Id: Ie911a93bebd926ab865d3a9249c0a37f63a0fd35 --- zuul.d/jobs.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index be01239e58..4cfab30b75 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -1115,8 +1115,7 @@ constraints_file: '{{ ansible_user_dir }}/src/opendev.org/openstack/requirements/upper-constraints.txt' required-projects: - openstack/horizon - - name: openstack/requirements - override-checkout: stable/2024.2 + - openstack/requirements branches: master # Zanata-cli needs Java 8 and will fail with newer Java. Noble still ships OpenJDK 8. # This was tested with Zanata up to version 4.6.2 (current release in March 2019). @@ -1173,8 +1172,7 @@ protected: true required-projects: - openstack/horizon - - name: openstack/requirements - override-checkout: stable/2024.2 + - openstack/requirements branches: master # Zanata-cli needs Java 8 and will fail with newer Java. Noble still ships OpenJDK 8. # This was tested with Zanata up to version 4.6.2 (current release in March 2019).