X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fengine-macros.yaml;h=9cc29956ffd5b977f09a277ef4d8a83aaae5f96c;hb=73a6263394fcc6b3a3e2f83b1cdd9658a70a7b51;hp=32d44e033d0b7ddb00c195d2329e5359d2d9e354;hpb=01a26b2da08b688b4837f83855ea046c1fba770b;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/engine-macros.yaml b/jjb/cloud-infra/engine-macros.yaml index 32d44e03..9cc29956 100644 --- a/jjb/cloud-infra/engine-macros.yaml +++ b/jjb/cloud-infra/engine-macros.yaml @@ -45,6 +45,12 @@ - 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: @@ -52,10 +58,34 @@ !include-raw: ./scripts/upload-artifact.sh - builder: - name: 'download-artifact-macro' + 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: + - shell: + !include-raw: ./scripts/download-functest-artifact.sh + +- builder: + name: 'download-yardstick-artifact-macro' builders: - shell: - !include-raw: ./scripts/download-artifact.sh + !include-raw: ./scripts/download-yardstick-artifact.sh - builder: name: 'deploy-macro' @@ -81,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: @@ -104,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' @@ -111,3 +152,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