Add basic CI jobs and .gitreview

Change-Id: I017434b9639d7ba71442a2cd70beab77e3e3e1ef
This commit is contained in:
Ilya Etingof 2019-12-05 18:13:13 +01:00
parent a7833b7baa
commit 97b7f00490
4 changed files with 11 additions and 2 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.opendev.org
port=29418
project=x/sushy-oem-idrac.git

View File

@ -38,6 +38,7 @@ Sphinx==1.6.2
sphinxcontrib-websupport==1.0.1
stevedore==1.29.0
stestr==2.0.0
sushy==2.0.0
testscenarios==0.4
testtools==2.2.0
traceback2==1.4.0

View File

@ -5,4 +5,4 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
python-dateutil>=2.7.0 # BSD
six>=1.10.0 # MIT
sushy # Apache-2.0
sushy>=2.0.0 # Apache-2.0

View File

@ -1,3 +1,7 @@
- project:
templates:
- noop-jobs
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python3-ussuri-jobs