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:
parent
46fb37f8bb
commit
aee28f884e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user