Closed Bug 1843969 Opened 2 years ago Closed 2 years ago

[wpt-sync] Sync PR 41076 - Bump taskcluster from 52.0.0 to 54.3.0 in /tools

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 41076 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/41076
Details from upstream follow.

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> wrote:

Bump taskcluster from 52.0.0 to 54.3.0 in /tools

Bumps taskcluster from 52.0.0 to 54.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/taskcluster/taskcluster/releases">taskcluster's releases</a>.</em></p>
<blockquote>
<h2>v54.3.0</h2>
<h3>ADMINS</h3>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6405">#6405</a>
Expire artifacts handles the case where the artifact is not found during deletion. GCS behaves differently to S3 here, as it will throw an error if the artifact is not found, where S3 would always return 204.</p>
<h3>USERS</h3>
<p>▶ [minor] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/5967">#5967</a>
This change integrates the <code>d2g</code> tool into Generic Worker so that it can accept a valid, Docker Worker payload.</p>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6417">#6417</a>
Generic Worker: Interactive sessions suffered from a race condition that was introduced in Generic Worker 54.2.0. This has been fixed.</p>
<h2>v54.2.0</h2>
<h3>USERS</h3>
<p>▶ [minor] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6405">#6405</a>
Expire artifacts supports both bulk deletion and single deletion. This can be configured for the deployment using <code>AWS_USE_BULK_DELETE</code> environment variable (<code>false</code> by default). This is needed because not all S3 compatible storages support bulk delete, specifically <a href="https://cloud.google.com/storage/docs/migrating#methods-comparison">GCS</a>.
<code>EXPIRE_ARTIFACTS_BATCH_SIZE</code> can be used to control how many records to process at once, i.e. how many parallel delete requests would be sent to storage service (<code>100</code> by default).</p>
<h3>DEVELOPERS</h3>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6395">#6395</a>
Fixed local development environment where artifacts could not be loaded in the UI. This was caused by not using pinned <code>minio/*</code> images.</p>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6395">#6395</a>
Local development environment now supports live log.</p>
<h2>v54.1.4</h2>
<h3>GENERAL</h3>
<p>▶ [patch]
Upgrades to go1.20.6 which is a security release.</p>
<blockquote>
<p>go1.20.6 (released 2023-07-11) includes a security fix to the net/http package, as well as bug fixes to the compiler, cgo, the cover tool, the go command, the runtime, and the crypto/ecdsa, go/build, go/printer, net/mail, and text/template packages. See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.20.6+label%3ACherryPickApproved">Go 1.20.6 milestone</a> on our issue tracker for details.</p>
</blockquote>
<h3>USERS</h3>
<p>▶ [patch]
Hooks page improvements: extra schedule and exchanges displayed as Badge with a proper tooltip.</p>
<h2>v54.1.3</h2>
<h3>GENERAL</h3>
<p>▶ [patch]
This change updates <code>d2g</code> to return the resulting generic worker payload with a <code>125</code> exit status code in the retry array to fix an intermittent podman issue while pulling the docker image.</p>
<h3>USERS</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md">taskcluster's changelog</a>.</em></p>
<blockquote>
<h2>v54.3.0</h2>
<h3>ADMINS</h3>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6405">#6405</a>
Expire artifacts handles the case where the artifact is not found during deletion. GCS behaves differently to S3 here, as it will throw an error if the artifact is not found, where S3 would always return 204.</p>
<h3>USERS</h3>
<p>▶ [minor] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/5967">#5967</a>
This change integrates the <code>d2g</code> tool into Generic Worker so that it can accept a valid, Docker Worker payload.</p>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6417">#6417</a>
Generic Worker: Interactive sessions suffered from a race condition that was introduced in Generic Worker 54.2.0. This has been fixed.</p>
<h2>v54.2.0</h2>
<h3>USERS</h3>
<p>▶ [minor] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6405">#6405</a>
Expire artifacts supports both bulk deletion and single deletion. This can be configured for the deployment using <code>AWS_USE_BULK_DELETE</code> environment variable (<code>false</code> by default). This is needed because not all S3 compatible storages support bulk delete, specifically <a href="https://cloud.google.com/storage/docs/migrating#methods-comparison">GCS</a>.
<code>EXPIRE_ARTIFACTS_BATCH_SIZE</code> can be used to control how many records to process at once, i.e. how many parallel delete requests would be sent to storage service (<code>100</code> by default).</p>
<h3>DEVELOPERS</h3>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6395">#6395</a>
Fixed local development environment where artifacts could not be loaded in the UI. This was caused by not using pinned <code>minio/*</code> images.</p>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6395">#6395</a>
Local development environment now supports live log.</p>
<h2>v54.1.4</h2>
<h3>GENERAL</h3>
<p>▶ [patch]
Upgrades to go1.20.6 which is a security release.</p>
<blockquote>
<p>go1.20.6 (released 2023-07-11) includes a security fix to the net/http package, as well as bug fixes to the compiler, cgo, the cover tool, the go command, the runtime, and the crypto/ecdsa, go/build, go/printer, net/mail, and text/template packages. See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.20.6+label%3ACherryPickApproved">Go 1.20.6 milestone</a> on our issue tracker for details.</p>
</blockquote>
<h3>USERS</h3>
<p>▶ [patch]
Hooks page improvements: extra schedule and exchanges displayed as Badge with a proper tooltip.</p>
<h2>v54.1.3</h2>
<h3>GENERAL</h3>
<p>▶ [patch]</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/taskcluster/taskcluster/commit/dd78c0beb1b7ee16f3eb0e0a2356f50d32ca3b0e"><code>dd78c0b</code></a> v54.3.0</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/6ea7f84febefdfe4791fa9057915adccbb7ad8f8"><code>6ea7f84</code></a> Merge pull request <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6418">#6418</a> from taskcluster/fix-changelog-6417</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/95f8b9fabcbc3fc9075ff77459e4946d0880b290"><code>95f8b9f</code></a> Fix changelog for <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6417">#6417</a></li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/d67748059116e31169e668f315bcc391d557e600"><code>d677480</code></a> Merge pull request <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6408">#6408</a> from Eijebong/thread-safety-is-overrated-anyway</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/fcff86890105f3eaa02a38ddac450dd4ef19d811"><code>fcff868</code></a> Updated changelog</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/7e429cf2642f099211eb55acd617b6ee1228a3a1"><code>7e429cf</code></a> Merge pull request <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6415">#6415</a> from taskcluster/feat/6405-gcs-delete-objects</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/441039277bab22aa9873016c922b7afa67dcc27f"><code>4410392</code></a> feat(queue): Handle GCS expire artifacts errors</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/825d3207bfd620279868c64ee5eb83ed5945583c"><code>825d320</code></a> Merge pull request <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6413">#6413</a> from taskcluster/matt-boris/cleanUpSomeGenerators</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/e38f526a7c29bc983dc6641df99d9886ee0c8ae9"><code>e38f526</code></a> chore: clean up gw generator and add generate command for d2g</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/c3dc8d618fd9cc17cfd5972c55c8afb8cc37f18b"><code>c3dc8d6</code></a> Merge pull request <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6355">#6355</a> from taskcluster/matt-boris/integrateD2gIntoGenericW...</li>
<li>Additional commits viewable in <a href="https://github.com/taskcluster/taskcluster/compare/v52.0.0...v54.3.0">compare view</a></li>
</ul>
</details>
<br />

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.


<details>
<summary>Dependabot commands and options</summary>
<br />

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 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)

</details>

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.