Skip to content

Commit 186a03c

Browse files
committed
CI: Use correct URL for upper constraints
This URL should not be affected by branch names etc.
1 parent ca7fd1d commit 186a03c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/overcloud-host-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Install OpenStack client
140140
run: |
141141
source venvs/kayobe/bin/activate &&
142-
pip install python-openstackclient -c https://opendev.org/openstack/requirements/raw/branch/stable/${{ steps.openstack_release.outputs.openstack_release }}/upper-constraints.txt
142+
pip install python-openstackclient -c https://releases.openstack.org/constraints/upper/${{ steps.openstack_release.outputs.openstack_release }}
143143
144144
- name: Build a CentOS Stream 8 overcloud host image
145145
id: build_centos_stream_8

.github/workflows/overcloud-host-image-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Install OpenStack client
9393
run: |
9494
source venvs/kayobe/bin/activate &&
95-
pip install python-openstackclient -c https://opendev.org/openstack/requirements/raw/branch/stable/yoga/upper-constraints.txt
95+
pip install python-openstackclient -c https://releases.openstack.org/constraints/upper/${{ steps.openstack_release.outputs.openstack_release }}
9696
9797
- name: Output CentOS Stream 8 image tag
9898
id: centos_8_stream_image_tag

.github/workflows/stackhpc-ci-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Install OpenStack client
3636
run: |
37-
pip install python-openstackclient -c https://opendev.org/openstack/requirements/raw/branch/stable/${{ steps.openstack_release.outputs.openstack_release }}/upper-constraints.txt
37+
pip install python-openstackclient -c https://releases.openstack.org/constraints/upper/${{ steps.openstack_release.outputs.openstack_release }}
3838
3939
- name: Clean up aio instances over 3 hours old
4040
run: |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# A 'seed' host used for building images.
22
[seed]
3-
builder
3+
localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python3

0 commit comments

Comments
 (0)