matrix:
include:
- # bleadperl
- - perl: bleadperl_thr_mb
- env:
- - CLEANTEST=false
- - BREWOPTS="-Duseithreads -Dusemorebits"
- - BREWVER=blead
-
# minimum supported with threads
- perl: 5.8.5_thr
env:
- DBIC_TRACE=1
- DBIC_TRACE_PROFILE=console_monochrome
+ ###
+ # Start of the allow_failures block
+
+ # bleadperl
+ - perl: bleadperl_thr_mb
+ env:
+ - CLEANTEST=false
+ - BREWOPTS="-Duseithreads -Dusemorebits"
+ - BREWVER=blead
+
+
+ # which ones of the above can fail
+ allow_failures:
+ - perl: bleadperl_thr_mb
+
+
# sourcing the files is *EXTREMELY* important - otherwise
# no envvars will survive
source maint/travis-ci_scripts/common.bash
if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then return ; fi
-# do some extra short-circuiting here
-
-# when smoking master do not attempt bleadperl (not release-critical)
-if [[ "$TRAVIS_BRANCH" = "master" ]] && [[ "$BREWVER" = "blead" ]]; then
- echo_err "$(tstamp) master branch is not smoked with bleadperl - bailing out"
- export SHORT_CIRCUIT_SMOKE=1
-fi
-
-if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then return ; fi
-
# Different boxes we run on may have different amount of hw threads
# Hence why we need to query
# Originally we used to read /sys/devices/system/cpu/online