Skip to content

Releases: pytorch/test-infra

v20240522-180622

22 May 18:07
a655d2b
Compare
Choose a tag to compare
[HUD] Add PR title to the page title (#5237)

Tried using `useEffect(()=> { document.title = "..."; }, []};` trick initially, but this does not seem to work reliable, so end up adding `DynamicTitle` component that defines a context(thank you ChatGPT for the hint on how to read React docs), and define `useSetTitle(title:string)` hook to update page title from the components

Also make title of top level HUD pages smaller

v20240522-123555

22 May 12:37
625f52f
Compare
Choose a tag to compare
Update cuda driver to NVIDIA-Linux-x86_64-550.54.15 (#5243)

Fixes: https://github.com/pytorch/test-infra/issues/5191

v20240522-102128

22 May 10:22
c05ab45
Compare
Choose a tag to compare
Remove sts:AssumeRole for arn:aws:iam::391835788720:root on *-github-…

…action-runners-runner-role (#5249)

v20240521-125112

21 May 12:52
a90badd
Compare
Choose a tag to compare
Increasing max runners for linux.g5.48xlarge.nvidia.gpu (#5232)

v20240517-134027

17 May 13:41
Compare
Choose a tag to compare
HOTFIX: lambda-do-release-runners.yml seems to require extra permissions

Runner lambdas v20230821-122750

21 Aug 12:29
e0af99a
Compare
Choose a tag to compare
Added linux arm64 runners to terraform (#4419)

Added linux arm64 runners to terraform

Runner lambdas v20230817-135424

17 Aug 13:56
ed21cc6
Compare
Choose a tag to compare
Sort and distinct entries for automatically discovered environment va…

…riables (#4487)

Runner lambdas v20230810-103250

10 Aug 10:34
9439562
Compare
Choose a tag to compare
Maintain a equal distribution of instances across AZs in the same reg…

…ion. (#4462)

Runner lambdas v20230728-181136

28 Jul 18:13
7e640b2
Compare
Choose a tag to compare
Add nvidia-docker tools installation to worker provisioning (#4440)

follow up on prev PR

Runner lambdas v20230728-170045

28 Jul 17:02
fb7ad95
Compare
Choose a tag to compare
Add nvidia-docker tools installation to worker provisioning (#4438)

fix tflint