From b62729aafb6413e96b0e8b35a18769c757bff7ef Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Wed, 19 Apr 2023 17:02:29 -0700 Subject: [PATCH] ci: switch to using mariner pool (#1127) Signed-off-by: Anish Ramasekar --- .pipelines/e2e-job-azure.yaml | 2 +- .pipelines/nightly.yaml | 4 ++-- azure-pipelines.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pipelines/e2e-job-azure.yaml b/.pipelines/e2e-job-azure.yaml index d0c0e8233..3fd7bfe35 100644 --- a/.pipelines/e2e-job-azure.yaml +++ b/.pipelines/e2e-job-azure.yaml @@ -11,7 +11,7 @@ pr: - website/* - README.md -pool: staging-pool +pool: staging-pool-amd64-mariner-2 jobs: - template: templates/e2e-test-azure.yaml diff --git a/.pipelines/nightly.yaml b/.pipelines/nightly.yaml index fe473bdf2..e50896048 100644 --- a/.pipelines/nightly.yaml +++ b/.pipelines/nightly.yaml @@ -8,7 +8,7 @@ schedules: include: - master -pool: staging-pool +pool: staging-pool-amd64-mariner-2 jobs: # to get image scan results on nightly runs @@ -21,7 +21,7 @@ jobs: - "linux" - "windows" testClusterUpgrade: true - - template: templates/e2e-test-azure.yaml + - template: templates/e2e-test-azure.yaml parameters: osTypes: - "linux" diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 15559e2bb..419b6070d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ pr: - README.md - .github/* -pool: staging-pool +pool: staging-pool-amd64-mariner-2 jobs: - template: .pipelines/templates/unit-test.yaml