Skip to content

Commit

Permalink
add upload-pypi, set pod to zuul-worker-ubi7 for py36
Browse files Browse the repository at this point in the history
- Add upload-pypi job in release pipeline
- use zuul-worker-ubi7 for py36 tests
- add pyyaml<6.0.0 in requirements.txt to fix
  yaml/pyyaml#576

Change-Id: I3c03b57a878102e6e5ff6076d1643123bdf374a3
  • Loading branch information
nhicher committed Nov 29, 2021
1 parent 95c8403 commit f1cc76e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
23 changes: 19 additions & 4 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@
- tox-py27:
voting: false
- tox-py36:
nodeset: fedora-latest-pod
nodeset:
nodes:
- name: testrunner
label: zuul-worker-ubi7
voting: true
- tox-pep8-py36:
nodeset: fedora-latest-pod
nodeset:
nodes:
- name: testrunner
label: zuul-worker-ubi7
voting: true
gate:
jobs:
Expand All @@ -18,8 +24,17 @@
- tox-py27:
voting: false
- tox-py36:
nodeset: fedora-latest-pod
nodeset:
nodes:
- name: testrunner
label: zuul-worker-ubi7
voting: true
- tox-pep8-py36:
nodeset: fedora-latest-pod
nodeset:
nodes:
- name: testrunner
label: zuul-worker-ubi7
voting: true
release:
jobs:
- upload-pypi
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ requests
pycrypto
urllib3
PrettyTable
pyyaml
pyyaml<6.0.0
GitPython

0 comments on commit f1cc76e

Please sign in to comment.