From be5eaa44475c375237ee8934e12f6e3df84abf5e Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Wed, 15 Nov 2017 17:42:56 -0600 Subject: Submit test-perf CSV files to S3. --- python/servo/testing_commands.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'python/servo/testing_commands.py') 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, -- cgit v1.2.3