From 0cb8fb49a3be8f31cd3cc12714fcac12fd05cc1c Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Thu, 7 Jul 2016 11:34:32 +0200 Subject: sandbox: Enable all verify downstream jobs and fix scm config Change-Id: Ide0490828f43c3d72772f01e31990ab55609e202 Signed-off-by: Fatih Degirmenci --- jjb/sandbox/sandbox-verify-jobs.yml | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/jjb/sandbox/sandbox-verify-jobs.yml b/jjb/sandbox/sandbox-verify-jobs.yml index eda212b10..ee9f76324 100644 --- a/jjb/sandbox/sandbox-verify-jobs.yml +++ b/jjb/sandbox/sandbox-verify-jobs.yml @@ -13,9 +13,9 @@ # what are the verification activities we do for this installer activity: - 'basic' -# - 'build' -# - 'deploy' -# - 'test' + - 'build' + - 'deploy' + - 'test' jobs: - 'sandbox-verify-{stream}' @@ -31,6 +31,20 @@ branch: '{branch}' - 'opnfv-build-ubuntu-defaults' + scm: + - gerrit-trigger-scm: + credentials-id: '{ssh-credentials}' + refspec: '$GERRIT_REFSPEC' + choosing-strategy: 'gerrit' + + wrappers: + - ssh-agent-credentials: + users: + - '{ssh-credentials}' + - timeout: + timeout: 360 + fail: true + triggers: - gerrit: trigger-on: @@ -86,14 +100,25 @@ - job-template: name: 'sandbox-verify-{activity}-{stream}' + scm: + - gerrit-trigger-scm: + credentials-id: '{ssh-credentials}' + refspec: '$GERRIT_REFSPEC' + choosing-strategy: 'gerrit' + wrappers: + - ssh-agent-credentials: + users: + - '{ssh-credentials}' - timeout: - timeout: 180 + timeout: 360 fail: true parameters: - project-parameter: project: '{project}' + - gerrit-parameter: + branch: '{branch}' - '{installer}-defaults' - '{project}-verify-{activity}-parameter' -- cgit