diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-27 18:52:28 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-27 18:52:28 +0200 |
commit | 0c691d83341e2b3240cc524e437c225e3481b2ef (patch) | |
tree | a747f591705c6b88026a14de633fb4f69d57afa9 /jjb/airship | |
parent | 3e7ab349e3911c85b1307798f767282c4fc41a5d (diff) |
Add tempest_heat_cntt in all gates
Change-Id: I1f186f5cc68732aedee416619d49085407f5529d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/airship')
-rw-r--r-- | jjb/airship/cntt.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index 01fe9972e..c47f2a13c 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -336,6 +336,7 @@ - neutron-tempest-plugin-api-cntt - tempest_cinder_cntt - tempest_keystone_cntt + - tempest_heat_cntt - rally_sanity_cntt - tempest_full_cntt - tempest_scenario_cntt @@ -548,6 +549,8 @@ <<: *cntt-jobs - name: 'cntt-opnfv-functest-smoke-cntt-{tag}-tempest_keystone_cntt-run' <<: *cntt-jobs + - name: 'cntt-opnfv-functest-smoke-cntt-{tag}-tempest_heat_cntt-run' + <<: *cntt-jobs - name: 'cntt-opnfv-functest-smoke-cntt-{tag}-rally_sanity_cntt-run' <<: *cntt-jobs - name: 'cntt-opnfv-functest-smoke-cntt-{tag}-tempest_full_cntt-run' |