Clive Unger
Clive Unger
I am trying to run npm-groovy-lint as a Docker container in a GitLab CI pipeline (similar to CircleCI). My CI config looks something like: ``` groovy_lint: stage: lint image: name:...
Addresses issue https://github.com/pytorch/test-infra/issues/5178
I am curious what the purpose of the [github-webhook-rds-sync](https://github.com/pytorch/test-infra/tree/main/aws/lambda/github-webhook-rds-sync) is. My understanding from https://github.com/pytorch/test-infra/blob/main/torchci/docs/architecture.md is that all data is pushed to a DynamoDB database via the PyTorchBot, so I want...
I am curious about the queries for this page: https://hud.pytorch.org/benchmark/compilers that are stored in https://github.com/pytorch/test-infra/tree/main/torchci/rockset/inductor . How is the data in the `inductor.torch_dynamo_perf_stats` collection populated? It is not mentioned in...