diff options
author | Thanh Ha <thanh.ha@linuxfoundation.org> | 2018-07-12 20:12:41 -0400 |
---|---|---|
committer | Thanh Ha <thanh.ha@linuxfoundation.org> | 2018-07-12 20:13:21 -0400 |
commit | 8fc647e57a78482870b7b87d18f4e003b5ca6b5f (patch) | |
tree | c97314f63734deda522ab61ce8c25e24a8407767 /jjb | |
parent | 37755f797b087a0f4772c2d6fce625a45d53812a (diff) |
Remove unused jjb job templates
ONAP is using global-jjb for these jobs now so the ones that
exist in this repo are now unused. Clean them up.
Issue-ID: CIMAN-1
Change-Id: Ibc7c2844f27e084cb7253bb6edda89ad4fed9292
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/ci-management/ci-management.yaml | 105 | ||||
-rw-r--r-- | jjb/global-macros.yaml | 6 |
2 files changed, 0 insertions, 111 deletions
diff --git a/jjb/ci-management/ci-management.yaml b/jjb/ci-management/ci-management.yaml index a7eb833e0..c39cb7e59 100644 --- a/jjb/ci-management/ci-management.yaml +++ b/jjb/ci-management/ci-management.yaml @@ -12,108 +12,3 @@ build-timeout: '60' build-node: 'centos7-builder-2c-1g' jjb-version: 2.0.3 - -- job-template: - name: '{project}-verify-jjb' - - project-type: freestyle - node: '{build-node}' - concurrent: true - - properties: - - infra-properties: - build-days-to-keep: 14 - - parameters: - - infra-parameters: - project: '{project}' - branch: 'master' - refspec: 'refs/heads/master' - artifacts: '{archive-artifacts}' - - scm: - - gerrit-trigger-scm: - refspec: '$GERRIT_REFSPEC' - choosing-strategy: 'gerrit' - submodule-recursive: '{submodule-recursive}' - - wrappers: - - infra-wrappers: - build-timeout: '{build-timeout}' - - triggers: - - gerrit-trigger-patch-submitted: - server: '{server-name}' - project: '{project}' - branch: '{branch}' - files: 'jjb/**' - - builders: - - config-file-provider: - files: - - file-id: 'jjbini' - variable: 'JJBINI' - - shell: | - virtualenv $WORKSPACE/venv - source $WORKSPACE/venv/bin/activate - pip install --upgrade pip - pip freeze - pip install jenkins-job-builder - jenkins-jobs -l DEBUG --conf $JJBINI test -o archives/job_output jjb/ - gzip archives/job_output/* - - ci-management-check-unicode - - publishers: - - infra-shiplogs: - maven-version: '{maven-version}' - -- job-template: - name: '{project}-merge-jjb' - - project-type: freestyle - node: '{build-node}' - - properties: - - infra-properties: - build-days-to-keep: 14 - - parameters: - - infra-parameters: - project: '{project}' - branch: 'master' - refspec: 'refs/heads/master' - artifacts: '{archive-artifacts}' - - scm: - - gerrit-trigger-scm: - refspec: '' - choosing-strategy: 'default' - submodule-recursive: '{submodule-recursive}' - - wrappers: - - infra-wrappers: - build-timeout: '{build-timeout}' - - triggers: - - gerrit-trigger-patch-merged: - server: '{server-name}' - project: '{project}' - branch: '{branch}' - files: 'jjb/**' - - builders: - - config-file-provider: - files: - - file-id: 'jjbini' - variable: 'JJBINI' - - shell: | - virtualenv $WORKSPACE/venv - source $WORKSPACE/venv/bin/activate - pip install --upgrade pip - pip freeze - pip install jenkins-job-builder - jenkins-jobs --conf $JJBINI update --delete-old --workers 4 jjb/ - - publishers: - - infra-shiplogs: - maven-version: '{maven-version}' diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index d7ca14378..abf7a83f3 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -5,12 +5,6 @@ # BUILDERS - builder: - name: ci-management-check-unicode - builders: - - shell: | - $WORKSPACE/scripts/check-unicode.sh jjb/ - -- builder: name: provide-maven-settings builders: - config-file-provider: |