Closed Bug 1843972 Opened 2 years ago Closed 2 years ago

[wpt-sync] Sync PR 41077 - Bump taskcluster from 52.0.0 to 54.3.1 in /tools

Categories

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

task

Tracking

(firefox117 fixed)

RESOLVED FIXED
117 Branch
Tracking Status
firefox117 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

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

Bump taskcluster from 52.0.0 to 54.3.1 in /tools

Bumps taskcluster from 52.0.0 to 54.3.1.
<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.1</h2>
<h3>GENERAL</h3>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6420">#6420</a>
Fixes generic worker issue where artifacts were no longer being uploaded.</p>
<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>
<!-- 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.1</h2>
<h3>GENERAL</h3>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6420">#6420</a>
Fixes generic worker issue where artifacts were no longer being uploaded.</p>
<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]</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/taskcluster/taskcluster/commit/46f659cfda20622fb1edb0c2e6c952bc08d9b103"><code>46f659c</code></a> v54.3.1</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/6345ec96781dbe49c346a310e697c9bc68ccbe51"><code>6345ec9</code></a> Merge pull request <a href="https://redirect.github.com/taskcluster/taskcluster/issues/6421">#6421</a> from taskcluster/matt-boris/setDefaults</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/70b935b193859f7b61f8977b23d83a86a61a3935"><code>70b935b</code></a> fix(generic-worker): set default payload fields</li>
<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>Additional commits viewable in <a href="https://github.com/taskcluster/taskcluster/compare/v52.0.0...v54.3.1">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>

The PR was not expected to affect any tests, but the try push wasn't a success. Check the try results for infrastructure issues
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c71ddb4e7995 [wpt PR 41077] - Bump taskcluster from 52.0.0 to 54.3.1 in /tools, a=testonly
Test result changes from PR not available.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in before you can comment on or make changes to this bug.