[CI] Migrate focal (ubuntu 20.04) images to jammy (ubuntu 22.04) (#154437)

Fixes https://github.com/pytorch/pytorch/issues/154157

Inductor Workflows where moved from focal to jammy here: https://github.com/pytorch/pytorch/pull/154153

Pull Request resolved: https://github.com/pytorch/pytorch/pull/154437
Approved by: https://github.com/Skylion007, https://github.com/cyyever, https://github.com/davidberard98, https://github.com/huydhn
This commit is contained in:
atalman
2025-06-05 15:24:07 +00:00
committed by PyTorch MergeBot
parent e895e9689c
commit cd361fc247
15 changed files with 194 additions and 387 deletions

View File

@ -9,19 +9,19 @@ import requests
CONFIGS = {
"dynamo39": {
"linux-focal-py3.9-clang10 / test (dynamo_wrapped, 1, 3, linux.2xlarge)",
"linux-focal-py3.9-clang10 / test (dynamo_wrapped, 2, 3, linux.2xlarge)",
"linux-focal-py3.9-clang10 / test (dynamo_wrapped, 3, 3, linux.2xlarge)",
"linux-jammy-py3.9-clang10 / test (dynamo_wrapped, 1, 3, linux.2xlarge)",
"linux-jammy-py3.9-clang10 / test (dynamo_wrapped, 2, 3, linux.2xlarge)",
"linux-jammy-py3.9-clang10 / test (dynamo_wrapped, 3, 3, linux.2xlarge)",
},
"dynamo311": {
"linux-focal-py3.11-clang10 / test (dynamo_wrapped, 1, 3, linux.2xlarge)",
"linux-focal-py3.11-clang10 / test (dynamo_wrapped, 2, 3, linux.2xlarge)",
"linux-focal-py3.11-clang10 / test (dynamo_wrapped, 3, 3, linux.2xlarge)",
"linux-jammy-py3.11-clang10 / test (dynamo_wrapped, 1, 3, linux.2xlarge)",
"linux-jammy-py3.11-clang10 / test (dynamo_wrapped, 2, 3, linux.2xlarge)",
"linux-jammy-py3.11-clang10 / test (dynamo_wrapped, 3, 3, linux.2xlarge)",
},
"eager311": {
"linux-focal-py3.11-clang10 / test (default, 1, 3, linux.2xlarge)",
"linux-focal-py3.11-clang10 / test (default, 2, 3, linux.2xlarge)",
"linux-focal-py3.11-clang10 / test (default, 3, 3, linux.2xlarge)",
"linux-jammy-py3.11-clang10 / test (default, 1, 3, linux.2xlarge)",
"linux-jammy-py3.11-clang10 / test (default, 2, 3, linux.2xlarge)",
"linux-jammy-py3.11-clang10 / test (default, 3, 3, linux.2xlarge)",
},
}