Skip to content

Commit 2bc5e88

Browse files
authored
Update precached python version (#33896)
* update precached python version * update the comment referencing the ubuntu image's installed software
1 parent fee8bcf commit 2bc5e88

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

eng/pipelines/templates/stages/platform-matrix-excluding-pypy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"Ubuntu2004_3120": {
3232
"OSVmImage": "MMSUbuntu20.04",
3333
"Pool": "azsdk-pool-mms-ubuntu-2004-general",
34-
"PythonVersion": "3.12.0",
34+
"PythonVersion": "3.12",
3535
"CoverageArg": "--disablecov",
3636
"TestSamples": "false"
3737
}

eng/pipelines/templates/stages/platform-matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
},
2929
{
3030
"Config": {
31-
"Ubuntu2004_3120": {
31+
"Ubuntu2004_312": {
3232
"OSVmImage": "MMSUbuntu20.04",
3333
"Pool": "azsdk-pool-mms-ubuntu-2004-general",
34-
"PythonVersion": "3.12.0",
34+
"PythonVersion": "3.12",
3535
"CoverageArg": "--disablecov",
3636
"TestSamples": "false"
3737
}

scripts/devops_tasks/install_python_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
MAX_INSTALLER_RETRY = 3
2020
CURRENT_UBUNTU_VERSION = "20.04" # full title is ubuntu-20.04
2121
MAX_PRECACHED_VERSION = (
22-
"3.11.1" # reference: https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2004-Readme.md#python
22+
"3.12.1" # reference: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md#python
2323
)
2424

2525
UNIX_INSTALL_ARRAY = ["sh", "setup.sh"]

sdk/communication/azure-communication-phonenumbers/phonenumbers-livetest-matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"Ubuntu2004_3120": {
4848
"OSVmImage": "MMSUbuntu20.04",
4949
"Pool": "azsdk-pool-mms-ubuntu-2004-general",
50-
"PythonVersion": "3.12.0",
50+
"PythonVersion": "3.12",
5151
"CoverageArg": "--disablecov",
5252
"TestSamples": "false",
5353
"COMMUNICATION_SKIP_CAPABILITIES_LIVE_TEST": "true"

0 commit comments

Comments
 (0)