X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fengine-macros.yaml;h=76760728777dc77c293fd14b2a9ecf2763733501;hb=3b5d5d8f359a4207872edf32773fdb72c3193eb7;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..76760728 100644 --- a/jjb/cloud-infra/engine-macros.yaml +++ b/jjb/cloud-infra/engine-macros.yaml @@ -45,18 +45,36 @@ - shell: !include-raw: ./scripts/package.sh +- builder: + name: 'test-package-macro' + builders: + - shell: + !include-raw: ./scripts/test-package.sh + - builder: name: 'upload-artifact-macro' builders: - shell: !include-raw: ./scripts/upload-artifact.sh +- builder: + name: 'xtesting-upload-artifact-macro' + builders: + - shell: + !include-raw: ./scripts/upload-xtesting-artifact.sh + - builder: name: 'download-deploy-artifact-macro' builders: - shell: !include-raw: ./scripts/download-deploy-artifact.sh +- builder: + name: 'download-xtesting-artifact-macro' + builders: + - shell: + !include-raw: ./scripts/download-xtesting-artifact.sh + - builder: name: 'download-functest-artifact-macro' builders: @@ -93,6 +111,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 +140,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 +152,34 @@ - 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 + +- builder: + name: 'oom-build-installdeps-macro' + builders: + - shell: + !include-raw: ./scripts/oom-build-installdeps.sh + +- builder: + name: 'oom-build-wrapper-macro' + builders: + - shell: + !include-raw: ./scripts/oom-build-wrapper.sh + +- builder: + name: 'oom-upload-macro' + builders: + - shell: + !include-raw: ./scripts/oom-upload.sh + +# vim: set ts=2 sw=2 expandtab: