[tools] Do not transition tempest plugins
The series transition script simply lists all deliverables, including tempest plugins, which are branchless, hence no need to transition them to Unmaintained/EOL at all. Change-Id: Id35aaf710008a8a0d776bc9d3f0a6a12fd452dbf
This commit is contained in:
parent
84eb58d367
commit
af8b2d1f3c
@ -25,7 +25,7 @@ if [[ -z "$VIRTUAL_ENV" ]]; then
|
||||
fi
|
||||
|
||||
echo "Finding deliverables for $series series..."
|
||||
deliverables=$(list-deliverables --series $series)
|
||||
deliverables=$(list-deliverables --series $series --except-type tempest-plugin)
|
||||
|
||||
errors=()
|
||||
for deliverable in $deliverables; do
|
||||
|
Loading…
Reference in New Issue
Block a user