mirror of
https://github.com/servo/servo.git
synced 2025-07-02 04:53:39 +01:00
Submit test-perf CSV files to S3.
This commit is contained in:
parent
3864f320e8
commit
be5eaa4447
5 changed files with 85 additions and 16 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue