Skip to content

Conversation

ahal
Copy link
Collaborator

@ahal ahal commented Sep 24, 2025

No description provided.

@ahal ahal self-assigned this Sep 24, 2025
@ahal ahal requested a review from a team as a code owner September 24, 2025 14:57
@ahal ahal requested a review from bhearsum September 24, 2025 14:57
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.
…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.
@ahal ahal merged commit effba6f into taskcluster:main Sep 26, 2025
23 checks passed
@ahal ahal deleted the build-image branch September 26, 2025 14:55
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