From c8a35f918e87a609dea15b749a71a960e50a8497 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Wed, 15 Feb 2017 13:19:52 +1000 Subject: Add packer verify and merge jobs - These jobs have been ported from ODL releng - Jobs are designed to build new images first of every month - Verify runs a packer validation on the templates and verifies the syntax of provision scripts - Merge job is designed to trigger a build only relevent to the change rather than building all images Change-Id: I882fdf9d60a49221e1d9f50809c5fda1d8ebf4fb Signed-off-by: Anil Belur --- jjb/global-defaults.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'jjb/global-defaults.yaml') diff --git a/jjb/global-defaults.yaml b/jjb/global-defaults.yaml index b5aa1009f..81daba436 100644 --- a/jjb/global-defaults.yaml +++ b/jjb/global-defaults.yaml @@ -9,3 +9,6 @@ build-artifact-num-to-keep: 5 # Timeout in minutes build-timeout: 360 + + # fd.io branch defaults + branch: master -- cgit 1.2.3-korg