From aee28f884e2bc19498f53fab98a7240ecbc02217 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 17 Feb 2018 15:41:33 +0100 Subject: [PATCH] Add abstract attribute to base jobs Add abstract attribute to base jobs, these should be inherited and not used as is. Change-Id: If43e99c0954acf776997d8399b9ea40966b362f6 --- zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.yaml b/zuul.yaml index 3285a88de..f1d2922e4 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -3,6 +3,7 @@ - job: name: unittests + abstract: true description: | Perform setup common to all unit test jobs. @@ -290,6 +291,7 @@ - job: name: multinode + abstract: true description: | Do additional setup needed for multi-node jobs such as setting up overlay networks and setting up known-hosts and ssh keys