X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Freleng-jobs.yaml;h=eb563f803dd59a6115ffb29d9532ed38265bb4ae;hb=92be8239cf3dbd22807afacc841021a733283bb6;hp=0164773372c773e90a40fb6dcaaea4f18c65e849;hpb=58722e8b0bab8643c99548fde17ccc5e370de4cb;p=releng%2Fbuilder.git diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index 016477337..eb563f803 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -19,12 +19,11 @@ daysToKeep: 7 parameters: - - project-parameter: - project: '{project}' - - gerrit-parameters: + - opendaylight-infra-parameters: project: '{project}' branch: 'master' refspec: 'refs/heads/master' + artifacts: '{archive-artifacts}' scm: - gerrit-trigger-scm: @@ -62,7 +61,7 @@ - shell: | pip freeze python scripts/jjb-autoupdate-project.py - jenkins-jobs test --recursive -o archives/job_output jjb/ + jenkins-jobs -l DEBUG test --recursive -o archives/job_output jjb/ gzip archives/job_output/* - releng-check-unicode @@ -75,7 +74,7 @@ - job-template: name: builder-verify-python - node: dynamic_verify + node: centos7-java-builder-2c-8g project-type: freestyle @@ -86,12 +85,11 @@ artifactNumToKeep: -1 parameters: - - project-parameter: - project: '{project}' - - gerrit-parameters: + - opendaylight-infra-parameters: project: '{project}' branch: 'master' refspec: 'refs/heads/master' + artifacts: '{archive-artifacts}' scm: - gerrit-trigger-scm: @@ -156,12 +154,11 @@ artifactNumToKeep: -1 parameters: - - project-parameter: - project: '{project}' - - gerrit-parameters: + - opendaylight-infra-parameters: project: '{project}' branch: 'master' refspec: 'refs/heads/master' + artifacts: '{archive-artifacts}' scm: - gerrit-trigger-scm: @@ -192,9 +189,10 @@ pattern: jjb-templates/** builders: - - shell: - !include-raw-escape: - - include-raw-jjb-update.sh + - shell: | + pip freeze + jenkins-jobs --version + jenkins-jobs update --recursive --delete-old --workers 4 jjb/ publishers: - email-notification: @@ -221,8 +219,11 @@ artifactNumToKeep: -1 parameters: - - project-parameter: + - opendaylight-infra-parameters: project: '{project}' + branch: 'master' + refspec: 'refs/heads/master' + artifacts: '{archive-artifacts}' scm: - git-scm: @@ -247,7 +248,7 @@ - job-template: name: builder-check-poms - node: dynamic_verify + node: centos7-java-builder-2c-8g project-type: freestyle @@ -257,6 +258,13 @@ artifactDaysToKeep: -1 artifactNumToKeep: -1 + parameters: + - opendaylight-infra-parameters: + project: '{project}' + branch: 'master' + refspec: 'refs/heads/master' + artifacts: '{archive-artifacts}' + wrappers: - opendaylight-infra-wrappers: build-timeout: '{build-timeout}'