Skip to content

Commit ba6f38d

Browse files
committed
Replace openstack/requirements with stackhpc/requirements
1 parent 5538371 commit ba6f38d

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

zuul.d/openstack-shadow/build-openstack-releasenotes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
# Building translated releasenotes can take long for large repositories
99
timeout: 3600
1010
required-projects:
11-
- name: openstack/requirements
11+
- name: stackhpc/requirements
1212
vars:
1313
constraints_file: '{{ ansible_user_dir }}/src/github.com/stackhpc/requirements/upper-constraints.txt'

zuul.d/openstack-shadow/openstack-tox-cover.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
regex: ^.*/(victoria|wallaby|xena|yoga|zed|2023.1|2023.2|2024.1|2024.2)$
1212
negate: true
1313
required-projects:
14-
- name: openstack/requirements
14+
- name: stackhpc/requirements
1515
irrelevant-files: &common-irrelevant-files
1616
- ^.*\.rst$
1717
- ^api-ref/.*$

zuul.d/openstack-shadow/openstack-tox-docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
regex: ^stable/(victoria|wallaby|xena|yoga|zed|2023.1|2023.2|2024.1|2024.2)$
2828
negate: true
2929
required-projects:
30-
- name: openstack/requirements
30+
- name: stackhpc/requirements
3131
vars:
3232
tox_constraints_file: '{{ ansible_user_dir }}/src/github.com/stackhpc/requirements/upper-constraints.txt'
3333
bindep_profile: compile test doc
@@ -65,7 +65,7 @@
6565
file is build if the tox environment specified by
6666
:zuul:jobvar:`tox_pdf_envlist` exists.
6767
required-projects:
68-
- name: openstack/requirements
68+
- name: stackhpc/requirements
6969
vars:
7070
tox_constraints_file: '{{ ansible_user_dir }}/src/github.com/stackhpc/requirements/upper-constraints.txt'
7171
bindep_profile: compile test doc
@@ -109,7 +109,7 @@
109109
:zuul:jobvar:`tox_pdf_envlist` exists.
110110
111111
required-projects:
112-
- name: openstack/requirements
112+
- name: stackhpc/requirements
113113
vars:
114114
tox_constraints_file: '{{ ansible_user_dir }}/src/github.com/stackhpc/requirements/upper-constraints.txt'
115115
tox_envlist: docs

zuul.d/openstack-shadow/openstack-tox.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
description: |
88
Base job to run tox jobs with OpenStack project specific updates.
99
10-
Processing upper-constraints files from openstack/requirements.
10+
Processing upper-constraints files from stackhpc/requirements.
1111
branches:
1212
regex: ^*/(victoria|wallaby|xena|yoga|zed|2023.1|2023.2|2024.1|2024.2)$
1313
negate: true
@@ -27,7 +27,7 @@
2727
description: |
2828
Base job to run tox jobs with OpenStack project specific updates.
2929
30-
Processing upper-constraints files from openstack/requirements.
30+
Processing upper-constraints files from stackhpc/requirements.
3131
branches:
3232
- ^.*/2023.1
3333
- ^.*/2023.2
@@ -47,7 +47,7 @@
4747
description: |
4848
Base job (Focal) to run tox jobs with OpenStack project specific updates.
4949
50-
Processing upper-constraints files from openstack/requirements.
50+
Processing upper-constraints files from stackhpc/requirements.
5151
5252
This job runs on Focal from stable/victoria until stable/zed. This
5353
job is prepared to make sure all stable branches from stable/victoria until

0 commit comments

Comments
 (0)