summaryrefslogtreecommitdiffstats
path: root/jjb-sandbox/releng/verify-sandbox-jobs.sh
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2016-10-03 13:36:16 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2016-10-04 09:25:06 -0700
commit77fb5f95755425aaff51c84db82b4eb5bc45afeb (patch)
treebb42ba8f1daaa12583b0f91faaffbed10694e151 /jjb-sandbox/releng/verify-sandbox-jobs.sh
parent05029bee5ef63a0fa49502131b12a559c3faa547 (diff)
Update JJB Sandbox
- Build status message includes a link back to the sandbox - The deploy job now includes references to required macros (similar to 'verify') - Wrappers are removed by setting 'wrappers' to the empty string. This is due to the 'ssh-agent' credentials not being used nor existing on the sandbox server. - Shebang lines have been fixed to remove the space after '#!' causing the Java 'Cannot run program' error. - Jobs are restricted to the 'releng-sandbox' label so they aren't triggered on 'master' - Remove 'utils' directory from triggering builds. - Sandbox deployment doesn't vote on any builds, this should help should the job again somehow run against non-sandbox changes. - 'releng-clear-sandbox-jobs' replaced with '--delete-old' on update so that each patchset submitted will remove any previously deployed jobs. Change-Id: I4f37dbb0c0becc5760c826950306e9d958a40aaa Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb-sandbox/releng/verify-sandbox-jobs.sh')
-rwxr-xr-xjjb-sandbox/releng/verify-sandbox-jobs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb-sandbox/releng/verify-sandbox-jobs.sh b/jjb-sandbox/releng/verify-sandbox-jobs.sh
index 8f67e742b..599016106 100755
--- a/jjb-sandbox/releng/verify-sandbox-jobs.sh
+++ b/jjb-sandbox/releng/verify-sandbox-jobs.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
# SPDX-license-identifier: Apache-2.0
##############################################################################
# Copyright (c) 2016 Linux Foundation and others.