X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpharos%2Fpharos.yml;h=2108ccd4de6ce6673877bfcf97c7cf8122b039f8;hb=4163f6bfb811c17dc22e68c7a2ef1ed30293feaf;hp=ab6705b144b41ddd9667cb0f30e3c7f8e25bab25;hpb=664e9c0d49d30d5c02c4aee928d2b197fa40e47c;p=releng.git diff --git a/jjb/pharos/pharos.yml b/jjb/pharos/pharos.yml index ab6705b14..2108ccd4d 100644 --- a/jjb/pharos/pharos.yml +++ b/jjb/pharos/pharos.yml @@ -1,107 +1,41 @@ -################################# -# job configuration for pharos -################################# +################################################### +# All the jobs except verify have been removed! +# They will only be enabled on request by projects! +################################################### - project: name: pharos + + project: '{name}' + jobs: - - 'pharos-test' - - 'pharos-daily-{stream}' - - 'pharos-merge-{stream}' - 'pharos-verify-{stream}' - # stream: branch with - in place of / (eg. stable-arno) - # branch: branch (eg. stable/arno) +# only master branch is enabled at the moment to keep no of jobs sane stream: - master: branch: 'master' gs-pathname: '' - - stable-arno: - branch: 'stable/arno' - gs-pathname: '/arno' - - project: 'pharos' - somevar: 'foo' -############################## -# job template -############################## -- job-template: - name: pharos-test - - project-type: freestyle - - logrotate: - daysToKeep: 30 - numToKeep: 10 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 - - builders: - - shell: | - echo "Hello world from pharos" - -- job-template: - name: 'pharos-daily-{stream}' - - node: master +# - stable-brahmaputra: +# branch: 'stable/brahmaputra' +# gs-pathname: '/brahmaputra' - # Job template for daily builders - # - # Required Variables: - # stream: branch with - in place of / (eg. stable) - # branch: branch (eg. stable) - - project-type: freestyle - varsetabove: '{somevar}' - - logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' - artifactDaysToKeep: '{build-artifact-days-to-keep}' - artifactNumToKeep: '{build-artifact-num-to-keep}' +- job_defaults: &pharos_job_defaults + name: pharos_job_defaults parameters: - project-parameter: project: '{project}' - - pharos-parameter: - gs-pathname: '{gs-pathname}' - - scm: - - git-scm: - credentials-id: '{ssh-credentials}' - refspec: '' - branch: '{branch}' - - triggers: - - 'pharos-{stream}' - - prebuilders: - - test-macro - - builders: - - shell: - !include-raw ../opnfvdocs/docu-build.sh - - postbuilders: - - test-macro + - gerrit-parameter: + branch: '{stream}' - job-template: name: 'pharos-verify-{stream}' - node: master - - project-type: freestyle - - logrotate: - daysToKeep: 30 - numToKeep: 10 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 + <<: *pharos_job_defaults parameters: - - project-parameter: - project: '{project}' - - gerrit-parameter: - branch: '{branch}' + - 'opnfv-build-defaults' + scm: - gerrit-trigger-scm: credentials-id: '{ssh-credentials}' @@ -122,81 +56,14 @@ comment-contains-value: 'reverify' projects: - project-compare-type: 'ANT' - project-pattern: 'pharos' + project-pattern: '{project}' branches: - branch-compare-type: 'ANT' - branch-pattern: '**/{branch}' - - builders: - - shell: - !include-raw ../opnfvdocs/docu-build.sh - -- job-template: - name: 'pharos-merge-{stream}' - - node: master - - # builder-merge job to run JJB update - # - # This job's purpose is to update all the JJB - - project-type: freestyle - - logrotate: - daysToKeep: 30 - numToKeep: 40 - artifactDaysToKeep: -1 - artifactNumToKeep: 5 - - parameters: - - project-parameter: - project: '{project}' - - gerrit-parameter: - branch: '{branch}' - - scm: - - gerrit-trigger-scm: - credentials-id: '{ssh-credentials}' - refspec: '' - choosing-strategy: 'default' - - triggers: - - gerrit: - trigger-on: - - change-merged-event - - comment-added-contains-event: - comment-contains-value: 'remerge' - projects: - - project-compare-type: 'ANT' - project-pattern: 'pharos' - branches: - - branch-compare-type: 'ANT' - branch-pattern: '**/{branch}' + branch-pattern: '**/{stream}' + forbidden-file-paths: + - compare-type: ANT + pattern: 'docs/**|.gitignore' builders: - - shell: - !include-raw ../opnfvdocs/docu-build.sh - -######################## -# parameter macros -######################## -- parameter: - name: pharos-parameter - parameters: - - string: - name: GS_PATHNAME - default: '{gs-pathname}' - description: "Version directory where the pharos documents will be stored in gs repository" - -######################## -## trigger macros -######################### -- trigger: - name: 'pharos-master' - triggers: - - pollscm: "H 6 * * *" - -- trigger: - name: 'pharos-stable-arno' - triggers: - - pollscm: "H 18 * * *" + - shell: | + echo "Nothing to verify!"