X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fengine-macros.yaml;h=76760728777dc77c293fd14b2a9ecf2763733501;hb=101073bc4e31995fdb879c6ff08715160ffaa1cb;hp=5ecfe3f5f1bbc3f5ec52e1d09aaac8aaa953a98d;hpb=6d37f5d3773d3879a1ab8a286a40037883d7f358;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/engine-macros.yaml b/jjb/cloud-infra/engine-macros.yaml index 5ecfe3f5..76760728 100644 --- a/jjb/cloud-infra/engine-macros.yaml +++ b/jjb/cloud-infra/engine-macros.yaml @@ -57,12 +57,24 @@ - 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: @@ -151,3 +163,23 @@ 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: