X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fiec%2Fiec.yaml;h=335ac1e1fcdf62f621a3ba0ddbba410d3e59d68e;hp=622c88aa6770153bfbf40e562022e036d16df483;hb=191228abb07ce70ee90eeca75f42e5d665c3bfe1;hpb=4522532da9806f1dc87ca7e6682f551cd73e3b3f diff --git a/jjb/iec/iec.yaml b/jjb/iec/iec.yaml index 622c88a..335ac1e 100644 --- a/jjb/iec/iec.yaml +++ b/jjb/iec/iec.yaml @@ -6,7 +6,7 @@ views: - common-view: view-name: iec - view-regex: '^{project-name}-(tox|fuel|compass)-.*' + view-regex: '^{project-name}-(tox|type1|type2)-(verify|fuel|compass)-.*' # ------------------------------- # BRANCH DEFINITIONS # ------------------------------- @@ -30,7 +30,14 @@ - ubuntu1604 - ubuntu1804 - centos7 - + #-------------------------------- + # IEC TYPE DEFINITINONS + # type1 Mcbin embeded board + # type2 Arm Server + # ------------------------------- + iecType: + - type1 + - type2 # ------------------------------- # DEPLOY TYPE DEFINITIONS # ------------------------------- @@ -50,6 +57,8 @@ os: centos7 - installer: compass os: ubuntu1804 + - iecType: type1 + installer: fuel # ------------------------------- # USECASE DEFINITIONS @@ -60,10 +69,46 @@ scenario: 'k8-calico-iec-noha' jobs: - - 'iec-{installer}-{deploy_type}-{os}-daily-{stream}' - - 'iec-deploy-{installer}-{deploy_type}-{os}-daily-{stream}' - - 'iec-destroy-{installer}-{deploy_type}-{os}-daily-{stream}' - - 'iec-install-{usecase}-{installer}-{deploy_type}-{os}-daily-{stream}' + - 'iec-{iecType}-{installer}-{deploy_type}-{os}-daily-{stream}' + - 'iec-{iecType}-deploy-{installer}-{deploy_type}-{os}-daily-{stream}' + - 'iec-{iecType}-destroy-{installer}-{deploy_type}-{os}-daily-{stream}' + - 'iec-{iecType}-install-{usecase}-{installer}-{deploy_type}-{os}-daily-{stream}' + - gerrit-sonar: + sonar-project-file: "" + build-node: centos7-builder-2c-1g + sonar-properties: | + # Required metadata + sonar.projectKey=iec + sonar.projectName=iec + sonar.organization=akraino-edge-stack + + #Source + sonar.sources=. + sonar.exclusions=**/*_test.go,**/vendor/** + + # Language + sonar.language=go + + # Encoding + sonar.build.sourceEncoding=UTF-8 + + # Inclusions + sonar.inclusions=**/**.go + + # Test Execution + sonar.tests=. + sonar.test.inclusions=**/*_test.go + sonar.test.exclusions=**/vendor/** + + # Unit tests + sonar.go.coverage.reportPaths=iec-coverage.xml + sonar.go.tests.reportPaths=iec-tests.xml + + # Importing External Issues + sonar.go.govet.reportPaths=iec-govet.xml + sonar.go.golint.reportPaths=iec-golint.xml + sonar.go.gometalinter.reportPaths=iec-gometalinter.xml + sonar.go.golangci-lint.reportPaths=iec-golangci-lint.xml ############## # PARAMETERS # @@ -145,7 +190,7 @@ # job templates ######################## - job-template: - name: 'iec-{installer}-{deploy_type}-{os}-daily-{stream}' + name: 'iec-{iecType}-{installer}-{deploy_type}-{os}-daily-{stream}' disabled: '{obj:disabled}' concurrent: false node: '{slave-label}' @@ -160,14 +205,14 @@ blocking-jobs: - '.*-fuel-{deploy_type}-.*' - '.*-compass-{deploy_type}-.*' - blocking-level: 'NODE' + block-level: 'NODE' wrappers: - build-name: - name: '$BUILD_NUMBER - Scenario: $DEPLOY_SCENARIO' + name: '$BUILD_NUMBER - Scenario: $DEPLOY_SCENARIO $IEC_TYPE' triggers: - - 'iec-{installer}-{deploy_type}-{os}-daily-{stream}-trigger' + - 'iec-{iecType}-{installer}-{deploy_type}-{os}-daily-{stream}-trigger' parameters: - lf-infra-parameters: @@ -179,10 +224,13 @@ - string: name: DEPLOY_SCENARIO default: '{scenario}' + - string: + name: IEC_TYPE + default: '{iecType}' builders: - trigger-builds: - - project: 'iec-deploy-{installer}-{deploy_type}-{os}-daily-{stream}' + - project: 'iec-{iecType}-deploy-{installer}-{deploy_type}-{os}-daily-{stream}' current-parameters: true predefined-parameters: DEPLOY_SCENARIO={scenario} @@ -200,7 +248,7 @@ - project: !j2: | {%- for uc in usecase -%} - iec-install-{{ uc | first }}-{{ installer }}-{{ deploy_type }}-{{ os }}-daily-{{ stream }} + iec-{{ iecType }}-install-{{ uc | first }}-{{ installer }}-{{ deploy_type }}-{{ os }}-daily-{{ stream }} {%- if not loop.last -%},{%- endif -%} {%- endfor %} current-parameters: true @@ -210,15 +258,16 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' - - project: 'iec-destroy-{installer}-{deploy_type}-{os}-daily-{stream}' + - project: 'iec-{iecType}-destroy-{installer}-{deploy_type}-{os}-daily-{stream}' current-parameters: false - predefined-parameters: + predefined-parameters: | DEPLOY_SCENARIO={scenario} + IEC_TYPE={iecType} same-node: true block: true - job-template: - name: 'iec-deploy-{installer}-{deploy_type}-{os}-daily-{stream}' + name: 'iec-{iecType}-deploy-{installer}-{deploy_type}-{os}-daily-{stream}' concurrent: true node: '{slave-label}' properties: &properties @@ -230,10 +279,10 @@ - build-blocker: use-build-blocker: true blocking-jobs: - - '.*-deploy-{installer}-{deploy_type}-.*' - - '.*-destroy-{installer}-{deploy_type}-.*' - - '.*-install-.*-{installer}-{deploy_type}-.*' - blocking-level: 'NODE' + - '.*-{iecType}-deploy-{installer}-{deploy_type}-.*' + - '.*-{iecType}-destroy-{installer}-{deploy_type}-.*' + - '.*-{iecType}-install-.*-{installer}-{deploy_type}-.*' + block-level: 'NODE' parameters: - lf-infra-parameters: @@ -241,16 +290,20 @@ stream: '{stream}' branch: '{branch}' - '{project}-defaults' + - '{installer}-{os}-defaults' - string: name: DEPLOY_SCENARIO default: '{scenario}' + - string: + name: IEC_TYPE + default: '{iecType}' - string: name: EXTRA_ARGS default: '-o {os}' wrappers: &wrappers - build-name: - name: '$BUILD_NUMBER - Scenario: $DEPLOY_SCENARIO' + name: '$BUILD_NUMBER - Scenario: $DEPLOY_SCENARIO $IEC_TYPE' scm: &scm - git: @@ -295,7 +348,7 @@ - lf-infra-publish - job-template: - name: 'iec-destroy-{installer}-{deploy_type}-{os}-daily-{stream}' + name: 'iec-{iecType}-destroy-{installer}-{deploy_type}-{os}-daily-{stream}' concurrent: true node: '{slave-label}' properties: *properties @@ -305,9 +358,13 @@ stream: '{stream}' branch: '{branch}' - '{project}-defaults' + - '{installer}-{os}-defaults' - string: name: DEPLOY_SCENARIO default: '{scenario}' + - string: + name: IEC_TYPE + default: '{iecType}' - string: name: EXTRA_ARGS default: '-EEE -o {os}' @@ -324,7 +381,7 @@ publishers: *publishers - job-template: - name: 'iec-install-{usecase}-{installer}-{deploy_type}-{os}-daily-{stream}' + name: 'iec-{iecType}-install-{usecase}-{installer}-{deploy_type}-{os}-daily-{stream}' concurrent: true node: '{slave-label}' properties: *properties @@ -335,6 +392,7 @@ stream: '{stream}' branch: '{branch}' - '{project}-defaults' + - '{installer}-{os}-defaults' wrappers: - build-name: @@ -348,6 +406,7 @@ publishers: *publishers + ######################## # trigger macros ######################## @@ -356,30 +415,34 @@ # Akraino IEC CI Baremetal Triggers running against master branch # ---------------------------------------------------------------- - trigger: - name: 'iec-fuel-virtual-ubuntu1604-daily-master-trigger' + name: 'iec-type2-fuel-virtual-ubuntu1604-daily-master-trigger' triggers: - timed: '0 1 * * 1,3,5' - trigger: - name: 'iec-fuel-baremetal-ubuntu1604-daily-master-trigger' + name: 'iec-type2-fuel-baremetal-ubuntu1604-daily-master-trigger' triggers: - timed: '' - trigger: - name: 'iec-compass-virtual-ubuntu1604-daily-master-trigger' + name: 'iec-type2-compass-virtual-ubuntu1604-daily-master-trigger' triggers: - timed: '0 13 * * *' - trigger: - name: 'iec-fuel-virtual-ubuntu1804-daily-master-trigger' + name: 'iec-type2-fuel-virtual-ubuntu1804-daily-master-trigger' triggers: - timed: '0 1 * * 2,6' - trigger: - name: 'iec-fuel-baremetal-ubuntu1804-daily-master-trigger' + name: 'iec-type2-fuel-baremetal-ubuntu1804-daily-master-trigger' triggers: - timed: '' - trigger: - name: 'iec-fuel-virtual-centos7-daily-master-trigger' + name: 'iec-type2-fuel-virtual-centos7-daily-master-trigger' triggers: - timed: '0 1 * * 4,7' - trigger: - name: 'iec-fuel-baremetal-centos7-daily-master-trigger' + name: 'iec-type2-fuel-baremetal-centos7-daily-master-trigger' triggers: - timed: '' +- trigger: + name: 'iec-type1-compass-virtual-ubuntu1604-daily-master-trigger' + triggers: + - timed: '0 19 * * *'