diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-03-08 18:06:44 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-03-08 18:06:44 +0100 |
commit | 399a6ac546d7a4c40c4de7191563a5d23406d24a (patch) | |
tree | 8b36add44e8291c604d8734c8c076118fbe094f3 /jjb | |
parent | 7629cefc3a6f08b1253f58bf70dfb745992281c2 (diff) |
Remove neutron_trunk in Airship and CIRV gates
Else it would always fail until endpoints are fixed (pagination)
Change-Id: Ib5c41ce7f6bc2c59d51d440da2d9eb96b7c9ed71
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/airship/airship.yaml | 2 | ||||
-rw-r--r-- | jjb/airship/cntt.yaml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index 076715958..b679f3ebb 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -608,8 +608,6 @@ projects: - name: 'airship-opnfv-functest-smoke-{tag}-tempest_scenario-run' <<: *airship-jobs - - name: 'airship-opnfv-functest-smoke-{tag}-neutron_trunk-run' - <<: *airship-jobs - name: 'airship-opnfv-functest-smoke-{tag}-networking-bgpvpn-run' <<: *airship-jobs - name: 'airship-opnfv-functest-smoke-{tag}-networking-sfc-run' diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index acdcb2a9a..4403e6507 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -661,8 +661,6 @@ projects: - name: 'cntt-opnfv-functest-smoke-{tag}-tempest_scenario-run' <<: *cntt-jobs - - name: 'cntt-opnfv-functest-smoke-{tag}-neutron_trunk-run' - <<: *cntt-jobs - name: 'cntt-opnfv-functest-smoke-{tag}-networking-bgpvpn-run' <<: *cntt-jobs - name: 'cntt-opnfv-functest-smoke-{tag}-networking-sfc-run' |