Title: [220166] trunk/Tools
- Revision
- 220166
- Author
- [email protected]
- Date
- 2017-08-02 18:32:27 -0700 (Wed, 02 Aug 2017)
Log Message
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (220165 => 220166)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg 2017-08-03 01:32:07 UTC (rev 220165)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg 2017-08-03 01:32:27 UTC (rev 220166)
@@ -24,6 +24,7 @@
from committer_auth import CommitterAuth
import wkbuild
+APPLE_WEBKIT_AWS_PROXY = "http://54.190.50.182:873"
S3URL = "https://s3-us-west-2.amazonaws.com/"
c = BuildmasterConfig = {}
@@ -317,7 +318,12 @@
haltOnFailure = True
flunkOnFailure = True
+ def start(self):
+ if 'apple' in self.getProperty('buildername').lower():
+ self.slaveEnvironment['HTTPS_PROXY'] = APPLE_WEBKIT_AWS_PROXY # curl env var to use a proxy
+ return shell.ShellCommand.start(self)
+
class RunJavaScriptCoreTests(TestWithFailureCount):
name = "jscore-test"
description = ["jscore-tests running"]
Modified: trunk/Tools/ChangeLog (220165 => 220166)
--- trunk/Tools/ChangeLog 2017-08-03 01:32:07 UTC (rev 220165)
+++ trunk/Tools/ChangeLog 2017-08-03 01:32:27 UTC (rev 220166)
@@ -1,3 +1,14 @@
+2017-08-02 Lucas Forschler <[email protected]>
+
+ download-built-product should allow for a proxy option
+ https://bugs.webkit.org/show_bug.cgi?id=174875
+
+ Reviewed by Aakash Jain, Alexey Proskuryakov, Dean Johnson
+
+ * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+ (DownloadBuiltProduct.start): Teach buildbot to pass along proxy for Apple bots
+
+
2017-08-02 Jonathan Bedard <[email protected]>
check-webkit-style: deleting lines in a file runs the linter on the whole file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes