# ============LICENSE_END=========================================================
#--------------------------------------------------------------------------------------
-# The jobs declared in this JJB configuration file are used for verifying cloud-infra
-# engine from the tip of the master branch periodically to check the stability of it.
-#
-# These jobs are set to run on slaves with label vpod-deploy-ubuntu1604.
-# The slaves have
-# - Ubuntu1604 as the base distro
-# - nested virtualization
-# - internet access
-# - passwordless sudo
-# - 16 CPUs/32GB RAM/200 GB Disk
-# - docker, git vim curl wget zip unzip chrony apt-transport-https ca-certificates curl
-# gnupg-agent software-properties-common docker-ce docker-ce-cli containerd.io openjdk-8-jre
-#
-# The slaves should not have a cloud infra scenario deployed on them.
+# The jobs declared in this JJB configuration file are used for deploying and testing
+# ONAP scenario onap-nofeature-noha.
#--------------------------------------------------------------------------------------
- project:
test-type: oom-healthcheck
- promote-onap:
build-timeout: 5
- - delete-stack:
- build-timeout: 5
onap-healthcheck-phases:
- onap-healthcheck-core:
node-parameters: true
kill-phase-on: NEVER
abort-all-job: false
- - multijob:
- name: Delete Stack
- condition: ALWAYS
- projects:
- - name: 'delete-stack-periodic-{distro}-{installer-type}-{type}-{onap-branch}'
- current-parameters: false
- predefined-parameters: |
- DISTRO=$DISTRO
- DEPLOY_TYPE=$DEPLOY_TYPE
- INSTALLER_TYPE=$INSTALLER_TYPE
- DEPLOY_SCENARIO=$DEPLOY_SCENARIO
- ONAP_VERSION=$ONAP_VERSION
- ONAP_FLAVOR=$ONAP_FLAVOR
- ENGINE_VERSION=$ENGINE_VERSION
- ENGINE_REFSPEC=$ENGINE_REFSPEC
- DEPLOY_SCENARIO_VERSION=$DEPLOY_SCENARIO_VERSION
- DEPLOY_SCENARIO_REFSPEC=$DEPLOY_SCENARIO_REFSPEC
- XTESTING_REPO_URL=$XTESTING_REPO_URL
- ENGINE_ANSIBLE_PARAMS=$ENGINE_ANSIBLE_PARAMS
- CLEANUP=$CLEANUP
- node-parameters: true
- kill-phase-on: NEVER
- abort-all-job: false
+
+ publishers:
+ - postbuildscript:
+ builders:
+ - role: SLAVE
+ build-on:
+ - SUCCESS
+ - FAILURE
+ - ABORTED
+ - NOT_BUILT
+ - UNSTABLE
+ build-steps:
+ - shell:
+ !include-raw: ./delete-heat-stack.sh
- job-template:
name: '{onap-other-phases}-periodic-{distro}-{installer-type}-{type}-{onap-branch}'