diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-07-07 11:34:32 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-07-07 11:34:32 +0200 |
commit | 0cb8fb49a3be8f31cd3cc12714fcac12fd05cc1c (patch) | |
tree | b42a23510404409cd903078d5291a078e213eeb3 | |
parent | 2d488dc5f66922247839d812b7be68b4674b583b (diff) |
sandbox: Enable all verify downstream jobs and fix scm config
Change-Id: Ide0490828f43c3d72772f01e31990ab55609e202
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
-rw-r--r-- | jjb/sandbox/sandbox-verify-jobs.yml | 33 |
1 files 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' |