Disable ABI test suite in gating

the CI bots don't have enogh FS space
This commit is contained in:
sergesanspaille 2020-09-22 05:30:38 +00:00
parent fd536b6e06
commit 033a6e8acd
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@
dir: ./
run: echo "int main(){}" | clang -x c -
- llvm-test-suite/test-suite
- llvm-test-suite/abi-test-suite
# ABI test suite is too greedy on the FS
#- llvm-test-suite/abi-test-suite
- clang/rhbz_1657544
- clang/rhbz_1647130
- clang/llvm-toolchain