From: Peter Rabbitson Date: Fri, 1 Mar 2013 16:02:03 +0000 (+0100) Subject: Smoke all branches on travis except for blocked* and wip/* X-Git-Tag: v0.08210~36 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a0acdea013d61412a9aef0f567e036902de4de67;p=dbsrgits%2FDBIx-Class.git Smoke all branches on travis except for blocked* and wip/* --- diff --git a/.travis.yml b/.travis.yml index fcf7acc..f51eeac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,19 +30,15 @@ # # -# Smoke only specific branches to a) not overload the queue and b) not -# overspam the notification channels +# Smoke all branches except for blocked* and wip/* # -# Furthermore if the branch is ^topic/ - the custom compiled smokes will -# not run at all, again in order to conserve queue resources -# -# Additionally bleadperl tests do not run on master (but do run on smoke/*) +# Additionally master does not smoke with bleadperl +# ( implemented in maint/travis-ci_scripts/10_before_install.bash ) # branches: - only: - - master - - /^smoke\// - - /^topic\// + except: + - /^wip\// + - /^blocked/ notifications: irc: diff --git a/maint/travis-ci_scripts/10_before_install.bash b/maint/travis-ci_scripts/10_before_install.bash index 7a5c5fe..7b6d98b 100755 --- a/maint/travis-ci_scripts/10_before_install.bash +++ b/maint/travis-ci_scripts/10_before_install.bash @@ -3,7 +3,6 @@ source maint/travis-ci_scripts/common.bash if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then return ; fi -# .travis.yml already restricts branches to master, topic/* and smoke/* # do some extra short-circuiting here # when smoking master do not attempt bleadperl (not release-critical)