Jump to: navigation, search

Difference between revisions of "ThirdPartySystems/IBM DB2 CI"

(Created page with "== IBM DB2 CI == IBM DB2 CI is a continuous integration for OpenStack running on DB2 backend. With a pipeline, DB2 CI listens to newly created patch sets on review.openstack.o...")
 
(Issue Tracker)
 
(16 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
== Current Status ==
 
== Current Status ==
  
The DB2 third party CI is being transitioned to the US due to issues with firewall restrictions in China.
+
'''a. Jobs'''
 +
 
 +
'''Enabled and published:''' Cinder, Neutron
 +
 
 +
'''Enabled, not published:''' Keystone (Reason: needs community's review and agreement.)
 +
 
 +
 
 +
'''b. Infrastructure'''
 +
 
 +
For now, we have 30 slaves online for testing. Because we are sharing a Cloud with other users, we sometimes may face environment issues, with each time, we will recheck the CI test to avoid annoying results published.
  
 
== Triggering Methods ==
 
== Triggering Methods ==
Line 13: Line 22:
  
 
== Excluded Tests ==
 
== Excluded Tests ==
A small handful of Tempest tests are excluded from run because there are known issues or a specific feature may not be implemented. Information about these tests can be found [[IBM/DB2-TEST/ExcludedTests|here]].
+
A small handful of Tempest tests are excluded from run because there are known issues or a specific feature may not be implemented. Information about these tests can be found [[ThirdPartySystems/IBM_DB2_CI/ExcludedTests|here]].
  
 
== Issue Tracker ==
 
== Issue Tracker ==
If you got any issues of this IBM DB2 CI, please contact "yanfengxi@cn.ibm.com"
+
If you got any issues of this IBM DB2 CI, please contact following contacts:
 +
 
 +
'''Nova''': mriedem@us.ibm.com
 +
 
 +
'''Ironic''': whaom@cn.ibm.com
 +
 
 +
'''Keystone''': bknudson@us.ibm.com
 +
 
 +
'''Neutron''': jckasper@us.ibm.com
 +
 
 +
'''Cinder''': jsbryant@us.ibm.com
  
There are currently some known issues with the ibm-db-sa library running with newer versions of sqlalchemy:
+
'''Heat''': xjunlin@cn.ibm.com
* Issue 157: sql.true() does not work for IBM DB2  https://code.google.com/p/ibm-db/issues/detail?id=157
 
* Issue 158: OpenStack database migrations fail with SQLAlchemy 0.9.6 and ibm-db-sa 0.3.1  https://code.google.com/p/ibm-db/issues/detail?id=158
 

Latest revision as of 03:02, 4 November 2015

IBM DB2 CI

IBM DB2 CI is a continuous integration for OpenStack running on DB2 backend. With a pipeline, DB2 CI listens to newly created patch sets on review.openstack.org and runs the Tempest test suites on the patch.

In the case of sqlalchemy-migrate, py26 and py27 unit tests are also run.

Current Status

a. Jobs

Enabled and published: Cinder, Neutron

Enabled, not published: Keystone (Reason: needs community's review and agreement.)


b. Infrastructure

For now, we have 30 slaves online for testing. Because we are sharing a Cloud with other users, we sometimes may face environment issues, with each time, we will recheck the CI test to avoid annoying results published.

Triggering Methods

The DB2 CI can be triggered by newly-uploaded patch set, or by leaving a commnand "recheck db2-test" in comments.

Excluded Tests

A small handful of Tempest tests are excluded from run because there are known issues or a specific feature may not be implemented. Information about these tests can be found here.

Issue Tracker

If you got any issues of this IBM DB2 CI, please contact following contacts:

Nova: mriedem@us.ibm.com

Ironic: whaom@cn.ibm.com

Keystone: bknudson@us.ibm.com

Neutron: jckasper@us.ibm.com

Cinder: jsbryant@us.ibm.com

Heat: xjunlin@cn.ibm.com