Add abstract attribute to base jobs

Add abstract attribute to base jobs, these should be inherited and not
used as is.

Change-Id: If43e99c0954acf776997d8399b9ea40966b362f6
This commit is contained in:
Andreas Jaeger 2018-02-17 15:41:33 +01:00
parent 46fb37f8bb
commit aee28f884e
1 changed files with 2 additions and 0 deletions

View File

@ -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