You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[EZ] Replace pytorch-labs with meta-pytorch (#6999)
This PR replaces all instances of `pytorch-labs` with `meta-pytorch` in
this repository now that the `pytorch-labs` org has been renamed to
`meta-pytorch`
## Changes Made
- Replaced all occurrences of `pytorch-labs` with `meta-pytorch`
- Skipped binary files and files larger than 1MB due to GitHub api
payload limits in the script to cover all repos in this org. Will do a
more manual second pass later to cover any larger files
## Files Modified
This PR updates files that contained the target text.
Generated by automated script on 2025-08-12T22:48:48.097834+00:00Z
Copy file name to clipboardExpand all lines: aws/lambda/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,18 +61,18 @@ Run ncipollo/release-action@v1
61
61
Usethereleasenametofindyourreleaseartifactsinthereleasepage.[pytorch/test-infra/releases](https://github.com/pytorch/test-infra/releases). If you build successfully, you can find your zip file in the release Assets.
62
62
63
63
## Setup infra resources and deploy the function to cloud
### Setup Permission and Deployment for the lambda function
67
-
-Addyourlambdafunctionconfig(suchascreaterole,func-name,andpermissions),similarto[PR: set up Aws Resources for queue time histogram lambda ](https://github.com/pytorch-labs/pytorch-gha-infra/pull/647)
67
+
-Addyourlambdafunctionconfig(suchascreaterole,func-name,andpermissions),similarto[PR: set up Aws Resources for queue time histogram lambda ](https://github.com/meta-pytorch/pytorch-gha-infra/pull/647)
68
68
- You should only grab permission the lambda need for resource access, make sure to ask one person from pytorch dev infra team to review the permission.
- During the deploy process, the workflow will download your file based on the Terrafile.
71
71
- If you need ClickHouse account permission, you need ask pytorch dev infra teammate to create a ClickHouse role for your lambda.
72
-
- Add the ClickHouse role secret to the repo secret, `bunnylol oss pytorch-labs/pytorch-gha-infra` and update it in settings-> secrets.
72
+
- Add the ClickHouse role secret to the repo secret, `bunnylol oss meta-pytorch/pytorch-gha-infra` and update it in settings-> secrets.
73
73
74
74
### Deploy the lambda
75
-
Oncetheprissubmitted,goto[RunnersDoTerraformRelease(apply)](https://github.com/pytorch-labs/pytorch-gha-infra/actions/workflows/runners-on-dispatch-release.yml), and click Run workflow.
75
+
Oncetheprissubmitted,goto[RunnersDoTerraformRelease(apply)](https://github.com/meta-pytorch/pytorch-gha-infra/actions/workflows/runners-on-dispatch-release.yml), and click Run workflow.
0 commit comments