From 36b2a98f45ed39f1f308c0cad0bed4e7e50a6490 Mon Sep 17 00:00:00 2001 From: jiasli <4003950+jiasli@users.noreply.github.com> Date: Mon, 25 Apr 2022 12:47:24 +0800 Subject: [PATCH 1/2] py39-test --- azure-pipelines-full-tests.yml | 18 ++++++++--------- azure-pipelines.yml | 36 +++++++++++++++++----------------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/azure-pipelines-full-tests.yml b/azure-pipelines-full-tests.yml index 1186255ea37..140fec90519 100644 --- a/azure-pipelines-full-tests.yml +++ b/azure-pipelines-full-tests.yml @@ -22,8 +22,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -42,8 +42,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -62,8 +62,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -106,8 +106,8 @@ jobs: instance_idx: '$(Instance_idx)' fullTest: true -- job: AutomationFullTestPython38ProfileLatest - displayName: Automation Full Test Python38 Profile Latest +- job: AutomationFullTestPython39ProfileLatest + displayName: Automation Full Test Python39 Profile Latest timeoutInMinutes: 9999 strategy: maxParallel: 8 @@ -133,7 +133,7 @@ jobs: steps: - template: .azure-pipelines/templates/automation_test.yml parameters: - pythonVersion: '3.8' + pythonVersion: '3.9' profile: 'latest' instance_cnt: '8' instance_idx: '$(Instance_idx)' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b770e7f791e..400862fca6d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -386,9 +386,9 @@ jobs: --rm -v $PYPI_FILES:/mnt/pypi python:3.7 \ /bin/bash -c "ls /mnt/pypi && pip install -f /mnt/pypi -q azure-cli==$CLI_VERSION.* && az self-test && az --version && sleep 5" - echo "== Testing pip install on Python 3.8 ==" + echo "== Testing pip install on Python 3.9 ==" docker run \ - --rm -v $PYPI_FILES:/mnt/pypi python:3.8 \ + --rm -v $PYPI_FILES:/mnt/pypi python:3.9 \ /bin/bash -c "ls /mnt/pypi && pip install -f /mnt/pypi -q azure-cli==$CLI_VERSION.* && az self-test && az --version && sleep 5" echo "== Testing pip install on Python 3.10 ==" @@ -407,8 +407,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -426,8 +426,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -448,8 +448,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -471,8 +471,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -490,8 +490,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -509,8 +509,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -528,8 +528,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -957,8 +957,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' pool: From c3bdaf4c9427ed40b276c9d91771ccad1fc9d443 Mon Sep 17 00:00:00 2001 From: jiasli <4003950+jiasli@users.noreply.github.com> Date: Mon, 25 Apr 2022 14:53:45 +0800 Subject: [PATCH 2/2] automation_test.yml --- .azure-pipelines/templates/automation_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/automation_test.yml b/.azure-pipelines/templates/automation_test.yml index 21c89b29c92..f5f97d05fde 100644 --- a/.azure-pipelines/templates/automation_test.yml +++ b/.azure-pipelines/templates/automation_test.yml @@ -3,7 +3,7 @@ parameters: - name: pythonVersion type: string - default: 3.8 + default: 3.10 - name: profile type: string default: latest