aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
authorAlan Jeffrey <ajeffrey@mozilla.com>2017-11-15 17:42:56 -0600
committerAlan Jeffrey <ajeffrey@mozilla.com>2017-11-21 09:27:30 -0600
commitbe5eaa44475c375237ee8934e12f6e3df84abf5e (patch)
tree57e9e6dc3585444e60d50a838f6b5c30997e543c /python/servo/testing_commands.py
parent3864f320e8c6ff707d5b11fe46d67c0677cd112a (diff)
downloadservo-be5eaa44475c375237ee8934e12f6e3df84abf5e.tar.gz
servo-be5eaa44475c375237ee8934e12f6e3df84abf5e.zip
Submit test-perf CSV files to S3.
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r--python/servo/testing_commands.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index 2530fee7073..16efbd60b4f 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -186,12 +186,6 @@ class MachCommands(CommandBase):
if base:
cmd += ["--base", base]
if submit:
- if not ("TREEHERDER_CLIENT_ID" in os.environ and
- "TREEHERDER_CLIENT_SECRET" in os.environ):
- print("Please set the environment variable \"TREEHERDER_CLIENT_ID\""
- " and \"TREEHERDER_CLIENT_SECRET\" to submit the performance"
- " test result to perfherder")
- return 1
cmd += ["--submit"]
return call(cmd,
env=env,