From 098e99c1f037b23ef157567dce4ebba22e8a4023 Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Wed, 19 Apr 2023 16:59:44 -0700 Subject: [PATCH] ci: switch to using mariner pool (#858) Signed-off-by: Anish Ramasekar --- .pipelines/nightly.yaml | 2 +- .pipelines/pr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pipelines/nightly.yaml b/.pipelines/nightly.yaml index c7066a2da..7a2dbc486 100644 --- a/.pipelines/nightly.yaml +++ b/.pipelines/nightly.yaml @@ -10,7 +10,7 @@ schedules: include: - main -pool: staging-pool +pool: staging-pool-amd64-mariner-2 jobs: - job: scan_images diff --git a/.pipelines/pr.yaml b/.pipelines/pr.yaml index 8ac2c1776..38edb016d 100644 --- a/.pipelines/pr.yaml +++ b/.pipelines/pr.yaml @@ -11,7 +11,7 @@ pr: - README.md - .github -pool: staging-pool +pool: staging-pool-amd64-mariner-2 jobs: - job: scan_images