-
Notifications
You must be signed in to change notification settings - Fork 48
Use image_builder in build-image
and load-task
commands
#785
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
Merged
Conversation
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
We don't really bother with REGISTRY and VERSION files anymore, so the scary warning when we don't have a versioned tag is more misleading than helpful.
jcristau
reviewed
Sep 24, 2025
…kind(s) Graph_attr is added so we can generated the morphed graph. Kwargs are being forwarded so we can use `write_artifacts=True` with `load_tasks_from_kind`.
This allows you to quickly iterate on a task definition without needing to actually run it in Taskcluster first.
… pausing By default, we load the task with `run-task` then pause execution so the user can mess around before executing the task. This introduces a way to support non run-task based tasks by setting interactive=False. This simply runs the task right away without pausing execution.
BREAKING CHANGE: taskgraph load-task non-interactive by default. This changes interactive to `False` by default. The reasoning is that only some tasks (aka run-task based one), support this feature. Rather than having a complex soup of behaviours.. e.g it is True by default sometimes, but False for certain tasks.. I think it makes much better UX to just make it something opt-in for all cases.
BREAKING CHANGE: The `--tag` flag to `taskgraph build-image` is no longer supported.
jcristau
approved these changes
Sep 26, 2025
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.
No description provided.