From 38d117a3f1c74089aec468cc9097f86d7df4182f Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 6 Nov 2019 17:29:21 +0100 Subject: CSIT: Add executor value to job description For some jobs, it is not entirely clear which executor is used. People verifying changes related to executors previously needed to click job configuration to see it. Now they only need to look at job description. If a job does not list the executor in its description, it means it does not use anything fancy. Change-Id: Idbfdc015a9989b8ff65a8a0f0ca6593c16b2683f Signed-off-by: Vratko Polak --- jjb/vpp/vpp.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'jjb/vpp') diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index f69d0afef..42beead61 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -847,6 +847,13 @@ - job-template: name: 'vpp-csit-verify-device-{stream}-{device-node-arch}' + description: | + project-type: freestyle node: '{executor}' -- cgit 1.2.3-korg