From d8f03c3e72f5517f8f122cae187a269db7bef91c Mon Sep 17 00:00:00 2001 From: xuzhang3 Date: Tue, 16 Aug 2022 11:31:29 +0800 Subject: [PATCH 1/2] update CI agent --- azure-pipelines.yml | 2 +- pr-pipelines.yml | 2 +- release-pipelines.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a2bfd4545..c835885a9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: jobs: - job: CG pool: - vmImage: 'ubuntu-latest' + vmImage: 'pool-ubuntu-2004' steps: - task: ComponentGovernanceComponentDetection@0 diff --git a/pr-pipelines.yml b/pr-pipelines.yml index a5d26e0ce..7c33a216e 100644 --- a/pr-pipelines.yml +++ b/pr-pipelines.yml @@ -134,7 +134,7 @@ pr: - dev pool: - vmImage: 'ubuntu-20.04' + vmImage: 'pool-ubuntu-2004' jobs: - job: CreateResourceGroups diff --git a/release-pipelines.yml b/release-pipelines.yml index 1232d0a2c..4c0d9fcba 100644 --- a/release-pipelines.yml +++ b/release-pipelines.yml @@ -11,7 +11,7 @@ trigger: pr: none pool: - vmImage: 'ubuntu-latest' + vmImage: 'pool-ubuntu-2004' steps: - script: | From ace9b1ce4588343615d1c2e8ce70aa7548653ccd Mon Sep 17 00:00:00 2001 From: xuzhang3 Date: Tue, 16 Aug 2022 12:16:00 +0800 Subject: [PATCH 2/2] ci agent --- azure-pipelines.yml | 2 +- pr-pipelines.yml | 2 +- release-pipelines.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c835885a9..406dc2575 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: jobs: - job: CG pool: - vmImage: 'pool-ubuntu-2004' + name: pool-ubuntu-2004 steps: - task: ComponentGovernanceComponentDetection@0 diff --git a/pr-pipelines.yml b/pr-pipelines.yml index 7c33a216e..4bd33d054 100644 --- a/pr-pipelines.yml +++ b/pr-pipelines.yml @@ -134,7 +134,7 @@ pr: - dev pool: - vmImage: 'pool-ubuntu-2004' + name: pool-ubuntu-2004 jobs: - job: CreateResourceGroups diff --git a/release-pipelines.yml b/release-pipelines.yml index 4c0d9fcba..adb69fb4d 100644 --- a/release-pipelines.yml +++ b/release-pipelines.yml @@ -11,7 +11,7 @@ trigger: pr: none pool: - vmImage: 'pool-ubuntu-2004' + name: pool-ubuntu-2004 steps: - script: |