Browse code

Drop DEVSTACK_GATE_FEATURE_MATRIX

DEVSTACK_GATE_FEATURE_MATRIX seems to be an old legacy thing that
is no longer being used. It currently prevents using the jobs in
openstack/devstack without adding openstack/devstack-gate for the
role.

Change-Id: Iab9b4862c01043d2c158398bac4b3b289a0adba0

Mohammed Naser authored on 2020/03/18 09:54:07
Showing 2 changed files
... ...
@@ -195,12 +195,6 @@ value defined in the parent job, or the default from DevStack, if any.
195 195
      - A bridge called br-infra is set up for all jobs that inherit
196 196
        from multinode with a dedicated `bridge role
197 197
        <https://zuul-ci.org/docs/zuul-jobs/general-roles.html#role-multi-node-bridge>`_.
198
-   * - DEVSTACK_GATE_FEATURE_MATRIX
199
-     - devstack-gate
200
-     - ``test_matrix_features`` variable of the test-matrix role in
201
-       devstack-gate. This is a temporary solution, feature matrix
202
-       will go away. In the future services will be defined in jobs
203
-       only.
204 198
    * - DEVSTACK_CINDER_VOLUME_CLEAR
205 199
      - devstack
206 200
      - *CINDER_VOLUME_CLEAR: true/false* in devstack_localrc in the
... ...
@@ -26,7 +26,6 @@
26 26
       set_fact:
27 27
         external_bridge_mtu: "{{ local_mtu | int - 50 }}"
28 28
   roles:
29
-    - test-matrix
30 29
     - configure-swap
31 30
     - setup-stack-user
32 31
     - setup-tempest-user