Closed Bug 1920824 Opened 1 year ago Closed 1 year ago

[wpt-sync] Sync PR 48331 - Bump taskcluster from 68.0.4 to 70.0.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 48331 into mozilla-central (this bug is closed when the sync is complete).

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

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

Bump taskcluster from 68.0.4 to 70.0.0 in /tools

Bumps taskcluster from 68.0.4 to 70.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>v69.0.1</h2>
<h3>USERS</h3>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7263">#7263</a>
Improve github checks output - handle 404 cases for empty artifact list.
Adds artifact redirect page in UI to redirect user to the actual artifact.</p>
<h2>v69.0.0</h2>
<h3>GENERAL</h3>
<p>▶ [patch]
Upgrades to Node.js v20.17.0 and go1.23.1 (security release).</p>
<h3>WORKER-DEPLOYERS</h3>
<p>▶ [minor] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7257">#7257</a>
Worker-manager provides an option to request public IP for generic-worker in Azure that is skipped by default.
Passing <code>publicIp = true</code> in the launch configuration will enable the public IP request.</p>
<pre lang="json"><code>{
"workerManager": {
"publicIp": true
}
}
</code></pre>
<h3>USERS</h3>
<p>▶ [minor] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7151">#7151</a>
Queue service supports up to 10.000 dependencies for a single task.</p>
<h3>DEVELOPERS</h3>
<p>▶ [MAJOR]
Update dependencies in the rust client</p>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/5669">#5669</a>
Enhanced github integration with information: task runtime, head of logs, status information, link of task group, list of 50 artifacts.</p>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/5669">#5669</a>
Fix incorrect artifact url generation
Fix artifact fetch with listArtifact due to permission issues</p>
<h3>OTHER</h3>
<p>▶ Additional change not described here: <a href="https://redirect.github.com/taskcluster/taskcluster/issues/5669">#5669</a>.</p>
<h3>Automated Package Updates</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>v70.0.0</h2>
<h3>WORKER-DEPLOYERS</h3>
<p>▶ [MAJOR]
Generic Worker: Adds <code>containerEngine</code> worker config option to select between <code>docker</code> and <code>podman</code> to be used during D2G payload translations.</p>
<p>Default is <code>docker</code> and this value will be overridden by <code>task.payload.capabilities.containerEngine</code>, if specified.</p>
<p>▶ [MAJOR]
Generic Worker: Adds <code>enableD2G</code> worker config option to internally process Docker Worker payloads using D2G. Defaults to <code>false</code> and will return a <code>malformed-payload</code> if a Docker Worker payload is detected and this config isn't set to <code>true</code>.</p>
<h3>USERS</h3>
<p>▶ [minor]
D2G: Adds <code>capabilities.containerEngine</code> to the Docker Worker payload schema strictly to use as a <code>docker</code>/<code>podman</code> toggle for the d2g-translated payload.</p>
<p>▶ [minor] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/4595">#4595</a>
Generic Worker can now be run in headless mode, meaning tasks do not have a
dedicated graphical user environment. To do this, the Generic Worker config
setting <code>headlessTasks</code> should be set to true. This can only be enabled or
disabled at the Worker level, tasks cannot choose if they run in a headless
environment or not, it depends on the worker settings (i.e. the Worker Pool
configuration).</p>
<p>There are no reboots in headless mode, and multiple worker instances can
be run concurrently on the same host (e.g. Worker Pool definitions may have
<code>capacity</code> greater than one).</p>
<p>Furthermore, on Linux, Gnome Desktop is no longer required.</p>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7151">#7151</a>
Fixes a bug in UI where task dependencies were not having colours.</p>
<p>▶ [patch] <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7255">#7255</a>
D2G now passes <code>--init</code> to the <code>podman run</code>/<code>docker run</code> command it generates,
in order that signals are properly received and processed by the container.</p>
<h3>OTHER</h3>
<p>▶ Additional change not described here: <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7269">#7269</a>.</p>
<h3>Automated Package Updates</h3>
<!-- raw HTML omitted -->
<ul>
<li>build(deps): bump body-parser in /clients/client-web (7f33c0332)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/taskcluster/taskcluster/commit/37ad4c7d7e54402de56155e62e52a41c6c7e4942"><code>37ad4c7</code></a> v70.0.0</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/69d94845061108160288b290650450aa490b8d39"><code>69d9484</code></a> Merge pull request <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7265">#7265</a> from taskcluster/matt-boris/podmanDockerToggle</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/78f5f5814df0d980840087ed1d935b0a50a623f1"><code>78f5f58</code></a> feat(generic-worker): add <code>containerEngine</code> config</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/738808476626710a1c303ffa6030a104e1da270f"><code>7388084</code></a> feat(generic-worker): add <code>enableD2G</code> worker config</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/bc87c0b649b917838962cd70ba23b22ecd7d04c4"><code>bc87c0b</code></a> feat(d2g): add <code>containerEngine</code> to toggle between <code>docker</code>/<code>podman</code></li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/80de50e31077cf971392c38abe457d9d640f2b3f"><code>80de50e</code></a> Merge pull request <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7275">#7275</a> from taskcluster/docker-compose-multiuser</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/20b7f27d18633bc61efb7c3c6a4f8c026dcab9ab"><code>20b7f27</code></a> Merge pull request <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7247">#7247</a> from taskcluster/issue4595</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/1ebfa07af3ed54bc6b49eddeea62cbb08059724c"><code>1ebfa07</code></a> Docker Compose: Use Generic Worker Multiuser Engine</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/0c933fe7888445f5fb01f5300074d1674efad0e4"><code>0c933fe</code></a> Issue 4595 - Generic Worker: support headless tasks</li>
<li><a href="https://github.com/taskcluster/taskcluster/commit/2f3b332258ba76b7587e6f900ba4ed2904318eb2"><code>2f3b332</code></a> Merge pull request <a href="https://redirect.github.com/taskcluster/taskcluster/issues/7276">#7276</a> from taskcluster/simple-cleanup</li>
<li>Additional commits viewable in <a href="https://github.com/taskcluster/taskcluster/compare/v68.0.4...v70.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>

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