Andrew Halberstadt
Andrew Halberstadt
While maintaining the Firefox CI cluster, we often get requests like "I'd like to be able to re-run tasks". But then granting this request in ci-config requires some trial and...
For test selection, we use the `push///schedules` endpoint to figure out which tests should be scheduled on the given push. The service takes the branch and rev and downloads the...
## Details * Read the Docs project URL: https://readthedocs.org/projects/taskcluster-taskgraph/ This project recently moved from Mercurial -> Git. But when I switched the repository type in the settings, the branch dropdown...
I noticed that the strings mentioned in the deployment docs don't quite match up with what exists in Github when creating a new app. It's not too hard to figure...
I recently set up a little [shell function](https://hg.sr.ht/~ahal/configs/browse/dot-files/zshrc.d/11-mozilla.sh?rev=4bd4a5d66992f9b7bfa3e749ad11feaad470a632#L13) for myself that uses the Unix `watch` and `notify-send` utilities to watch the status of Task and get a pop up anytime...
Since we are no longer using Github Releases to release app-services, we're removing all of the automation that previously got triggered there. Though one thing I noticed is that the...
I made a PR to update Taskgraph and the Decision task image, but when updating to the [latest image](https://hub.docker.com/layers/mozillareleases/taskgraph/decision-mobile-c0fca789e58f5458999ac9780a45897340f96f2a273c3c5ea1d2be438ab5223b/images/sha256-e9f387c9049db80281eaed73c7173b653be195423cdd58300f71d9796d8f1ac7?context=explore), the [Decision task fails](https://firefox-ci-tc.services.mozilla.com/tasks/Jl36YCCpSEGjqBKgfBb_Zw). Here's the relevant log: ``` [task 2022-12-01T20:32:00.897Z]...
I keep going to docs.taskcluster.net to look for the generic-worker configuration docs before forgetting that they are in the `generic-worker` README: https://github.com/taskcluster/taskcluster/tree/main/workers/generic-worker Would be nice if this were included in...
**Describe the bug** As of Git 2.35.2, they introduced a security feature to mitigate a CVE on multi-user setups: https://github.blog/2022-04-12-git-security-vulnerability-announced/#cve-2022-24765 Basically Git will error out if the checkout dir isn't...