Julien Cristau

Results 12 issues of Julien Cristau

This seems to be what was intended all along, but they were picking up run-on-tasks-for from job-defaults. These tasks will now only run on github-push graphs, with ui-test-x86-debug also running...

We're only interested in these tasks on-push for the "level 3" branches, i.e. main and releases_v*; development branches shouldn't run these tasks. ### Pull Request checklist - [ ] **Tests**:...

ac_taskgraph has code to send a notification to AC and geckoview developers when tasks fail on geckoview-bump PRs, however as far as I can tell this hasn't worked for a...

automation

…view bump This hasn't worked recently since it expects a task owner and branch name that haven't been used for a while. Fixes #12920 ### Pull Request checklist - [...

If reviewbot fails to create a try push for a given phabricator revision in some time (1 hour?), it should give up instead of holding on to it forever. We're...

The new https://hg.mozilla.org/releases/mozilla-esr128/ should get code-review support.

This adds `taskcluster task schedule `, as a somewhat more friendly alternative to `taskcluster api queue scheduleTask `.

Loading https://firefox-ci-tc.services.mozilla.com/hooks makes a graphql query that blocks displaying the page and takes about 30s.

bug

`RenameCrossDevice` in the multiuser_posix (and insecure) case doesn't actually support cross-device renames: https://github.com/taskcluster/taskcluster/blob/536651f75f14c1cc6d2dd494d530ab0bf91ffc4b/workers/generic-worker/multiuser_posix.go#L114 This breaks the mounts feature, when a task finishes, e.g. `[taskcluster:error] [mounts] Could not unmount due to:...

bug
good first issue

Currently generic-worker sets TASKCLUSTER_PROXY_URL to `http://localhost:`. In docker-worker it defaults to http://taskcluster (the proxy there runs in a neighboring docker container), and as a result existing tasks have come to...