Open
Conversation
1f42e1f to
42a1a17
Compare
Collaborator
Author
|
Well, it seems that only affected the decision task and it didn't propagate to any of the |
ahal
approved these changes
Dec 19, 2025
Collaborator
There was a problem hiding this comment.
Yeah, .taskcluster.yml only governs the Decision task. I still need to update the run transforms to support this better in other run-task based tasks as well. You could probably hack a --shallow-clone argument in locally in the meantime if you wanted..
But thanks, this was a good reminder for me :p
| # Note: This task is built server side without the context or tooling that | ||
| # exist in tree so we must hard code the hash | ||
| image: mozillareleases/taskgraph:decision-v14.2.1@sha256:f4e3a22df9ec0017a2534b3a7b4cd9b60318f86619e0c2156c12c1ec1a0e32cb | ||
| image: mozillareleases/taskgraph:decision-v18.0.1@sha256:0657e6a6e2ed2272a2ba7c8cbb1df5860a608e97af431e6f32e5106804d236f0 |
Collaborator
There was a problem hiding this comment.
You might want to peruse https://taskcluster-taskgraph.readthedocs.io/en/latest/reference/migrations.html just to see if there's anything that jumps out.
42a1a17 to
561161d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
I was having difficulty with some windows build tasks running out of disk space, and in searching for ways to save on disk it turns out that taskcluster now supports a shallow clone option as of version 17.0.
Let's turn it on and see what happens!
Reference
Feature added by: taskcluster/taskgraph#772
Checklist