Remove retired congress

Congress has been retired, remove the jobs.

See https://review.opendev.org/721742

The rally and api jobs fail on this branch, make them non-voting to
allow other changes to merge.

Change-Id: I0771a0789346a46a96278de1a11948ab561593c3
(cherry picked from commit 8afa49124a)
This commit is contained in:
Andreas Jaeger 2020-06-09 20:09:46 +02:00
parent 9773d2cc36
commit 1c8479f7ee
1 changed files with 5 additions and 35 deletions

View File

@ -8,9 +8,10 @@
- release-notes-jobs - release-notes-jobs
check: check:
jobs: jobs:
- murano-congress-devstack - murano-rally-task:
- murano-rally-task voting: false
- murano-tempest-api - murano-tempest-api:
voting: false
- murano-tempest-cfapi - murano-tempest-cfapi
- openstack-tox-lower-constraints - openstack-tox-lower-constraints
- openstack-tox-cover: - openstack-tox-cover:
@ -18,7 +19,6 @@
gate: gate:
queue: murano queue: murano
jobs: jobs:
- murano-tempest-api
- openstack-tox-lower-constraints - openstack-tox-lower-constraints
experimental: experimental:
jobs: jobs:
@ -27,36 +27,6 @@
post: post:
jobs: jobs:
- openstack-tox-cover - openstack-tox-cover
- job:
name: murano-congress-devstack
parent: murano-tempest-base
voting: false
timeout: 4200
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
- ^doc/.*$
- ^.*\.rst$
- ^releasenotes/.*$
- ^murano/tests/.*$
required-projects:
- openstack/congress
- openstack/congress-dashboard
- openstack/mistral
- openstack/mistral-dashboard
- openstack/python-congressclient
- openstack/python-heatclient
- openstack/python-mistralclient
- openstack/python-muranoclient
vars:
devstack_services:
tls-proxy: false
devstack_localrc:
MURANO_ENABLE_MODEL_POLICY_ENFORCEMENT: true
devstack_plugins:
congress: https://opendev.org/openstack/congress
mistral: https://opendev.org/openstack/mistral
tempest_test_regex: functional
- job: - job:
name: murano-rally-task name: murano-rally-task
@ -100,7 +70,7 @@
s-proxy: false s-proxy: false
tls-proxy: false tls-proxy: false
devstack_localrc: devstack_localrc:
TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/opendev.org/openstack/murano-tempest-plugin'" TEMPEST_PLUGINS: "/opt/stack/murano-tempest-plugin"
tempest_test_regex: application_catalog tempest_test_regex: application_catalog
tox_envlist: all tox_envlist: all