Jump to: navigation, search

Difference between revisions of "ThirdPartySystems/Quobyte CI"

(Updated info on current bugs.)
(Update general CIs status.)
 
(169 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{ThirdPartySystemInfo|name=Quobyte CI
 
{{ThirdPartySystemInfo|name=Quobyte CI
 
|account=quobyteci
 
|account=quobyteci
|contact=silvan@quobyte.com, bjoern@quobyte.com, felix@quobyte.com, kaisers @ IRC
+
|contact= primary contact: silvan@quobyte.com (kaisers@IRC); backup contacts (in order): robert@quobyte.com (mrlarkin@IRC), felix@quobyte.com, bjoern@quobyte.com,
|intent=Test Cinder, Nova and Manila changes against [[Quobyte]] drivers
+
|intent=Test Cinder, OS-Brick, Manila, and Nova changes against [[Quobyte]] drivers
 
|structure=ansible installed [https://github.com/j-griffith/sos-ci sos-ci] setup with some  [https://github.com/casusbelli/sos-ci modifications]
 
|structure=ansible installed [https://github.com/j-griffith/sos-ci sos-ci] setup with some  [https://github.com/casusbelli/sos-ci modifications]
|method= sos-ci monitors Gerrit event stream and triggers test builds, ansible based installation in DevStack instances, running volume related tempest tests vs. cinder. Similar installations testing nova and manila changes with their respective tempest tests on a quobyte backend based setup. Working on openstack/nova and openstack/manila CI setups.
+
|method= sos-ci monitors Gerrit event stream and triggers test builds, ansible based installation in DevStack instances, running volume related tempest tests vs. Cinder, OS-Brick, and Nova changes. Similar installation testing manila changes with their respective tempest tests on a quobyte backend based setup.
|programs=Cinder, Nova, Manila
+
|programs=Cinder, OS-Brick, Manila, and Nova
|status=Reporting in openstack-dev/ci-sandbox.<br>
+
|status=enabled}}
Currently running [http://176.9.127.22:8081/refs-changes-97-164697-9/ 304 tests], 9 skipped by tempest marked bugs, 3 - 6 failing and in debugging.<br>
 
Quobyte CI is currently failing the following tests:
 
* snapshot tests due to [https://bugs.launchpad.net/cinder/+bug/1438603 #1438603]
 
* test_minimum_basic_scenario and test_volume_boot_pattern and a third one due to [https://bugs.launchpad.net/tempest/+bug/1253896 #1253896]
 
* seemingly random tests fail due to ResonseNotReady exceptions in test setup (and sometimes teardown) as described in [https://bugs.launchpad.net/tempest/+bug/1443445 #1443445]
 
  
Other bugs that where found by Quobyte CI:
+
=== Status Details ===
* [https://bugs.launchpad.net/cinder/+bug/1438607 #1438607] - exception in cinder logging
+
Reporting in Cinder project (stable), OS-Brick project (stable), Manila project (stable), and Nova project (stable)
* [https://bugs.launchpad.net/tempest/+bug/1437328 #1437328] - no networks found error in tempest
+
 
* [https://bugs.launchpad.net/cinder/+bug/1434502 #1434502] - Single volume assert fails in Quobyte
+
==== Bugs/changes affecting all CI results: ====
}}
+
* All Cinder related CIs are running ok currently.
 +
 
 +
==== Bugs/changes affecting the Cinder CI results: ====
 +
* Cinder CI runs with basic apparmor protection as a workaround for [https://bugzilla.redhat.com/show_bug.cgi?id=1361592 a libvirt apparmor config issue] until that bug is solved
 +
* Cinder CI randomly hits bug [https://bugs.launchpad.net/nova/+bug/1606136 #1606136]
 +
* Cinder CI explicitly skips test_snapshot_backup until bug [https://bugs.launchpad.net/cinder/+bug/1703405 #1703405] is fixed.
 +
 
 +
==== Bugs/changes affecting the OS-Brick CI results: ====
 +
* OS-Brick CI runs with basic apparmor protection as a workaround for [https://bugzilla.redhat.com/show_bug.cgi?id=1361592 a libvirt apparmor config issue] until that bug is solved
 +
* OS-Brick CI randomly hits bug [https://bugs.launchpad.net/nova/+bug/1606136 #1606136]
 +
 
 +
==== Bugs/changes affecting the Nova CI results: ====
 +
* Nova CI runs with basic apparmor protection as a workaround for [https://bugzilla.redhat.com/show_bug.cgi?id=1361592 a libvirt apparmor config issue] until that bug is solved
 +
* Nova CI randomly hits bug [https://bugs.launchpad.net/nova/+bug/1606136 #1606136]
 +
 
 +
==== Bugs/changes affecting the Manila CI results: ====
 +
* Manila CI runs ok but it's reports are currently not added to the Gerrit reviews, we're checking into the reason for this.
 +
* Manila CI runs all basic tests as well as some optional tempest test groups:
 +
** run_quota_tests=True
 +
** run_extend_tests=True
 +
** run_shrink_tests=True
 +
 
 +
=== Rechecking Quobyte CI Systems ===
 +
Quobyte CI systems trigger rechecks in two scenarios:
 +
* Jenkins recheck: Every time Jenkins comments +1 on a change the corresponding Quobyte CI is triggered. This includes initial check runs as well as '''recheck''' triggered Jenkins re-runs
 +
* CI specific recheck (see below)
 +
 
 +
==== Quobyte CI Specific Rechecks ====
 +
All CI systems run by Quobyte support rechecking by adding the comment 'run-Quobyte CI' to the patch set in question.
 +
<br>
 +
'''Recheck trigger:''' "run-Quobyte CI"
 +
<br>
 +
An older recheck trigger including the Quobyte CI instance name is outdated now and now longer used.
 +
The recheck command works even if there's no previous report from the given CI instance for the given patch set.

Latest revision as of 10:07, 21 February 2020

3rd party system: Quobyte CI
Gerrit Account: quobyteci
Contact Information: primary contact: silvan@quobyte.com (kaisers@IRC); backup contacts (in order): robert@quobyte.com (mrlarkin@IRC), felix@quobyte.com, bjoern@quobyte.com,
Intent: Test Cinder, OS-Brick, Manila, and Nova changes against Quobyte drivers
Structure: ansible installed sos-ci setup with some modifications
Method: sos-ci monitors Gerrit event stream and triggers test builds, ansible based installation in DevStack instances, running volume related tempest tests vs. Cinder, OS-Brick, and Nova changes. Similar installation testing manila changes with their respective tempest tests on a quobyte backend based setup.
OpenStack Programs: Cinder, OS-Brick, Manila, and Nova
Current Status: enabled


Status Details

Reporting in Cinder project (stable), OS-Brick project (stable), Manila project (stable), and Nova project (stable)

Bugs/changes affecting all CI results:

  • All Cinder related CIs are running ok currently.

Bugs/changes affecting the Cinder CI results:

  • Cinder CI runs with basic apparmor protection as a workaround for a libvirt apparmor config issue until that bug is solved
  • Cinder CI randomly hits bug #1606136
  • Cinder CI explicitly skips test_snapshot_backup until bug #1703405 is fixed.

Bugs/changes affecting the OS-Brick CI results:

Bugs/changes affecting the Nova CI results:

Bugs/changes affecting the Manila CI results:

  • Manila CI runs ok but it's reports are currently not added to the Gerrit reviews, we're checking into the reason for this.
  • Manila CI runs all basic tests as well as some optional tempest test groups:
    • run_quota_tests=True
    • run_extend_tests=True
    • run_shrink_tests=True

Rechecking Quobyte CI Systems

Quobyte CI systems trigger rechecks in two scenarios:

  • Jenkins recheck: Every time Jenkins comments +1 on a change the corresponding Quobyte CI is triggered. This includes initial check runs as well as recheck triggered Jenkins re-runs
  • CI specific recheck (see below)

Quobyte CI Specific Rechecks

All CI systems run by Quobyte support rechecking by adding the comment 'run-Quobyte CI' to the patch set in question.
Recheck trigger: "run-Quobyte CI"
An older recheck trigger including the Quobyte CI instance name is outdated now and now longer used. The recheck command works even if there's no previous report from the given CI instance for the given patch set.