Remove non-voting murano-ci glare gates from murano.

Removes murano-ci glare gates from murano, since murano only
supports glare v0.1, which has been deprecated, so these gates
always fail.

This patch still keeps the checks for glare, in case it is
re-introduced into murano at a later date.

This complements the recently merged change [0] to remove
glare jobs run by infra.

[0] https://review.openstack.org/#/c/445626/

Change-Id: I9d4bada27f25bda7f195c350e7a22b7910d93ee5
This commit is contained in:
Felipe Monteiro 2017-03-17 20:05:00 +00:00
parent 7df06c0d18
commit f0bf3d7531
2 changed files with 0 additions and 13 deletions

View File

@ -144,10 +144,8 @@
distro: ubuntu
job-suffix:
- ''
- '-nv'
pkg-service:
- ''
- '-glare'
repository: openstack/murano
tests: 'gate'
jobs:
@ -161,12 +159,10 @@
distro: ubuntu
job-suffix:
- ''
- '-nv'
repository: openstack/murano-dashboard
tests: ''
pkg-service:
- ''
- '-glare'
jobs:
- 'gate-{name}-{distro}{pkg-service}{job-suffix}'
- 'heartbeat-{name}-{distro}'
@ -191,10 +187,8 @@
distro: ubuntu
job-suffix:
- ''
- '-nv'
pkg-service:
- ''
- '-glare'
repository: openstack/python-muranoclient
tests: ''
jobs:

View File

@ -45,17 +45,14 @@ projects:
- name: openstack/murano
check:
- gate-murano-ubuntu
- gate-murano-ubuntu-glare-nv
check_dashboard:
- gate-murano-dashboard-ubuntu
- gate-murano-dashboard-ubuntu-glare-nv
post:
- hook-murano-rtfd
- name: openstack/murano-dashboard
check:
- gate-murano-dashboard-ubuntu
- gate-murano-dashboard-ubuntu-glare-nv
- name: openstack/murano-agent
check:
@ -65,19 +62,15 @@ projects:
- name: openstack/python-muranoclient
check:
- gate-murano-client-ubuntu
- gate-murano-client-ubuntu-glare-nv
- name: openstack/murano-deployment
check:
- gate-murano-deployment
- gate-murano-ubuntu-nv
- gate-murano-ubuntu-glare-nv
- gate-murano-dashboard-ubuntu-nv
- gate-murano-dashboard-ubuntu-glare-nv
- gate-murano-agent-ubuntu-nv
- gate-murano-agent-debian-nv
- gate-murano-client-ubuntu-nv
- gate-murano-client-ubuntu-glare-nv
- coverage-murano-ubuntu
jobs: