diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-07-07 09:37:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-07 09:37:29 +0000 |
commit | 20715ae391e9c3be9aa87032e47c458435b4e8aa (patch) | |
tree | 2f7a7510ba34958bcbae042d4a7749092eabc0ae /jjb | |
parent | 7da6a34ec936d6ac9c8998429618aa4fb79eb74c (diff) | |
parent | 0cb8fb49a3be8f31cd3cc12714fcac12fd05cc1c (diff) |
Merge "sandbox: Enable all verify downstream jobs and fix scm config"
Diffstat (limited to 'jjb')
-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' |