From 1a68455d59c4161997f706729cd70f31c9ab679d Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Tue, 30 Aug 2016 16:49:36 +0200 Subject: [Functest] Push logs to artifacts regardless if loop fails This prevents from exiting the job without pushing the logs to artifacts if the functest loop fails. JIRA: FUNCTEST-443 Change-Id: I6925b5855326df809dbce9f389b10be8a00cf8de Signed-off-by: jose.lausuch --- jjb/functest/functest-ci-jobs.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'jjb/functest/functest-ci-jobs.yml') diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index 8e3de3d75..3070c2535 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -276,6 +276,7 @@ - 'set-functest-env' - 'functest-daily' - 'functest-store-results' + - 'functest-exit' - builder: name: functest-weekly-builder @@ -284,6 +285,7 @@ - 'set-functest-env' - 'functest-weekly' - 'functest-store-results' + - 'functest-exit' - builder: name: functest-suite-builder @@ -291,6 +293,7 @@ - 'functest-cleanup' - 'set-functest-env' - 'functest-suite' + - 'functest-exit' - builder: name: functest-daily @@ -327,3 +330,9 @@ builders: - shell: !include-raw: ./functest-cleanup.sh + +- builder: + name: functest-exit + builders: + - shell: + !include-raw: ./functest-exit.sh \ No newline at end of file -- cgit 1.2.3-korg