Merge "Add stable branch jobs on the plugins master gate"
Zuul authored 5 years ago
Gerrit Code Review committed 5 years ago
| 8 | 8 | voting: false |
| 9 | 9 | - cinder-tempest-plugin-lvm-tgt-barbican |
| 10 | 10 | - cinder-tempest-plugin-cbak-ceph |
| 11 | - cinder-tempest-plugin-basic-ussuri | |
| 12 | - cinder-tempest-plugin-basic-train | |
| 13 | - cinder-tempest-plugin-basic-stein | |
| 11 | 14 | gate: |
| 12 | 15 | jobs: |
| 13 | 16 | - cinder-tempest-plugin-lvm-lio-barbican |
| 109 | 112 | This jobs configures Cinder with LVM, tgt, barbican and |
| 110 | 113 | runs tempest tests and cinderlib tests. |
| 111 | 114 | parent: cinder-tempest-plugin-lvm-barbican-base |
| 115 | ||
| 116 | - job: | |
| 117 | name: cinder-tempest-plugin-basic | |
| 118 | parent: devstack-tempest | |
| 119 | description: | | |
| 120 | Cinder tempest plugin tests job which run only cinder-tempest-plugin | |
| 121 | tests. | |
| 122 | required-projects: | |
| 123 | - opendev.org/openstack/cinder-tempest-plugin | |
| 124 | vars: | |
| 125 | devstack_localrc: | |
| 126 | TEMPEST_VOLUME_REVERT_TO_SNAPSHOT: True | |
| 127 | tox_envlist: all | |
| 128 | tempest_test_regex: cinder_tempest_plugin | |
| 129 | tempest_plugins: | |
| 130 | - cinder-tempest-plugin | |
| 131 | irrelevant-files: | |
| 132 | - ^.*\.rst$ | |
| 133 | - ^doc/.*$ | |
| 134 | - ^releasenotes/.*$ | |
| 135 | ||
| 136 | - job: | |
| 137 | name: cinder-tempest-plugin-basic-ussuri | |
| 138 | parent: cinder-tempest-plugin-basic | |
| 139 | override-checkout: stable/ussuri | |
| 140 | ||
| 141 | - job: | |
| 142 | name: cinder-tempest-plugin-basic-train | |
| 143 | parent: cinder-tempest-plugin-basic | |
| 144 | override-checkout: stable/train | |
| 145 | vars: | |
| 146 | devstack_localrc: | |
| 147 | USE_PYTHON3: True | |
| 148 | ||
| 149 | - job: | |
| 150 | name: cinder-tempest-plugin-basic-stein | |
| 151 | parent: cinder-tempest-plugin-basic | |
| 152 | override-checkout: stable/stein | |
| 153 | vars: | |
| 154 | devstack_localrc: | |
| 155 | USE_PYTHON3: True | |