summaryrefslogtreecommitdiffstats
path: root/jjb/sweetcomb/sweetcomb.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/sweetcomb/sweetcomb.yaml')
-rw-r--r--jjb/sweetcomb/sweetcomb.yaml273
1 files changed, 0 insertions, 273 deletions
diff --git a/jjb/sweetcomb/sweetcomb.yaml b/jjb/sweetcomb/sweetcomb.yaml
deleted file mode 100644
index 24761b29..00000000
--- a/jjb/sweetcomb/sweetcomb.yaml
+++ /dev/null
@@ -1,273 +0,0 @@
----
-#########################################################################
-#
-# Copyright (c) 2018 Intel and/or its affiliates.
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at:
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#########################################################################
-
-- project:
- name: sweetcomb
- jobs:
- - 'sweetcomb-verify-{stream}-{os}'
- - 'sweetcomb-merge-{stream}-{os}'
- # - 'sweetcomb-test-{stream}-ubuntu1604'
-
- project: 'sweetcomb'
- os:
- - ubuntu1604:
- repo-os-part: 'ubuntu.xenial.main'
- - centos7:
- repo-os-part: 'centos7'
- stream:
- - master:
- branch: 'master'
- repo-stream-part: 'master'
- - '2001':
- branch: 'stable/2001'
- repo-stream-part: 'stable.2001'
- - '1908':
- branch: 'stable/1908'
- repo-stream-part: 'stable.1908'
- - '1904':
- branch: 'stable/1904'
- repo-stream-part: 'stable.1904'
- - '1901':
- branch: 'stable/1901'
- repo-stream-part: 'stable.1901'
- - vom:
- branch: 'vom'
- repo-stream-part: 'vom'
-
-- project:
- name: sweetcomb-view
- views:
- - project-view
- project-name: sweetcomb
-
-- job-template:
- name: 'sweetcomb-verify-{stream}-{os}'
-
- project-type: freestyle
- node: '{os}-us'
- concurrent: true
-
- build-discarder:
- daysToKeep: '{build-days-to-keep}'
- numToKeep: 100
- artifactDaysToKeep: '{build-artifact-days-to-keep}'
- artifactNumToKeep: '{build-artifact-num-to-keep}'
-
- parameters:
- - project-parameter:
- project: '{project}'
- - gerrit-parameter:
- branch: '{branch}'
- - os-parameter:
- os: '{os}'
- - repo-name-parameter:
- repo-name: '{repo-stream-part}.{repo-os-part}'
- - stream-parameter:
- stream: '{stream}'
- - string:
- name: ARCHIVE_ARTIFACTS
- default: '{archive-artifacts}'
- description: Artifacts to archive to the logs server.
-
- scm:
- - gerrit-trigger-scm:
- credentials-id: 'jenkins-gerrit-credentials'
- refspec: '$GERRIT_REFSPEC'
- choosing-strategy: 'gerrit'
-
- wrappers:
- - fdio-infra-wrappers:
- build-timeout: 120
-
- triggers:
- - gerrit-trigger-checkstyle:
- name: '{project}'
- branch: '{branch}'
- - gerrit-trigger-patch-submitted:
- name: '{project}'
- branch: '{branch}'
-
- builders:
- - config-file-provider:
- files:
- - file-id: '.packagecloud'
- target: '/root'
- - config-file-provider:
- files:
- - file-id: 'packagecloud_api'
- target: '/root'
- - shell:
- !include-raw-escape: include-raw-sweetcomb-checkstyle.sh
- - shell:
- !include-raw-escape:
- - include-raw-sweetcomb-build.sh
- publishers:
- - lf-infra-publish
- - naginator:
- rerun-unstable-builds: false
- max-failed-builds: 1
- fixed-delay: 90
-
-- job-template:
- name: 'sweetcomb-merge-{stream}-{os}'
-
- project-type: freestyle
- node: '{os}-us'
-
- build-discarder:
- daysToKeep: '{build-days-to-keep}'
- numToKeep: 100
- artifactDaysToKeep: '{build-artifact-days-to-keep}'
- artifactNumToKeep: '{build-artifact-num-to-keep}'
-
- parameters:
- - project-parameter:
- project: '{project}'
- - gerrit-parameter:
- branch: '{branch}'
- - os-parameter:
- os: '{os}'
- - stream-parameter:
- stream: '{stream}'
- - repo-name-parameter:
- repo-name: '{repo-stream-part}.{repo-os-part}'
- - string:
- name: ARCHIVE_ARTIFACTS
- default: '{archive-artifacts}'
- description: Artifacts to archive to the logs server.
-
- scm:
- - gerrit-trigger-scm:
- credentials-id: 'jenkins-gerrit-credentials'
- refspec: ''
- choosing-strategy: 'default'
-
- wrappers:
- - fdio-infra-wrappers:
- build-timeout: '{build-timeout}'
-
- triggers:
- - gerrit-trigger-patch-merged:
- name: '{project}'
- branch: '{branch}'
-
- builders:
- - config-file-provider:
- files:
- - file-id: '.packagecloud'
- target: '/root'
- - config-file-provider:
- files:
- - file-id: 'packagecloud_api'
- target: '/root'
- - shell:
- !include-raw-escape: include-raw-sweetcomb-checkstyle.sh
- - shell:
- !include-raw-escape:
- - include-raw-sweetcomb-build.sh
- - shell:
- !include-raw-escape:
- - ../scripts/packagecloud_push.sh
- publishers:
- - lf-infra-publish
- - naginator:
- rerun-unstable-builds: false
- max-failed-builds: 1
- fixed-delay: 90
-
-- job-template:
- name: 'sweetcomb-test-{stream}-ubuntu1604'
-
- project-type: freestyle
- node: 'ubuntu1604-us'
- concurrent: true
-
- build-discarder:
- daysToKeep: '{build-days-to-keep}'
- numToKeep: 100
- artifactDaysToKeep: '{build-artifact-days-to-keep}'
- artifactNumToKeep: '{build-artifact-num-to-keep}'
-
- parameters:
- - project-parameter:
- project: '{project}'
- - gerrit-parameter:
- branch: '{branch}'
- - os-parameter:
- os: 'ubuntu1604'
- - repo-name-parameter:
- repo-name: '{repo-stream-part}.ubuntu.xenial.main'
- - stream-parameter:
- stream: '{stream}'
-
- scm:
- - gerrit-trigger-scm:
- credentials-id: 'jenkins-gerrit-credentials'
- refspec: '$GERRIT_REFSPEC'
- choosing-strategy: 'gerrit'
-
- wrappers:
- - fdio-infra-wrappers:
- build-timeout: 120
-
- triggers:
- - gerrit-trigger-patch-submitted:
- name: '{project}'
- branch: '{branch}'
-
- builders:
- - config-file-provider:
- files:
- - file-id: '.packagecloud'
- target: '/root'
- - config-file-provider:
- files:
- - file-id: 'packagecloud_api'
- target: '/root'
- - shell:
- !include-raw-escape:
- - include-raw-sweetcomb-build.sh
- - include-raw-sweetcomb-test.sh
- publishers:
- - lf-infra-publish
- - naginator:
- rerun-unstable-builds: false
- max-failed-builds: 1
- fixed-delay: 90
-
-- project:
- name: sweetcomb-info
- project-name: sweetcomb
- jobs:
- - gerrit-info-yaml-verify
- build-node: centos7-builder-2c-2g
- project: sweetcomb
- branch: master
-
-- project:
- name: sweetcomb-sonar
- project: sweetcomb
- project-name: sweetcomb
- mvn-settings: sweetcomb-settings
- sonarcloud: true
- sonarcloud-project-organization: '{sonarcloud_project_organization}'
- sonarcloud-api-token: '{sonarcloud_api_token}'
- sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
- branch: master
- build-node: centos7-docker-2c-2g
- jobs:
- - gerrit-maven-sonar