Skip to content

Commit

Permalink
Delete github-status-sync and hud-query-proxy (#1272)
Browse files Browse the repository at this point in the history
removing the github-status-sync and hud-query-proxy lambdas as they were
used for grafana?

would appreciate input from someone who knows how grafana worked

This is some lingering cleanup that's part of
pytorch/pytorch#78951
  • Loading branch information
clee2000 authored Jan 13, 2023
1 parent 4b9687c commit afd939d
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 1,136 deletions.
8 changes: 0 additions & 8 deletions .github/scripts/generate_ci_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ def generate_workflow_file(self, workflow_template: jinja2.Template) -> None:
lambda_name="rds-proxy",
timeout=3,
),
# This can't be deployed from GitHub's runners since it installs incompatible
# binaries when downloading dependencies
# CIWorkflow(
# template="deploy_lambda.yml.j2",
# name="github-status-sync",
# lambda_name="ossci-job-status-sync",
# timeout=5 * 60,
# ),
CIWorkflow(
template="metrics_pytorch_org.yml.j2", name="metrics-pytorch-org", timeout=3
),
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Install dependencies
run: |
pip install --requirement=.mypy_requirements.txt
pip install -r aws/lambda/github-status-sync/requirements.txt
- name: Run mypy
env:
MYPY_FORCE_COLOR: 1
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ terraform.rc

aws/websites/metrics.pytorch.org/vars.yml

aws/lambda/hud-query-proxy/python/*
aws/lambda/github-webhook-rds-sync/python/*
aws/lambda/github-webhook-rds-sync/hooks/*
aws/lambda/rds-proxy/python/*
aws/lambda/github-status-sync/python/*


.vercel
Expand Down
10 changes: 0 additions & 10 deletions aws/lambda/github-status-sync/Makefile

This file was deleted.

71 changes: 0 additions & 71 deletions aws/lambda/github-status-sync/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions aws/lambda/github-status-sync/cli-requirements.txt

This file was deleted.

Loading

0 comments on commit afd939d

Please sign in to comment.