X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-macros.yaml;h=c180baec8404b57993a1ffa2835ac3d6886bee8a;hb=d211845538c97d10a32e0cf214d679222d3c20d9;hp=496db36580b67e2093279ef94d95365fca8f7e80;hpb=d445106923840aca19b64d20dde4ed146123d463;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-macros.yaml b/jjb/integration/integration-macros.yaml index 496db3658..c180baec8 100644 --- a/jjb/integration/integration-macros.yaml +++ b/jjb/integration/integration-macros.yaml @@ -46,13 +46,21 @@ default: '{stream}' description: 'Distribution stream string, for suites to know which behavior to expect' +- parameter: + name: integration-stream-test-plan + parameters: + - string: + name: STREAMTESTPLAN + default: '{stream-test-plan}' + description: 'Stream-specific test plan we will run' + - parameter: name: integration-test-plan parameters: - string: name: TESTPLAN default: '{test-plan}' - description: 'Test plan we will run' + description: 'General test plan we will run unless stream-specific one is found' - parameter: name: integration-test-options @@ -274,6 +282,17 @@ !include-raw: - include-raw-integration-deploy-controller-run-test.sh +# Macro: include-raw-integration-deploy-robot-testing +# Operation: this macro only resolves suite path from testplan +# Used by: {project}-openstack-{functionality}-daily-{openstack}-{odl} job templates + +- builder: + name: include-raw-integration-deploy-devstack-testing + builders: + - shell: + !include-raw: + - include-raw-integration-deploy-devstack-testing.sh + # Macro: integration-deploy-controller # Operation: this macro prepares 3-node cluster controller # Used by: {project}-csit-3node-* job templates