Skip to content

Commit 4162903

Browse files
authored
[Take 2] Update Terrafile to version used by Meta fleet (#353)
Includes a bunch of reliability fixes from: * pytorch/test-infra#6934 * pytorch/test-infra#6885 * pytorch/test-infra#6933 * pytorch/test-infra#6932 Previously had to revert these changes to mitigate pytorch/pytorch#159290. It turns out the expiration policy added by pytorch/test-infra#6885 required a setting to be set on AWS to allow advanced SSM parameters (see [docs](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html#ps-default-tier)). That setting had been set on the Meta AWS account but not on the LF account, causing the outage. It's now been set on the LF account, so this should be safe to redeploy. As a follow up task, when creating the ssm parameter we should explicitly specify the tier that it should have
1 parent e8e331a commit 4162903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ali/Terrafile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform-aws-vpc:
44
terraform-aws-github-runner:
55
source: "pytorch/test-infra"
66
module-root: "terraform-aws-github-runner"
7-
tag: "v20250604-154741"
7+
tag: "v20250716-153909"
88
assets:
99
- "runner-binaries-syncer.zip"
1010
- "runners.zip"

0 commit comments

Comments
 (0)