[wpt-sync] Sync PR 53237 - Bump taskcluster from 83.5.8 to 85.0.0 in /tools
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(Not tracked)
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 53237 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53237
Details from upstream follow.
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> wrote:
Bump taskcluster from 83.5.8 to 85.0.0 in /tools
Bumps taskcluster from 83.5.8 to 85.0.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>v85.0.0</h2>
<h3>WORKER-DEPLOYERS</h3>
<p>▶ [MAJOR]
Generic Worker: renamed the following worker configuration options to avoid confusion:</p>
<ul>
<li><code>absoluteHighMemoryThreshold</code> --> <code>minAvailableMemoryBytes</code></li>
<li><code>relativeHighMemoryThreshold</code> --> <code>maxMemoryUsagePercent</code></li>
</ul>
<h2>v84.2.1</h2>
<h3>USERS</h3>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7498">#7498</a>
Further UI memory optimizations for the TaskGroup page to avoid using too much memory during intensive updates.</p>
<h2>v84.2.0</h2>
<h3>WORKER-DEPLOYERS</h3>
<p>▶ [minor] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7770">#7770</a>
Generic Worker: adds additional resource monitoring auto-abortion configuration to better fine-tune how your worker aborts running task processes.</p>
<ul>
<li><code>absoluteHighMemoryThreshold</code>: The minimum amount of available memory (in bytes) required before considering task abortion. If available memory drops below this value, it may trigger an abort. Default: <code>524288000</code> (500MiB).</li>
<li><code>relativeHighMemoryThreshold</code>: The percentage of total system memory usage that, if exceeded, contributes to the decision to abort the task. Default: <code>90</code>.</li>
<li><code>allowedHighMemoryDurationSecs</code>: The maximum duration (in seconds) that high memory usage conditions can persist before the task is aborted. Default: <code>5</code>.</li>
</ul>
<p>Generic Worker will auto-abort a task if the total system memory used percentage is greater than <code>relativeHighMemoryThreshold</code> <em>AND</em> the available memory is less than <code>absoluteHighMemoryThreshold</code> for longer than <code>allowedHighMemoryDurationSecs</code>, unless <code>disableOOMProtection</code> is enabled.</p>
<h3>USERS</h3>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7769">#7769</a>
Generic Worker: resource monitor will print out its usage summary after aborting the task.</p>
<h3>Automated Package Updates</h3>
<!-- raw HTML omitted -->
<ul>
<li>build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /ui/test/e2e (9730050be2)</li>
<li>build(deps): bump brace-expansion from 1.1.11 to 1.1.12 (6298cb2045)</li>
<li>build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /ui (f3154fd82e)</li>
<li>build(deps): bump brace-expansion in /clients/client-web (e1544fb357)</li>
<li>build(deps): bump github.com/cloudflare/circl from 1.3.8 to 1.6.1 (c8320ed1c1)</li>
</ul>
<!-- raw HTML omitted -->
<h2>v84.1.2</h2>
<h3>DEPLOYERS</h3>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7763">#7763</a>
Helm chart forces metrics-only deployments to have <code>replicas: 0</code> if <code>prometheus.enabled</code> is <code>false</code></p>
<!-- 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>v85.0.0</h2>
<h3>WORKER-DEPLOYERS</h3>
<p>▶ [MAJOR]
Generic Worker: renamed the following worker configuration options to avoid confusion:</p>
<ul>
<li><code>absoluteHighMemoryThreshold</code> --> <code>minAvailableMemoryBytes</code></li>
<li><code>relativeHighMemoryThreshold</code> --> <code>maxMemoryUsagePercent</code></li>
</ul>
<h2>v84.2.1</h2>
<h3>USERS</h3>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7498">#7498</a>
Further UI memory optimizations for the TaskGroup page to avoid using too much memory during intensive updates.</p>
<h2>v84.2.0</h2>
<h3>WORKER-DEPLOYERS</h3>
<p>▶ [minor] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7770">#7770</a>
Generic Worker: adds additional resource monitoring auto-abortion configuration to better fine-tune how your worker aborts running task processes.</p>
<ul>
<li><code>absoluteHighMemoryThreshold</code>: The minimum amount of available memory (in bytes) required before considering task abortion. If available memory drops below this value, it may trigger an abort. Default: <code>524288000</code> (500MiB).</li>
<li><code>relativeHighMemoryThreshold</code>: The percentage of total system memory usage that, if exceeded, contributes to the decision to abort the task. Default: <code>90</code>.</li>
<li><code>allowedHighMemoryDurationSecs</code>: The maximum duration (in seconds) that high memory usage conditions can persist before the task is aborted. Default: <code>5</code>.</li>
</ul>
<p>Generic Worker will auto-abort a task if the total system memory used percentage is greater than <code>relativeHighMemoryThreshold</code> <em>AND</em> the available memory is less than <code>absoluteHighMemoryThreshold</code> for longer than <code>allowedHighMemoryDurationSecs</code>, unless <code>disableOOMProtection</code> is enabled.</p>
<h3>USERS</h3>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7769">#7769</a>
Generic Worker: resource monitor will print out its usage summary after aborting the task.</p>
<h3>Automated Package Updates</h3>
<!-- raw HTML omitted -->
<ul>
<li>build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /ui/test/e2e (9730050be2)</li>
<li>build(deps): bump brace-expansion from 1.1.11 to 1.1.12 (6298cb2045)</li>
<li>build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /ui (f3154fd82e)</li>
<li>build(deps): bump brace-expansion in /clients/client-web (e1544fb357)</li>
<li>build(deps): bump github.com/cloudflare/circl from 1.3.8 to 1.6.1 (c8320ed1c1)</li>
</ul>
<!-- raw HTML omitted -->
<h2>v84.1.2</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/taskcluster/taskcluster/commit/f31047f72853029f7a29dd887d21ae5fd5ee8349"><code>f31047f</code></a> v85.0.0</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/b39f52a50321226c3e456c41ca855802324fbea7"><code>b39f52a</code></a> Merge pull request <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7784">#7784</a> from taskcluster/matt-boris/renameOOMKillerConfig</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/fae15ea2e94ff2e5dabd6310df8b5a6137d738b4"><code>fae15ea</code></a> chore(generic-worker)!: rename OOM config options</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/438825839a040e1fe7e099a80a1b8a54af5658bb"><code>4388258</code></a> Merge pull request <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7787">#7787</a> from taskcluster/lint-fun</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/a973c685833f30c27c89d847f425997dc12b09bc"><code>a973c68</code></a> Fix lint issue</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/09c55a2de500f985dc015db63702a002fa22321f"><code>09c55a2</code></a> Merge pull request <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7785">#7785</a> from taskcluster/browserslist-update</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/dc0c305b1702bed6e18b90c636eaa8d814f86456"><code>dc0c305</code></a> v84.2.1</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/0e8aa072b724eeca0fcefc6122be5a746293bd9f"><code>0e8aa07</code></a> Merge pull request <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7782">#7782</a> from taskcluster/feat/7498-mem-optimizations-ui</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/e4c353d53fd6f180a070dc4036e62e5495089384"><code>e4c353d</code></a> build: update Browserslist db</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/da9ec8afb02baddc52e078af30e45f900f989074"><code>da9ec8a</code></a> feat(ui): TaskGroup page memory and rendering optimizations</li>
<li>Additional commits viewable in <a href="https://github.com/taskcluster/taskcluster/compare/v83.5.8...v85.0.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 show <dependency name> 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)</details>
Description
•