chore(deps): update dependency taskcluster to v77 #276
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.
This PR contains the following updates:
>=44.0.0,<76.1
->>=44.0.0,<77.1
Release Notes
taskcluster/taskcluster (taskcluster)
v77.0.0
Compare Source
WORKER-DEPLOYERS
▶ [MAJOR]
Generic Worker: adds worker config feature toggles to quickly/easily enable/disable features across entire worker pools. All features are enabled, by default.
Generic Worker: adds
d2gConfig
worker config to configure D2G translations.enableD2G
andcontainerEngine
config settings have been moved into this new config. The following is the new structure (with default values shown):Tasks using disabled features will be resolved as
exception/malformed-payload
.▶ [minor] #7390
Generic Worker: adds
d2gConfig.allowGPUs
(default:false
) andd2gConfig.gpus
(default:all
) worker config to provide NVIDIA GPU access to the running container for d2g-translated task payloads.The translation will add the gpus flag:
--gpus <d2gConfig.gpus>
to thedocker run ...
command. Read more about the usage here.▶ [minor]
Generic Worker: adds
disableNativePayloads
(default:false
) worker config option (linux
only) to require all task payloads to be Docker Worker payloads. If this option is set totrue
, the task log will no longer contain the translated task definition and the warning about using Docker Worker payloads.Tasks submitted with native payloads will be resolved as
exception/malformed-payload
.Generic Worker: adds
d2gConfig.logTranslation
(default:true
) worker config to control whether the D2G-translated task definition is logged to the task logs.Automated Package Updates
2 Dependabot updates
e451def
)e2f9470
)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.