Pete Moore
Pete Moore
In #7170 we added support to d2g for better cache ownership handling when podman is the selected engine, but not for docker. We need to add support for docker too.
UPDATE: This is the third, and hopefully last part, of the fix for #7128. The complete fix includes: * #7170 * #7144 * #7149 (this PR)
Today we spotted we are running simple engine tests as root. We should only run the multiuser engine tests as root, as simple engine isn't really designed to be run...
On Windows, the OS Groups feature generates a new access token and sets the active console session on it, and grants access to the current Windows Station to the new...
Currently D2G tests just check that a given set of input tasks/payloads produce the expected set of output tasks/payloads. This is purely lexical validation of generated payloads, rather than validating...
See https://firefox-ci-tc.services.mozilla.com/worker-manager/gecko-1%2Fb-win2012-azure/workers and for the privileged, see https://mozilla.slack.com/archives/C030SPMMYQN/p1726859883917899 It looks like some workers are permanently in "stopping" state and not reaching "stopped" state.
**Describe the bug** There are no means to delete stored github access tokens from the database via a taskcluster API call, or via a database function call, so the database...
See https://github.com/taskcluster/taskcluster/pull/7170#issuecomment-2253131828
**Describe the bug** In #6274 I got the generic-worker tests running against real services again, instead of just mocks. The test TestObjectArtifact causes the (real) Object Service to return HTTP...
#7157 highlighted that in the pending tasks table, the task deadline is called `expiry`. This is pretty confusing, since task expiry and task deadline are different things. We should make...