mozilla / coverage-crawler

A crawler to find websites that exercise code in Firefox that is not covered by unit tests
Mozilla Public License 2.0
17 stars 28 forks source link

Bump taskcluster from 44.22.1 to 55.0.0 #630

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps taskcluster from 44.22.1 to 55.0.0.

Release notes

Sourced from taskcluster's releases.

v55.0.0

DEPLOYERS

▶ [minor] #2942 The new queue.maxTaskDeadlineDays Helm configuration parameter controls the maximum value allowed for task deadlines. The default is 5 days, matching the previous hard-coded setting.

USERS

▶ [MAJOR] #6117 workerManager.getWorker returns worker even if it is quarantined and expired. This is to avoid confusion in the UI when a worker is linked in UI, still exists in database, but page returns 404.

Automated Package Updates

  • build(deps): bump apollo-server-core from 3.12.0 to 3.12.1 (74b091287)

v54.5.0

USERS

▶ [minor] #5995 Generic Worker: Adds task.payload.feature.loopbackAudio for loopback audio device support on Linux.

The snd-aloop kernel module must be installed on the host system for this feature to work, although it does not need to be loaded. Generic Worker loads the module with modprobe and generates the virtual audio device with a snd-aloop command. Under the multiuser engine, it also manages file ownership of the device with chown to ensure that only tasks with suitable scopes have read/write access to the virtual device.

For tasks that enable the feature, the virtual audio device will be found at /dev/snd. Devices inside that directory will take the form /dev/snd/controlC<DEVICE_NUMBER>, /dev/snd/pcmC<DEVICE_NUMBER>D0c, /dev/snd/pcmC<DEVICE_NUMBER>D0p, /dev/snd/pcmC<DEVICE_NUMBER>D1c, and /dev/snd/pcmC<DEVICE_NUMBER>D1p, where <DEVICE_NUMBER> is an integer between 0 and 31, inclusive. The Generic Worker config setting loopbackAudioDeviceNumber may be used to change the device number in case the default value (16) conflicts with another audio device on the worker. Future releases of Generic Worker may provide the capability of having more than one virtual audio device; currently only one virtual audio device is supported.

▶ [patch] #6481 Allow git SSH urls in metadata.source.

▶ [patch] #6476 Generic Worker now checks the Index to see if there is a new version of an Indexed Artifact available. If there isn't, it is fine to use its cached copy, but if there is, it updates its cache.

▶ [patch] Generic Worker: If a Docker Worker payload is received, the resulting, d2g-translated Generic Worker payload will be logged out to the user.

▶ [patch] #6438 dependencies are no longer removed from the task definition when you Edit or Retrigger a task.

DEVELOPERS

▶ [minor] #6269 Generic Worker now provides configuration property maxTaskRunTime as an upper bound for task payload property maxRunTime. Tasks with maxRunTime exceeding this value will be resolved as exception/malformed-payload.

OTHER

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v55.0.0

DEPLOYERS

▶ [minor] #2942 The new queue.maxTaskDeadlineDays Helm configuration parameter controls the maximum value allowed for task deadlines. The default is 5 days, matching the previous hard-coded setting.

USERS

▶ [MAJOR] #6117 workerManager.getWorker returns worker even if it is quarantined and expired. This is to avoid confusion in the UI when a worker is linked in UI, still exists in database, but page returns 404.

Automated Package Updates

  • build(deps): bump apollo-server-core from 3.12.0 to 3.12.1 (74b091287)

v54.5.0

USERS

▶ [minor] #5995 Generic Worker: Adds task.payload.feature.loopbackAudio for loopback audio device support on Linux.

The snd-aloop kernel module must be installed on the host system for this feature to work, although it does not need to be loaded. Generic Worker loads the module with modprobe and generates the virtual audio device with a snd-aloop command. Under the multiuser engine, it also manages file ownership of the device with chown to ensure that only tasks with suitable scopes have read/write access to the virtual device.

For tasks that enable the feature, the virtual audio device will be found at /dev/snd. Devices inside that directory will take the form /dev/snd/controlC<DEVICE_NUMBER>, /dev/snd/pcmC<DEVICE_NUMBER>D0c, /dev/snd/pcmC<DEVICE_NUMBER>D0p, /dev/snd/pcmC<DEVICE_NUMBER>D1c, and /dev/snd/pcmC<DEVICE_NUMBER>D1p, where <DEVICE_NUMBER> is an integer between 0 and 31, inclusive. The Generic Worker config setting loopbackAudioDeviceNumber may be used to change the device number in case the default value (16) conflicts with another audio device on the worker. Future releases of Generic Worker may provide the capability of having more than one virtual audio device; currently only one virtual audio device is supported.

▶ [patch] #6481 Allow git SSH urls in metadata.source.

▶ [patch] #6476 Generic Worker now checks the Index to see if there is a new version of an Indexed Artifact available. If there isn't, it is fine to use its cached copy, but if there is, it updates its cache.

▶ [patch] Generic Worker: If a Docker Worker payload is received, the resulting, d2g-translated Generic Worker payload will be logged out to the user.

▶ [patch] #6438 dependencies are no longer removed from the task definition when you Edit or Retrigger a task.

DEVELOPERS

▶ [minor] #6269 Generic Worker now provides configuration property maxTaskRunTime as an upper bound for task payload property maxRunTime. Tasks with maxRunTime exceeding this value will be resolved as exception/malformed-payload.

... (truncated)

Commits
  • 8b8c2f9 v55.0.0
  • 8fa5481 Make the maximum task deadline configurable (#6490)
  • 45ec7ec Merge pull request #6496 from taskcluster/dependabot/npm_and_yarn/apollo-serv...
  • 74b0912 build(deps): bump apollo-server-core from 3.12.0 to 3.12.1
  • b29b9a0 feat(w-m): api always returns worker as long as record exists in
  • 7a211ce v54.5.0
  • e0a0312 Merge pull request #6493 from taskcluster/dependabot/pip/taskcluster/taskclus...
  • ef3ead2 Merge pull request #6452 from taskcluster/dependabot/npm_and_yarn/clients/cli...
  • 172ce2d build(deps): bump taskcluster-taskgraph in /taskcluster
  • e0ad1cc Merge pull request #6491 from taskcluster/matt-boris/printConvertedPayload
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #636.