File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 80
80
- name : Install OpenStack client
81
81
run : |
82
82
source venvs/kayobe/bin/activate &&
83
- pip install python-openstackclient -c https://releases.openstack.org/constraints/upper/ ${{ steps.openstack_release.outputs.openstack_release }}
83
+ pip install python-openstackclient -c https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/ ${{ steps.openstack_release.outputs.openstack_release }}/upper-constraints.txt
84
84
85
85
- name : Output Rocky Linux 9 image tag
86
86
id : rocky_9_image_tag
Original file line number Diff line number Diff line change 34
34
35
35
- name : Install OpenStack client
36
36
run : |
37
- pip install python-openstackclient -c https://releases.openstack.org/constraints/upper/ ${{ steps.openstack_release.outputs.openstack_release }}
37
+ pip install python-openstackclient -c https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/ ${{ steps.openstack_release.outputs.openstack_release }}/upper-constraints.txt
38
38
39
39
- name : Clean up aio instances over 3 hours old
40
40
run : |
Original file line number Diff line number Diff line change 3
3
# Upper constraints file for installation of python packages.
4
4
# Default value is
5
5
# "https://releases.openstack.org/constraints/upper/{{ openstack_release }}"
6
- # pip_upper_constraints_file:
6
+ pip_upper_constraints_file : " https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/{{ openstack_release }}/upper-constraints.txt "
7
7
8
8
# Use a local PyPi mirror for installing Pip packages
9
9
# pip_local_mirror: false
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ skipsdist = True
6
6
[testenv]
7
7
install_command = pip install {opts} {packages}
8
8
deps =
9
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ 2024.1}
9
+ -c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/ 2024.1/upper-constraints.txt }
10
10
-r{toxinidir}/test-requirements.txt
11
11
12
12
[testenv:pep8]
@@ -20,7 +20,7 @@ commands =
20
20
allowlist_externals = rm
21
21
skip_install = true
22
22
deps =
23
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ 2024.1}
23
+ -c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/ 2024.1/upper-constraints.txt }
24
24
-r{toxinidir}/releasenotes/requirements.txt
25
25
commands =
26
26
rm -rf releasenotes/build/html
@@ -30,7 +30,7 @@ commands =
30
30
allowlist_externals = rm
31
31
skip_install = true
32
32
deps =
33
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ 2024.1}
33
+ -c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/ 2024.1/upper-constraints.txt }
34
34
-r{toxinidir}/doc/requirements.txt
35
35
commands =
36
36
rm -rf doc/build/html
You can’t perform that action at this time.
0 commit comments