Skip to content

Commit

Permalink
Retry allow failures of individual pharo rows
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-cellier-aka-nice committed Jun 17, 2020
1 parent 69a6ef7 commit eb9686c
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .travis.yml
Expand Up @@ -151,7 +151,6 @@ jobs:
dist: trusty
group: edge
allow_failures:
- env: FLAVOR="pharo.cog.spur"
- env: FLAVOR="squeak.sista.spur"
- env: FLAVOR="pharo.sista.spur"
- env: FLAVOR="squeak.cog.spur.lowcode"
Expand All @@ -166,6 +165,30 @@ jobs:
- env: ARCH="macos32x86" FLAVOR="newspeak.stack.spur"
- env: ARCH="linux32ARMv6" FLAVOR="newspeak.cog.spur"
- env: ARCH="linux32ARMv6" FLAVOR="newspeak.stack.spur"
- env: ARCH="linux64x64" FLAVOR="pharo.cog.spur" HEARTBEAT="threaded"
- env: ARCH="linux32x86" FLAVOR="pharo.cog.spur" HEARTBEAT="threaded"
- env: ARCH="linux64x64" FLAVOR="pharo.cog.spur" HEARTBEAT="itimer"
- env: ARCH="linux32x86" FLAVOR="pharo.cog.spur" HEARTBEAT="itimer"
- env: ARCH="macos64x64" FLAVOR="pharo.cog.spur"
- env: ARCH="macos32x86" FLAVOR="pharo.cog.spur"
- env: ARCH="macos64x64" FLAVOR="pharo.cog.spur.lowcode"
- env: ARCH="macos32x86" FLAVOR="pharo.cog.spur.lowcode"
- env: ARCH="linux64x64" FLAVOR="pharo.sista.spur" HEARTBEAT="threaded"
- env: ARCH="linux32x86" FLAVOR="pharo.sista.spur" HEARTBEAT="threaded"
- env: ARCH="linux64x64" FLAVOR="pharo.sista.spur" HEARTBEAT="itimer"
- env: ARCH="linux32x86" FLAVOR="pharo.sista.spur" HEARTBEAT="itimer"
- env: ARCH="macos64x64" FLAVOR="pharo.sista.spur"
- env: ARCH="macos32x86" FLAVOR="pharo.sista.spur"
- env: ARCH="linux64x64" FLAVOR="pharo.stack.spur"
- env: ARCH="linux32x86" FLAVOR="pharo.stack.spur"
- env: ARCH="macos64x64" FLAVOR="pharo.stack.spur"
- env: ARCH="macos32x86" FLAVOR="pharo.stack.spur"
- env: ARCH="linux64x64" FLAVOR="pharo.stack.spur.lowcode"
- env: ARCH="linux32x86" FLAVOR="pharo.stack.spur.lowcode"
- env: ARCH="macos64x64" FLAVOR="pharo.stack.spur.lowcode"
- env: ARCH="macos32x86" FLAVOR="pharo.stack.spur.lowcode"
- env: ARCH="linux32ARMv6" FLAVOR="pharo.cog.spur"
- env: ARCH="linux32ARMv6" FLAVOR="pharo.stack.spur"

install: ./scripts/ci/travis_install.sh

Expand Down

0 comments on commit eb9686c

Please sign in to comment.