diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2015-11-24 16:42:46 +0100 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2015-11-25 17:11:17 +0100 |
commit | 9313ef2d793e85c5b83c2ebbd4430df01cea6785 (patch) | |
tree | cb4f5a5ae4a21403ddfa444633a68216ddf409da /jjb/apex/apex.yml | |
parent | 3510675a534afdb6e167607b544fb0e1bc7400d9 (diff) |
Add Functest execution after APEX deployment
JIRA: FUNCTEST-69
Change-Id: I11ae219ac9090e59c992baa3835f428b3a614b19
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'jjb/apex/apex.yml')
-rw-r--r-- | jjb/apex/apex.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 376515b95..dbc161efd 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -191,6 +191,13 @@ - 'apex-upload-artifact' - 'apex-deploy-virtual' - 'apex-workspace-cleanup' + - trigger-builds: + - project: 'functest-apex-{stream}' + block: true + block-thresholds: + build-step-failure-threshold: 'never' + failure-threshold: 'never' + unstable-threshold: 'FAILURE' ######################## # parameter macros |