Revert "qa: support isal ec test for aarch64"

This commit has been causing scheduled jobs to request e.g. aarch64
smithi machines, which don't exist. The dispatcher then tries to find them forever, requiring the dispatcher to be killed and restarted. The queue
will sit idle until someone notices the problem.

Signed-off-by: Zack Cerza <zack@redhat.com>
This commit is contained in:
Zack Cerza 2021-10-12 12:43:34 -06:00 committed by Zack Cerza
parent 79a5deda62
commit b57539dc94
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,7 @@ case $arch in
aarch64*|arm*)
legacy_jerasure_plugins=(jerasure_generic jerasure_neon)
legacy_shec_plugins=(shec_generic shec_neon)
plugins=(jerasure shec lrc isa)
plugins=(jerasure shec lrc)
;;
*)
echo "unsupported platform ${arch}."

View File

@ -1 +0,0 @@
arch: aarch64