Geoffrey Martin-Noble
Geoffrey Martin-Noble
Thanks for the great guide. I followed it a while ago to set up my pi-hole, which has been working great since. When recently switching to an e2-micro instance (see...
The IP address for pi.hole in /etc/pihole/local.list is the internal IP of the VM instance, not of Wireguard, which is what is needed. Fixes #47
**Is your feature request related to a problem? Please describe.** I want to have a pipeline that triggers on a pull request, but checks out the main branch and runs...
Currently it is hardcoded which presubmits run on PRs (all of them except those involving GPUs). Instead, we want the PR author to be able to specify if they want...
We have leaks detected by asan (well lsan really) in our vulkan tests. For now I'm disabling vulkan from the asan bot I'm bringing up. I'm not sure if this...
We are migrating all our CI to GitHub actions. Here's a list of jobs to burn down. I'm going to make it a checklist rather than a million different issues....
Related to #9881, I'm noticing quite a few places where a CI build job needs an entire massive directory just so it can poke into it and get a single...
### Issue body We've got a workflow that builds and tests the IREE runtime in two different jobs. One job builds and uploads the build directory as an artifact and...
The way GitHub actions sends notifications is totally broken: https://github.com/github-community/community/discussions/18039 We need a way to notify the team (in particular, the build rotation and the commit author) when a postsubmit...