[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH-for-5.1 7/8] .travis.yml: Run fetch-acceptance-assets before chec
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH-for-5.1 7/8] .travis.yml: Run fetch-acceptance-assets before check-acceptance |
Date: |
Fri, 3 Apr 2020 19:29:18 +0200 |
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 2fd63eceaa..c6b32da447 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -317,7 +317,7 @@ jobs:
dist: bionic
env:
- CONFIG="--enable-tools
--target-list=aarch64-softmmu,alpha-softmmu,arm-softmmu,m68k-softmmu,microblaze-softmmu,mips-softmmu,mips64el-softmmu,nios2-softmmu,or1k-softmmu,ppc-softmmu,ppc64-softmmu,s390x-softmmu,sparc-softmmu,x86_64-softmmu,xtensa-softmmu"
- - TEST_CMD="make check-acceptance"
+ - TEST_CMD="travis_retry make -j1 fetch-acceptance-assets
check-acceptance DEBUG=1"
- CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-acceptance"
after_script:
- python3 -c 'import json; r =
json.load(open("tests/results/latest/results.json")); [print(t["logfile"]) for
t in r["tests"] if t["status"] not in ("PASS", "SKIP")]' | xargs cat
--
2.21.1
- Re: [PATCH-for-5.0 3/8] tests/acceptance/ppc_prep_40p: Use mirror for ftp.software.ibm.com, (continued)
- [PATCH-for-5.1 7/8] .travis.yml: Run fetch-acceptance-assets before check-acceptance,
Philippe Mathieu-Daudé <=
[NOTFORMERGE PATCH 8/8] Kludge for Avocado issue #3661, Philippe Mathieu-Daudé, 2020/04/03