[goal] Migrate testing to ubuntu focal
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: Closes-Bug: #1886298 Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40187 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal Change-Id: I81c150a9abc53242dfefd18c6c0ebc20c0484073
This commit is contained in:
parent
a2a173d2c5
commit
c28b9b9bc3
@ -6,7 +6,7 @@
|
||||
vars:
|
||||
node_version: 10
|
||||
tox_constraints_file: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/requirements'].src_dir }}/upper-constraints.txt"
|
||||
nodeset: ubuntu-bionic
|
||||
nodeset: ubuntu-focal
|
||||
pre-run: playbooks/horizon-nodejs/pre.yaml
|
||||
required-projects:
|
||||
- openstack/horizon
|
||||
@ -21,7 +21,7 @@
|
||||
node_version: 10
|
||||
tox_constraints_file: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/requirements'].src_dir }}/upper-constraints.txt"
|
||||
pre-run: playbooks/horizon-nodejs/pre.yaml
|
||||
nodeset: ubuntu-bionic
|
||||
nodeset: ubuntu-focal
|
||||
required-projects:
|
||||
- openstack/horizon
|
||||
- openstack/requirements
|
||||
|
@ -5,14 +5,14 @@ asn1crypto==0.23.0
|
||||
Babel==2.3.4
|
||||
bandit==1.4.0
|
||||
cachetools==2.0.0
|
||||
cffi==1.7.0
|
||||
cffi==1.14.0
|
||||
chardet==3.0.4
|
||||
cliff==2.8.0
|
||||
cmd2==0.8.0
|
||||
colorama==0.3.9
|
||||
contextlib2==0.4.0
|
||||
coverage==4.0
|
||||
cryptography==2.1
|
||||
cryptography==3.0
|
||||
debtcollector==1.2.0
|
||||
decorator==3.4.0
|
||||
deprecation==1.0
|
||||
@ -81,7 +81,7 @@ pyflakes==2.1.0
|
||||
Pygments==2.2.0
|
||||
pyinotify==0.9.6
|
||||
pymongo==3.0.2
|
||||
pyOpenSSL==17.1.0
|
||||
pyOpenSSL==19.1.0
|
||||
pyparsing==2.1.0
|
||||
pyperclip==1.5.27
|
||||
pyScss==1.3.7
|
||||
|
Loading…
Reference in New Issue
Block a user