▶ [patch] #6972
Generic Worker now uploads task payload artifacts in parallel to decrease graceful termination time in the event of a spot termination.
The insecure engine no longer performs a file copy command as the task user before the artifact upload process happens to help speed up the process.
Generic Worker (posix only) now tries to put an exclusive file lock on artifacts before upload to prevent the file from being written to by any other process. This is done in lieu of copying the file to a temporary location which was achieving the same thing. If putting the lock on the file fails, Generic Worker will fallback to copying the file.
USERS
▶ [patch] #6972
Don't compress .npz artifacts by default in Generic Worker.
Automated Package Updates
build(deps): bump aiohttp from 3.9.2 to 3.9.4 in /taskcluster (c4737ab9b)
build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (95aa8bf85)
v64.2.5
GENERAL
▶ [patch]
Upgrades to Node.js v20.12.2 which is a security release.
Automated Package Updates
build(deps): bump idna from 3.4 to 3.7 in /taskcluster (2cd73d93a)
build(deps): bump tar from 6.2.0 to 6.2.1 in /ui (254af1652)
build(deps): bump tar from 6.2.0 to 6.2.1 in /clients/client (f8ddfbeb7)
build(deps): bump tar from 6.2.0 to 6.2.1 (e1ff1fb14)
build(deps): bump tar from 6.2.0 to 6.2.1 in /clients/client-test (3b9ec5c1a)
build(deps): bump tar from 6.2.0 to 6.2.1 in /clients/client-web (f69bea143)
v64.2.4
WORKER-DEPLOYERS
▶ [patch] #6900
Worker Runner on Azure no longer sends a graceful-termination message if the scheduled event type is Freeze. It will continue to send the message for all other event types: Reboot, Redeploy, Preempt, and Terminate.
▶ [patch] #6972
Generic Worker now uploads task payload artifacts in parallel to decrease graceful termination time in the event of a spot termination.
The insecure engine no longer performs a file copy command as the task user before the artifact upload process happens to help speed up the process.
Generic Worker (posix only) now tries to put an exclusive file lock on artifacts before upload to prevent the file from being written to by any other process. This is done in lieu of copying the file to a temporary location which was achieving the same thing. If putting the lock on the file fails, Generic Worker will fallback to copying the file.
USERS
▶ [patch] #6972
Don't compress .npz artifacts by default in Generic Worker.
Automated Package Updates
build(deps): bump aiohttp from 3.9.2 to 3.9.4 in /taskcluster (c4737ab9b)
build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (95aa8bf85)
v64.2.5
GENERAL
▶ [patch]
Upgrades to Node.js v20.12.2 which is a security release.
Automated Package Updates
build(deps): bump idna from 3.4 to 3.7 in /taskcluster (2cd73d93a)
build(deps): bump tar from 6.2.0 to 6.2.1 in /ui (254af1652)
build(deps): bump tar from 6.2.0 to 6.2.1 in /clients/client (f8ddfbeb7)
build(deps): bump tar from 6.2.0 to 6.2.1 (e1ff1fb14)
build(deps): bump tar from 6.2.0 to 6.2.1 in /clients/client-test (3b9ec5c1a)
build(deps): bump tar from 6.2.0 to 6.2.1 in /clients/client-web (f69bea143)
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)
Bumps taskcluster from 64.2.1 to 64.2.6.
Release notes
Sourced from taskcluster's releases.
... (truncated)
Changelog
Sourced from taskcluster's changelog.
... (truncated)
Commits
edab196
v64.2.6fcaf007
Merge pull request #6976 from taskcluster/dependabot/pip/taskcluster/aiohttp-...13b1aa7
Merge pull request #6982 from taskcluster/matt-boris/skipNpzCompressionGeneri...c4737ab
build(deps): bump aiohttp from 3.9.2 to 3.9.4 in /taskcluster13936ca
feat(generic-worker): don't compress.npz
artifactsee69931
Merge pull request #6977 from taskcluster/matt-boris/genericWorkerArtifactUpl...31dbbbb
fix(generic-worker): upload artifacts in parallel to speed up graceful shutdownsd04ae07
Merge pull request #6978 from taskcluster/dependabot/go_modules/golang.org/x/...95aa8bf
build(deps): bump golang.org/x/net from 0.22.0 to 0.23.05f78921
v64.2.5Dependabot 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