summaryrefslogtreecommitdiffstats
path: root/jjb/integration/integration-macros.yaml
diff options
context:
space:
mode:
authorLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>2020-11-11 19:27:57 +0200
committerLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>2020-11-12 13:22:14 +0200
commitf81911464b7ffc4eb81633ca269c3118443939c0 (patch)
tree4a70c4534f75a0b75b715c8b229b0ecd35c9ee6b /jjb/integration/integration-macros.yaml
parent6345357f77177bbf1d8ad543e8a1276051e28961 (diff)
Add project-specific CSIT job template
- add template for project-specific CSIT - apply the template in music component (note that this requires https://gerrit.onap.org/r/c/music/distributed-kv-store/+/114637 to be merged to find the proper plans) - pass selected infra parameters to triggered docker build and CSIT jobs to have them use appropriate branch Issue-ID: INT-1760 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Id83e54548243e9d5dc7d932acae469a8b295c48f
Diffstat (limited to 'jjb/integration/integration-macros.yaml')
-rw-r--r--jjb/integration/integration-macros.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/jjb/integration/integration-macros.yaml b/jjb/integration/integration-macros.yaml
index d485b8ed7..b4728463e 100644
--- a/jjb/integration/integration-macros.yaml
+++ b/jjb/integration/integration-macros.yaml
@@ -68,6 +68,11 @@
- shell: "${WORKSPACE}/run-csit.sh ${TESTPLAN} ${TESTOPTIONS}"
- builder:
+ name: integration-run-project-test
+ builders:
+ - shell: "${WORKSPACE}/csit/run-project-csit.sh ${TESTPLAN} ${TESTOPTIONS}"
+
+- builder:
name: integration-autorelease-fix-relativepaths
builders:
- shell: "${WORKSPACE}/autorelease/scripts/fix-relativepaths.sh"
@@ -132,6 +137,16 @@
only-critical: false
- publisher:
+ name: integration-project-robot
+ publishers:
+ - robot:
+ output-path: 'csit/archives'
+ other-files: ''
+ unstable-threshold: '{unstable-if}'
+ pass-threshold: '{pass-if}'
+ only-critical: false
+
+- publisher:
name: integration-docker-compose-logs
publishers:
- postbuildscript: