Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add helper to walk up a task graph through the Taskcluster API #418

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

bhearsum
Copy link
Contributor

@bhearsum bhearsum commented Jan 29, 2024

This can be useful in places like action tasks where you don't have access to a generated task graph, or where the tasks you're interested in (eg: to help optimize other tasks away) may span over a large number of task groups.

src/taskgraph/util/taskcluster.py Outdated Show resolved Hide resolved
src/taskgraph/util/taskcluster.py Outdated Show resolved Hide resolved
src/taskgraph/util/taskcluster.py Outdated Show resolved Hide resolved
src/taskgraph/util/taskcluster.py Outdated Show resolved Hide resolved
src/taskgraph/util/taskcluster.py Outdated Show resolved Hide resolved
This can be useful in places like action tasks where you don't have access to a generated task graph.
Copy link
Collaborator

@ahal ahal left a comment

Choose a reason for hiding this comment

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

Thanks, looks great!

@bhearsum bhearsum merged commit c4055e0 into taskcluster:main Jan 31, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants