Skip to content

Add a way to prevent some actions from getting generated#938

Merged
Eijebong merged 1 commit intotaskcluster:mainfrom
Eijebong:disable-actions
Apr 22, 2026
Merged

Add a way to prevent some actions from getting generated#938
Eijebong merged 1 commit intotaskcluster:mainfrom
Eijebong:disable-actions

Conversation

@Eijebong
Copy link
Copy Markdown
Contributor

Right now taskgraph always generates some generic actions that are used on fxci on some projects. Projects that do not need to use said actions are forced to add rm actions.json at the end of their decision task to not get basic taskcluster features overridden by taskgraph (rerun/retrigger mainly).

This adds a disabled_actions graph configuration that allows giving a list of actions that should not be emitted in the actions.json.

Right now taskgraph always generates some generic actions that are used
on fxci on some projects. Projects that do not need to use said actions
are forced to add `rm actions.json` at the end of their decision task to
not get basic taskcluster features overridden by taskgraph
(rerun/retrigger mainly).

This adds a `disabled_actions` graph configuration that allows giving a
list of actions that should not be emitted in the actions.json.
@Eijebong Eijebong requested a review from a team as a code owner April 22, 2026 20:59
@Eijebong Eijebong requested a review from ahal April 22, 2026 20:59
@Eijebong
Copy link
Copy Markdown
Contributor Author

Copy link
Copy Markdown
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, lgtm.

@Eijebong Eijebong merged commit 195eef8 into taskcluster:main Apr 22, 2026
22 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