mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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:
committed by
PyTorch MergeBot
parent
e895e9689c
commit
cd361fc247
@ -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)",
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user