Ignore failures in PPC/s390 builds

They fail just too often for some infrastructure flakiness reasons and
constantly result in false positives.
This commit is contained in:
Vadim Zeitlin
2020-05-06 22:47:26 +02:00
parent 7e5c8915c5
commit b30dfcc8d5

View File

@@ -74,6 +74,18 @@ matrix:
env: wxCONFIGURE_FLAGS="--disable-sys-libs --disable-gui" wxLXC=1 wxSKIP_GUI=1
name: wxBase S/390
# The environments running these builds are flaky and often fail for the
# reasons that have nothing to do with the build itself.
allow_failures:
- os: linux
arch: ppc64le
env: wxCONFIGURE_FLAGS="--disable-sys-libs --disable-gui" wxLXC=1 wxSKIP_GUI=1
name: wxBase PowerPC64
- os: linux
arch: s390x
env: wxCONFIGURE_FLAGS="--disable-sys-libs --disable-gui" wxLXC=1 wxSKIP_GUI=1
name: wxBase S/390
branches:
only:
- master