Use tempest-full in the integrated gate

tempest-full now matches the legacy-tempest-dsvm-neutron-full job.

Known differences are:
- there's no reproduce.sh
- the log path is <inventory_name>/logs as opposed to just logs
- there's no static log description page (which was stale anyways)

This replaces legacy-tempest-dsvm-neutron-full with tempest-full
in the integrated gate template.

Change-Id: I799ea86f3c445bb067950a8cbc237999d621e3a9
This commit is contained in:
Andrea Frittoli 2017-12-20 15:18:06 +00:00
parent a617311a88
commit d61cfc5261
1 changed files with 2 additions and 2 deletions

View File

@ -909,13 +909,13 @@
name: integrated-gate name: integrated-gate
check: check:
jobs: jobs:
- legacy-tempest-dsvm-neutron-full: - tempest-full:
branches: ^(?!driverfixes/).*$ branches: ^(?!driverfixes/).*$
- legacy-grenade-dsvm-neutron: - legacy-grenade-dsvm-neutron:
branches: ^(?!stable/newton).*$ branches: ^(?!stable/newton).*$
gate: gate:
jobs: jobs:
- legacy-tempest-dsvm-neutron-full: - tempest-full:
branches: ^(?!driverfixes/).*$ branches: ^(?!driverfixes/).*$
- legacy-grenade-dsvm-neutron: - legacy-grenade-dsvm-neutron:
branches: ^(?!stable/newton).*$ branches: ^(?!stable/newton).*$