Skip to content

Commit

Permalink
ci: switch to using mariner pool (#1127)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Apr 20, 2023
1 parent 0c02894 commit b62729a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pipelines/e2e-job-azure.yaml
Expand Up @@ -11,7 +11,7 @@ pr:
- website/*
- README.md

pool: staging-pool
pool: staging-pool-amd64-mariner-2

jobs:
- template: templates/e2e-test-azure.yaml
Expand Down
4 changes: 2 additions & 2 deletions .pipelines/nightly.yaml
Expand Up @@ -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
Expand All @@ -21,7 +21,7 @@ jobs:
- "linux"
- "windows"
testClusterUpgrade: true
- template: templates/e2e-test-azure.yaml
- template: templates/e2e-test-azure.yaml
parameters:
osTypes:
- "linux"
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -12,7 +12,7 @@ pr:
- README.md
- .github/*

pool: staging-pool
pool: staging-pool-amd64-mariner-2

jobs:
- template: .pipelines/templates/unit-test.yaml
Expand Down

0 comments on commit b62729a

Please sign in to comment.