From 09d42f125e31a27647e4317f19d3970a05dd3f53 Mon Sep 17 00:00:00 2001 From: Hang Date: Mon, 17 Nov 2025 15:18:41 +0800 Subject: [PATCH] Init --- azure-pipelines-cli.yml | 18 +++++++++--------- azure-pipelines.yml | 8 ++++---- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/azure-pipelines-cli.yml b/azure-pipelines-cli.yml index ae5f55d0c..66423c7b2 100644 --- a/azure-pipelines-cli.yml +++ b/azure-pipelines-cli.yml @@ -10,7 +10,7 @@ jobs: displayName: 'Extract Metadata' condition: succeeded() pool: - name: 'pool-ubuntu-2004' + name: 'pool-ubuntu-2204' steps: - task: Bash@3 displayName: 'Extract Version' @@ -30,7 +30,7 @@ jobs: dependsOn: ExtractMetadata condition: succeeded() pool: - name: 'pool-ubuntu-2004' + name: 'pool-ubuntu-2204' steps: - task: UsePythonVersion@0 displayName: 'Use Python 3.12' @@ -54,7 +54,7 @@ jobs: condition: succeeded() pool: - name: 'pool-ubuntu-2004' + name: 'pool-ubuntu-2204' steps: - task: UsePythonVersion@0 displayName: 'Use Python 3.12' @@ -75,7 +75,7 @@ jobs: - job: Unittest pool: - name: 'pool-ubuntu-2004' + name: 'pool-ubuntu-2204' strategy: matrix: Python39: @@ -132,7 +132,7 @@ jobs: dependsOn: BuildPythonWheel condition: succeeded() pool: - name: 'pool-ubuntu-2004' + name: 'pool-ubuntu-2204' strategy: matrix: Python39: @@ -164,7 +164,7 @@ jobs: dependsOn: BuildPythonWheel condition: succeeded() pool: - name: 'pool-ubuntu-2004' + name: 'pool-ubuntu-2204' strategy: matrix: Python39: @@ -196,7 +196,7 @@ jobs: dependsOn: BuildPythonWheel condition: succeeded() pool: - name: 'pool-ubuntu-2004' + name: 'pool-ubuntu-2204' strategy: matrix: Python39: @@ -228,7 +228,7 @@ jobs: dependsOn: BuildPythonWheel condition: succeeded() pool: - name: 'pool-ubuntu-2004' + name: 'pool-ubuntu-2204' strategy: matrix: Python39: @@ -259,7 +259,7 @@ jobs: displayName: "Performance Check on Linux" dependsOn: BuildPythonWheel pool: - name: 'pool-ubuntu-2004' + name: 'pool-ubuntu-2204' strategy: matrix: Python39: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 99d2f6d3a..1b7a695f4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ jobs: - job: Tox condition: succeeded() pool: - name: 'pool-ubuntu-2004' + name: 'pool-ubuntu-2204' strategy: matrix: Python39: @@ -41,7 +41,7 @@ jobs: displayName: 'Extract Metadata' condition: succeeded() pool: - name: 'pool-ubuntu-2004' + name: 'pool-ubuntu-2204' steps: - task: Bash@3 displayName: 'Extract Version' @@ -61,7 +61,7 @@ jobs: dependsOn: ExtractMetadata condition: succeeded() pool: - name: 'pool-ubuntu-2004' + name: 'pool-ubuntu-2204' steps: - task: UsePythonVersion@0 displayName: 'Use Python 3.9' @@ -85,7 +85,7 @@ jobs: condition: succeeded() pool: - name: 'pool-ubuntu-2004' + name: 'pool-ubuntu-2204' steps: - task: UsePythonVersion@0 displayName: 'Use Python 3.12'