X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2Ftravis-ci_scripts%2F10_before_install.bash;h=12a61890321f4d270cdff2ed640d3aa0cce3f128;hb=e1ab2f7a869eaeffd751ee2431642591918bc2a3;hp=7b6d98b47d6f2dd0a848c2d65c5976f9f10cecbc;hpb=a0acdea013d61412a9aef0f567e036902de4de67;p=dbsrgits%2FDBIx-Class.git diff --git a/maint/travis-ci_scripts/10_before_install.bash b/maint/travis-ci_scripts/10_before_install.bash index 7b6d98b..12a6189 100755 --- a/maint/travis-ci_scripts/10_before_install.bash +++ b/maint/travis-ci_scripts/10_before_install.bash @@ -3,16 +3,6 @@ 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