Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Commit

Permalink
Merge 2b8c8a4 into aacd261
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalpesh Krishna committed Apr 19, 2016
2 parents aacd261 + 2b8c8a4 commit efe08c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions mozci/taskcluster/tc.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,3 +333,7 @@ def validate_graph(graph):

# validate() does not return a value if valid, thus, not keeping track of it.
validate(instance=graph, schema=schema, format_checker=FormatChecker())


def authenticate():
taskcluster_client.authenticate()
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ keyring>=5.3,<=6.0
progressbar>=2.3
pushlog_client>=0.5.0
requests>=2.8.1
taskcluster>=0.0.28
taskcluster>=0.3.0
treeherder-client>=2.0.1
jsonschema>=2.5.1
2 changes: 1 addition & 1 deletion test/taskcluster/test_taskcluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from mozci.taskcluster import (
credentials_available,
generate_metadata,
validate_graph,
validate_graph
)

CWD = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit efe08c1

Please sign in to comment.