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
This commit is contained in:
Jeremy Stanley
2025-07-11 14:56:47 +00:00
parent 3434225032
commit 46cbb74ef0

View File

@@ -1115,8 +1115,7 @@
constraints_file: '{{ ansible_user_dir }}/src/opendev.org/openstack/requirements/upper-constraints.txt' constraints_file: '{{ ansible_user_dir }}/src/opendev.org/openstack/requirements/upper-constraints.txt'
required-projects: required-projects:
- openstack/horizon - openstack/horizon
- name: openstack/requirements - openstack/requirements
override-checkout: stable/2024.2
branches: master branches: master
# Zanata-cli needs Java 8 and will fail with newer Java. Noble still ships OpenJDK 8. # 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). # This was tested with Zanata up to version 4.6.2 (current release in March 2019).
@@ -1173,8 +1172,7 @@
protected: true protected: true
required-projects: required-projects:
- openstack/horizon - openstack/horizon
- name: openstack/requirements - openstack/requirements
override-checkout: stable/2024.2
branches: master branches: master
# Zanata-cli needs Java 8 and will fail with newer Java. Noble still ships OpenJDK 8. # 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). # This was tested with Zanata up to version 4.6.2 (current release in March 2019).