Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Bug 1274391: try .taskcluster.yml first #66

Merged
merged 1 commit into from
May 20, 2016

Conversation

djmitche
Copy link
Contributor

With this change, if a repo has a .taskcluster.yml, it will be used to
run the decision task instead of testing/taskcluster/tasks/decision/<whatever>.yml.

This should allow a gradual transition as .taskcluster.yml is merged around.

With this change, if a repo has a `.taskcluster.yml`, it will be used to
run the decision task instead of
`testing/taskcluster/tasks/decision/<whatever>.yml`.
// .taskcluster.yml (and the task-graph generation support in taskcluster/
// to which it points) has not yet been merged.
let graphUrl, graphText;
try {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really like that we are supporting both right now as things transition and not completely switching to the new way of scheduling tasks as well.

@gregarndt
Copy link
Contributor

This looks good to me, thanks for not switching things over to the new scheduling style just yet!

@gregarndt gregarndt merged commit f886083 into taskcluster:master May 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants