Andrew Halberstadt

Results 38 comments of Andrew Halberstadt

Massaging this a bit to include the addition of a scope for access to the interactive tasks capability. There is indeed a firewall that is blocking level 3 tasks from...

Alternatively, we may want to continue forwarding this event if there are use cases to run a "cleanup" graph when a branch is deleted? Seems unlikely, but if it's something...

Yeah, a bit of a mish mash of things in here, but looks like it's mostly still relevant. We should be running the decision task with Python 3 at least...

For context this came up in the `mozilla-vpn-client` repo where [this Decision task](https://firefox-ci-tc.services.mozilla.com/tasks/DYyK1StpTRGlt7Iax7H1lg) from a `github-push` was displayed in the checks UI of [this PR](https://github.com/mozilla-mobile/mozilla-vpn-client/pull/2415/). Note: I've worked around this...

This is also not limited to Decision tasks, here's a case where it happens on a build task: https://bugzilla.mozilla.org/show_bug.cgi?id=1761841

I discovered it's possible to work around this in the `.taskcluster.yml` by adding `tasks_for` to the Decision task name, e.g like in this PR: https://github.com/mozilla-mobile/mozilla-vpn-client/pull/3835/files The individual tasks will still...

I'm a bit confused, it sounded like reruns were working for folks but just weren't updating Github properly? Or are you saying that your changes now require new scopes? A...

Maybe a more succinct way of framing the problem is: > If this Taskcluster API were to be called, what scopes would it need?

Correct, just a separate scope. However reading your link clarified some things for me.. and I think we might not actually support VPN's use case after all. From the link:...