X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fengine-macros.yaml;h=8a37b9424f26c5ea5ad16bcc068b213983585d41;hb=80cc55ddbdf88cdd8ad2a07ff4428825bd86e8ab;hp=9fe9404f64105614c832da38e728616793b99d3d;hpb=21e64e0733bce2090ab5eba6a1698e72c8ac77d0;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/engine-macros.yaml b/jjb/cloud-infra/engine-macros.yaml index 9fe9404f..8a37b942 100644 --- a/jjb/cloud-infra/engine-macros.yaml +++ b/jjb/cloud-infra/engine-macros.yaml @@ -93,6 +93,12 @@ - shell: !include-raw: ./scripts/delete-heat-stack.sh +- builder: + name: 'cloud-infra-cleanup-stack-macro' + builders: + - shell: + !include-raw: ./scripts/cleanup-heat-stacks.sh + - builder: name: 'wait-pkg-mgr-macro' builders: @@ -116,6 +122,11 @@ builders: - shell: !include-raw: ./scripts/generate-release-metadata.sh +- builder: + name: 'generate-k8sdeployment-environment-macro' + builders: + - shell: + !include-raw: ./scripts/generate-k8sdeployment-environment.sh - builder: name: 'promote-macro' @@ -123,3 +134,14 @@ - shell: !include-raw: ./scripts/promote.sh +- builder: + name: 'xtesting-infra-healthcheck-macro' + builders: + - shell: + !include-raw: ./scripts/xtesting-infra-healthcheck.sh + +- builder: + name: 'xtesting-healthcheck-macro' + builders: + - shell: + !include-raw: ./scripts/xtesting-healthcheck.sh