Dzahn has submitted this change and it was merged. Change subject: update apache-fast-test to use mw1017 instead of srv193 as default test host ......................................................................
update apache-fast-test to use mw1017 instead of srv193 as default test host Change-Id: I9c80c694d7425a8884af5e59526852f19de00b59 --- M files/misc/scripts/apache-fast-test 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/files/misc/scripts/apache-fast-test b/files/misc/scripts/apache-fast-test index 34dca84..5819b5e 100755 --- a/files/misc/scripts/apache-fast-test +++ b/files/misc/scripts/apache-fast-test @@ -32,7 +32,7 @@ my $timeout_limit = 3; # how many timeouts to tolerate before dropping a server my $timeout = 10; # seconds before LWP gives up on a web request my $pad_length = 25; # server hostname column width in report -my $default_staging_server = 'srv193.pmtpa.wmnet'; +my $default_staging_server = 'mw1017.eqiad.wmnet'; # get a list of servers to test my $servers; -- To view, visit https://gerrit.wikimedia.org/r/73367 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9c80c694d7425a8884af5e59526852f19de00b59 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
