diff options
Diffstat (limited to 'jjb/functest/functest-ci-jobs.yml')
-rw-r--r-- | jjb/functest/functest-ci-jobs.yml | 9 |
1 files changed, 9 insertions, 0 deletions
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 |