[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:
Előd Illés 2024-03-06 17:27:53 +01:00
parent 84eb58d367
commit af8b2d1f3c

View File

@ -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