From 26f5ceca03322978421fe05ebf9d01c9e63a8837 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Mon, 12 Apr 2021 14:11:26 +0200 Subject: Use tox constraints instead of upper constraints Drop cap on tenacity, since it is already capped by upper constraints. Make grenade jobs non-voting, until they have been fixed. Depends-on: https://review.opendev.org/c/openstack/telemetry-tempest-plugin/+/787739 Change-Id: Ie21f8db89fc2045fd6cc6b1b7a5886b7e87e08e2 --- .zuul.yaml | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to '.zuul.yaml') diff --git a/.zuul.yaml b/.zuul.yaml index b4401f54..e3a8ee42 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,13 +1,15 @@ - job: name: grenade-ceilometer parent: grenade + voting: false required-projects: - opendev.org/openstack/grenade - opendev.org/openstack/ceilometer vars: + configure_swap_size: 8192 grenade_devstack_localrc: shared: - CEILOMETER_BACKEND: none + CEILOMETER_BACKEND: gnocchi devstack_plugins: ceilometer: https://opendev.org/openstack/ceilometer devstack_services: @@ -46,20 +48,3 @@ irrelevant-files: *ceilometer-irrelevant-files - telemetry-dsvm-integration-ipv6-only: irrelevant-files: *ceilometer-irrelevant-files - experimental: - jobs: - # TripleO jobs that deploy Telemetry. - # Note we don't use a project-template here, so it's easier - # to disable voting on one specific job if things go wrong. - # tripleo-ci-centos-7-scenario00(1|2)-multinode-oooq will only - # run on stable/pike while the -container will run in Queens - # and beyond. - # If you need any support to debug these jobs in case of - # failures, please reach us on #tripleo IRC channel. - # NOTE(sileht): These job takes 3 hours and fail most of the times. - # While other jobs take 20-30 minutes - # We can reenable it when they take less times. - - tripleo-ci-centos-7-scenario001-multinode-oooq - - tripleo-ci-centos-7-scenario001-standalone - - tripleo-ci-centos-7-scenario002-multinode-oooq - - tripleo-ci-centos-7-scenario002-standalone -- cgit v1.2.1