X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=blobdiff_plain;f=jjb%2Fsamplevnf%2Fsamplevnf.yaml;fp=jjb%2Fsamplevnf%2Fsamplevnf.yaml;h=0000000000000000000000000000000000000000;hp=92d91569ecb5d09163f38a076c1015dca4136e92;hb=e4e7eeec66f7f34117a13c23a908bf6dec97f95e;hpb=957053910a3b93d5e7dc56a15e68f1a3803a099a diff --git a/jjb/samplevnf/samplevnf.yaml b/jjb/samplevnf/samplevnf.yaml deleted file mode 100644 index 92d91569e..000000000 --- a/jjb/samplevnf/samplevnf.yaml +++ /dev/null @@ -1,111 +0,0 @@ ---- -- project: - name: samplevnf - - project: '{name}' - - jobs: - - 'rapid-prox-build-{stream}' - - 'rapid-prox-verify-{stream}' - - stream: - - master: - branch: '{stream}' - gs-pathname: 'artifacts.opnfv.org/samplevnf/images' - tag: 'latest' - disabled: false - - jerma: - branch: 'stable/{stream}' - gs-pathname: 'artifacts.opnfv.org/samplevnf/images' - tag: '{stream}' - disabled: false - -- job-template: - name: 'rapid-prox-build-{stream}' - - disabled: '{obj:disabled}' - - wrappers: - - ssh-agent-wrapper - - fix-workspace-permissions - - parameters: - - project-parameter: - project: '{project}' - branch: '{branch}' - # yamllint disable rule:line-length - - string: - name: GIT_BASE - default: https://gerrit.opnfv.org/gerrit/$PROJECT - description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." - # yamllint enable rule:line-length - - 'opnfv-build-ubuntu-defaults' - - scm: - - git-scm-gerrit - - triggers: - - gerrit: - server-name: 'gerrit.opnfv.org' - trigger-on: - - change-merged-event - projects: - - project-compare-type: 'ANT' - project-pattern: '{project}' - branches: - - branch-compare-type: 'ANT' - branch-pattern: '**/{branch}' - - builders: - - shell: | - cd $WORKSPACE/rapidvm/dib - bash build-image.sh -g {gs-pathname} -i {tag} -w $WORKSPACE - -- job-template: - name: 'rapid-prox-verify-{stream}' - - disabled: '{obj:disabled}' - - wrappers: - - ssh-agent-wrapper - - fix-workspace-permissions - - parameters: - - project-parameter: - project: '{project}' - branch: '{branch}' - # yamllint disable rule:line-length - - string: - name: GIT_BASE - default: https://gerrit.opnfv.org/gerrit/$PROJECT - description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW." - # yamllint enable rule:line-length - - 'opnfv-build-ubuntu-defaults' - - scm: - - git-scm-gerrit - - triggers: - - gerrit: - server-name: 'gerrit.opnfv.org' - trigger-on: - - patchset-created-event: - exclude-drafts: 'false' - exclude-trivial-rebase: 'false' - exclude-no-code-change: 'false' - - comment-added-contains-event: - comment-contains-value: 'recheck' - - comment-added-contains-event: - comment-contains-value: 'reverify' - projects: - - project-compare-type: 'ANT' - project-pattern: '{project}' - branches: - - branch-compare-type: 'ANT' - branch-pattern: '**/{branch}' - - builders: - - shell: | - cd $WORKSPACE && tox -e docs - cd $WORKSPACE/rapidvm/dib - bash build-image.sh -g {gs-pathname} -i {tag} -v -w $WORKSPACE