From 5f3d2ff63b3eb67e55fa83123b236c820c347749 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Mon, 30 May 2022 20:06:15 -0400 Subject: [PATCH] LU-14067 tests: re-enable gcc compile test for PPC + ARM The development environment earlier was incorrectly setup in the test bed. With the renewal of the ARM / PPC testbed the development environment should work so re-enable the gcc test. Test-Parameters: trivial clientdistro=el8.5 clientarch=aarch64 testlist=sanity env=ONLY=400 Test-Parameters: trivial clientdistro=el8.5 clientarch=ppc64le testlist=sanity env=ONLY=400 Test-Parameters: trivial clientdistro=el8.5 clientarch=aarch64 testlist=sanity-lnet env=ONLY=300 Test-Parameters: trivial clientdistro=el8.5 clientarch=ppc64le testlist=sanity-lnet env=ONLY=300 Change-Id: I95eb8e6f08402209aa350b81cd9517d0f8422632 Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/46409 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: xinliang Reviewed-by: Oleg Drokin --- lustre/tests/sanity-lnet.sh | 6 ------ lustre/tests/sanity.sh | 1 - 2 files changed, 7 deletions(-) diff --git a/lustre/tests/sanity-lnet.sh b/lustre/tests/sanity-lnet.sh index 97f7f36..e7568d5 100755 --- a/lustre/tests/sanity-lnet.sh +++ b/lustre/tests/sanity-lnet.sh @@ -12,12 +12,6 @@ ONLY=${ONLY:-"$*"} ALWAYS_EXCEPT="$SANITY_LNET_EXCEPT " # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! -# skip the grant tests for ARM until they are fixed -if [[ $(uname -m) = aarch64 ]]; then - # bug number: LU-14067 - ALWAYS_EXCEPT+=" 300" -fi - [ "$SLOW" = "no" ] && EXCEPT_SLOW="" LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)} diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index c1de3f4..76476c2 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -51,7 +51,6 @@ fi # skip the grant tests for ARM until they are fixed if [[ $(uname -m) = aarch64 ]]; then always_except LU-11671 45 - always_except LU-14067 400a 400b fi # skip nfs tests on kernels >= 4.12.0 until they are fixed -- 1.8.3.1