diff options
-rw-r--r-- | jjb/functest/functest.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 3da624978..f2b57fa9b 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -349,6 +349,7 @@ - tempest_cinder - tempest_keystone - rally_sanity + - tempest_full jobs: - 'functest-{repo}-{container}-{tag}-{test}-run' @@ -499,6 +500,8 @@ <<: *functest-jobs - name: 'functest-opnfv-functest-smoke-cntt-{tag}-rally_sanity-run' <<: *functest-jobs + - name: 'functest-opnfv-functest-smoke-cntt-{tag}-tempest_full-run' + <<: *functest-jobs - multijob: name: opnfv/functest-benchmarking:{tag} projects: @@ -791,6 +794,8 @@ <<: *functest-jobs - name: 'functest-opnfv-functest-smoke-cntt-{tag}-rally_sanity-run' <<: *functest-jobs + - name: 'functest-opnfv-functest-smoke-cntt-{tag}-tempest_full-run' + <<: *functest-jobs - multijob: name: opnfv/functest-benchmarking:{tag} projects: @@ -986,6 +991,8 @@ <<: *functest-jobs - name: 'functest-opnfv-functest-smoke-cntt-{tag}-rally_sanity-run' <<: *functest-jobs + - name: 'functest-opnfv-functest-smoke-cntt-{tag}-tempest_full-run' + <<: *functest-jobs - multijob: name: opnfv/functest-benchmarking:{tag} projects: |