X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fiec%2Fiec.yaml;h=faab5459d7598e7cfe77ee855a501cecb94c976f;hp=6594ec5327d754452ab3efd90f34b968d42cd186;hb=f7334c68f9ea63449e7cf83d4f810e45792f2cd6;hpb=ae2d70f55587ca3677df1e155cf4770af0e92156 diff --git a/jjb/iec/iec.yaml b/jjb/iec/iec.yaml index 6594ec5..faab545 100644 --- a/jjb/iec/iec.yaml +++ b/jjb/iec/iec.yaml @@ -24,10 +24,22 @@ - fuel-virtual: slave-label: 'aarch64_dev' scenario: 'k8-calico-iec-noha' + - compass-virtual: + slave-label: 'aarch64_dev' + scenario: 'k8-calico-iec-noha' + + # ------------------------------- + # USECASE DEFINITIONS + # ------------------------------- + usecase: + - seba_on_arm: + slave-label: 'aarch64_dev' + scenario: 'k8-calico-iec-noha' jobs: - 'iec-{deploy-type}-daily-{stream}' - 'iec-deploy-{deploy-type}-daily-{stream}' + - 'iec-install-{usecase}-{deploy-type}-daily-{stream}' ############## # PARAMETERS # @@ -41,7 +53,7 @@ description: 'IP of the installer' - string: name: SSH_KEY - default: "/var/lib/opnfv/mcp.rsa" + default: '/var/lib/opnfv/mcp.rsa' description: 'Path to private SSH key to access environment nodes' - string: name: EXTERNAL_NETWORK @@ -50,7 +62,26 @@ - string: name: CI_DEBUG default: 'false' - description: "Show debug output information" + description: 'Show debug output information' + - string: + name: ARCHIVE_ARTIFACTS + default: '**/*.log' + description: Artifacts to archive to the logs server. +- parameter: + name: 'seba_on_arm-defaults' + parameters: + - string: + name: K8S_SSH_USER + default: 'ubuntu' + description: 'SSH username to connect to the K8s master ' + - string: + name: K8S_SSH_PASSWORD + default: '' + description: 'SSH password to connect to the K8s master' + - string: + name: K8S_SSH_KEY + default: '' + description: 'SSH key to connect to the K8s master' ######################## # job templates @@ -87,7 +118,7 @@ - '{project}-defaults' - string: name: DEPLOY_SCENARIO - default: 'k8-calico-iec-noha' + default: '{scenario}' builders: - trigger-builds: @@ -95,7 +126,10 @@ current-parameters: false predefined-parameters: | DEPLOY_SCENARIO={scenario} - INSTALLER_VERSION={stream} + same-node: true + block: true + - project: 'iec-install-{usecase}-daily-{stream}' + current-parameters: false same-node: true block: true @@ -123,29 +157,93 @@ - '{project}-defaults' - string: name: DEPLOY_SCENARIO - default: 'k8-calico-iec-noha' + default: '{scenario}' wrappers: - build-name: name: '$BUILD_NUMBER - Scenario: $DEPLOY_SCENARIO' - scm: - - lf-infra-gerrit-scm: - jenkins-ssh-credential: '{jenkins-ssh-credential}' - git-url: '{git-url}/{project}.git' + scm: &scm + - git: + credentials-id: '{jenkins-ssh-credential}' + url: '{git-url}/{project}.git' refspec: '' - branch: '{branch}' - submodule-recursive: false - submodule-timeout: '{submodule-timeout}' + branches: + - 'refs/heads/{branch}' + skip-tag: true + wipe-workspace: true + submodule: + disable: true + recursive: false + timeout: '{submodule-timeout}' choosing-strategy: default + builders: + - description-setter: + description: "POD: $NODE_NAME" + - conditional-step: + condition-kind: regex-match + regex: 'compass-.*' + label: '{deploy-type}' + steps: + - shell: + !include-raw-escape: ./iec-compass-build.sh + - shell: + !include-raw-escape: ./iec-compass-deploy.sh + - shell: + !include-raw-escape: ./iec-compass-destroy.sh + - conditional-step: + condition-kind: regex-match + regex: 'fuel-.*' + label: '{deploy-type}' + steps: + - shell: + !include-raw-escape: ./iec-fuel-deploy.sh + + publishers: + - email: + recipients: armband@enea.com + - lf-infra-publish + +- job-template: + name: 'iec-install-{usecase}-{deploy-type}-daily-{stream}' + concurrent: true + node: '{slave-label}' + properties: + - throttle: + enabled: true + max-total: 4 + max-per-node: 1 + option: 'project' + - build-blocker: + use-build-blocker: true + blocking-jobs: + - '.*-deploy-{deploy-type}-daily-*' + - '.*-install-{usecase}-{deploy-type}-daily-*' + blocking-level: 'NODE' + + parameters: + - lf-infra-parameters: + project: '{project}' + stream: '{stream}' + branch: '{branch}' + - '{project}-defaults' + - '{usecase}-defaults' + + wrappers: + - build-name: + name: '$BUILD_NUMBER - Usecase: ${usecase} DeployType: ${deploy-type}' + + scm: *scm + builders: - shell: - !include-raw-escape: ./iec-fuel-deploy.sh + !include-raw-escape: ./iec-{usecase}.sh publishers: - email: recipients: armband@enea.com + - lf-infra-publish ######################## # trigger macros @@ -162,3 +260,7 @@ name: 'iec-fuel-baremetal-daily-master-trigger' triggers: - timed: '' +- trigger: + name: 'iec-compass-virtual-daily-master-trigger' + triggers: + - timed: '0 13 * * *'