mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
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:
parent
79a5deda62
commit
b57539dc94
@ -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}."
|
||||
|
@ -1 +0,0 @@
|
||||
arch: aarch64
|
Loading…
Reference in New Issue
Block a user