From e0c8d972f405b11c1c799d121a74f778567b2938 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 2 Nov 2019 09:17:40 +0100 Subject: Replace lib-forward-testing-plugin This repo is the only user of lib-forward-testing-plugin template, replace it with a native integration job that installs all repos from source and runs ceilometer - as the only job in lib-forward-testing-plugin does. Change-Id: I255c0ddd220633b566b9376473ede4b7ed16ca34 --- .zuul.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index c65423c..be72913 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,7 +1,18 @@ +- job: + name: ceilometermiddleware-integration + parent: telemetry-dsvm-integration + required-projects: + - openstack/ceilometermiddleware + - project: templates: - openstack-python-jobs - openstack-python3-ussuri-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 - - lib-forward-testing-plugin + check: + jobs: + - ceilometermiddleware-integration + gate: + jobs: + - ceilometermiddleware-integration -- cgit v1.2.1