summaryrefslogtreecommitdiffstats
path: root/jjb/integration/integration-macros.yaml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-07-13 12:32:14 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-07-18 13:57:52 -0700
commit0bb72f535f0dae9f0573b50b867fa0ded7c03b31 (patch)
treeb8fd16cf51cd6f2e71f2632ef7ef083cfa528f20 /jjb/integration/integration-macros.yaml
parent23c8a49a3bce44eccfddd117ce2346c067f8d7aa (diff)
Integration: Add job for CSIT sample test plan
Change-Id: I3a6ff36dc9f704b33799bba97b57206488d0d7ff Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'jjb/integration/integration-macros.yaml')
-rw-r--r--jjb/integration/integration-macros.yaml48
1 files changed, 48 insertions, 0 deletions
diff --git a/jjb/integration/integration-macros.yaml b/jjb/integration/integration-macros.yaml
new file mode 100644
index 000000000..c3f05429e
--- /dev/null
+++ b/jjb/integration/integration-macros.yaml
@@ -0,0 +1,48 @@
+---
+- parameter:
+ name: integration-test-plan
+ parameters:
+ - string:
+ name: TESTPLAN
+ default: '{test-plan}'
+ description: 'General test plan we will run unless stream-specific one is found'
+
+- parameter:
+ name: integration-test-options
+ parameters:
+ - string:
+ name: TESTOPTIONS
+ default: '{test-options}'
+ description: 'Robot command options'
+
+- builder:
+ name: integration-install-robotframework
+ builders:
+ - shell:
+ !include-raw:
+ - include-raw-integration-install-robotframework.sh
+
+- builder:
+ name: integration-run-test
+ builders:
+ - shell: "${WORKSPACE}/test/csit/run-csit.sh ${TESTPLAN} ${TESTOPTIONS}"
+
+- builder:
+ name: integration-autorelease-fix-relativepaths
+ builders:
+ - shell: "${WORKSPACE}/autorelease/scripts/fix-relativepaths.sh"
+
+- builder:
+ name: integration-autorelease-set-version
+ builders:
+ - shell: "${WORKSPACE}/autorelease/scripts/set-version.sh"
+
+- publisher:
+ name: integration-robot
+ publishers:
+ - robot:
+ output-path: 'archives'
+ other-files: ''
+ unstable-threshold: '{unstable-if}'
+ pass-threshold: '{pass-if}'
+ only-critical: false