From: Zack Cerza Date: Tue, 12 Oct 2021 18:43:34 +0000 (-0600) Subject: Revert "qa: support isal ec test for aarch64" X-Git-Tag: v17.1.0~709^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b57539dc947fd8a9f7164b6b4044288adcac2d8d;p=ceph.git 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 --- diff --git a/qa/standalone/erasure-code/test-erasure-code-plugins.sh b/qa/standalone/erasure-code/test-erasure-code-plugins.sh index 677a76686393..b5648d472b97 100755 --- a/qa/standalone/erasure-code/test-erasure-code-plugins.sh +++ b/qa/standalone/erasure-code/test-erasure-code-plugins.sh @@ -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}." diff --git a/qa/suites/rados/thrash-erasure-code-isa/arch/aarch64.yaml b/qa/suites/rados/thrash-erasure-code-isa/arch/aarch64.yaml deleted file mode 100644 index 6399b9959b59..000000000000 --- a/qa/suites/rados/thrash-erasure-code-isa/arch/aarch64.yaml +++ /dev/null @@ -1 +0,0 @@ -arch: aarch64