Jeff Grafton
Jeff Grafton
The windows images seem to use foreign layers hosted by Microsoft. For example, the windows 10.0.17134.228 image for docker's `hello-world` image has this manifest: ```json { "schemaVersion": 2, "mediaType": "application/vnd.docker.distribution.manifest.v2+json",...
We have a few lint-style checks for `gofmt` and `go vet` which are implemented as `sh_test`s. We had a `data` dependency on `@io_bazel_rules_go_toolchain//:toolchain`, which brought `external/io_bazel_rules_go_toolchain/bin` into the runfiles for...
It looks like there was a typo in the go module name introduced in #19: ``` $ go get -u github.com/octago/sflags go: github.com/octago/sflags upgrade => v0.3.0 go get: github.com/octago/[email protected]: parsing...
We recently upgraded to 1.32.8 (from 1.31.4, since many intervening versions have been broken in different ways), and we're quickly burning through all of our GitHub API quota: ``` console...
Currently, the reaper only resets resources in state `busy`, `cleaning`, or `leased`. Furthermore, it uses the same expiration time for each. One use case that isn't supported by this model...
*Originally filed as https://github.com/kubernetes/test-infra/issues/15925* Creating a one-sentence summary of this issue is hard, but the basic bug is fairly easy to understand. Assume a Boskos instance has three resource types,...
*Originally filed as https://github.com/kubernetes/test-infra/issues/15054 by @amwat* ```yaml resources: - type: bar names: - foo - type: qwe names: - foo ``` results in `{"error":"duplicated resource name: foo","level":"fatal","msg":"failed to create ranch!"...
*Originally filed as https://github.com/kubernetes/test-infra/issues/14715 by @BenTheElder* **What would you like to be added**: export and graph metrics for boskos cleanup timing **Why is this needed**: so we can determine if...
Our Go implementation of build_tar has fallen behind some of the features in the [upstream Python implementation of build_tar](https://github.com/bazelbuild/bazel/blob/master/tools/build_defs/pkg/build_tar.py): - `--manifest`: JSON manifest of contents to add to the layer...
Currently one can whitelist users or orgs. It'd be super helpful to also support GitHub [teams](https://developer.github.com/v3/orgs/teams/#list-team-members), as we're currently using that on our project to control access to various repos.