Skip to content
Snippets Groups Projects
Commit daee97f6 authored by Alex Bennée's avatar Alex Bennée
Browse files

.travis.yml: reduce the load on [ppc64] GCC check-tcg


This seems to be timing out quite often and occasionally running out
of disk space. Relegate it to light duties.

Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Message-Id: <20200501111505.4225-5-alex.bennee@linaro.org>
parent ae528629
No related branches found
No related tags found
No related merge requests found
......@@ -458,7 +458,7 @@ jobs:
- genisoimage
env:
- TEST_CMD="make check check-tcg V=1"
- CONFIG="--disable-containers --target-list=${MAIN_SOFTMMU_TARGETS},ppc64le-linux-user"
- CONFIG="--disable-containers --target-list=ppc64-softmmu,ppc64le-linux-user"
- name: "[s390x] GCC check-tcg"
arch: s390x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment