Skip to content

Commit

Permalink
ci: switch to using mariner pool (#858)
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 19, 2023
1 parent 1a08950 commit 098e99c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pipelines/nightly.yaml
Expand Up @@ -10,7 +10,7 @@ schedules:
include:
- main

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

jobs:
- job: scan_images
Expand Down
2 changes: 1 addition & 1 deletion .pipelines/pr.yaml
Expand Up @@ -11,7 +11,7 @@ pr:
- README.md
- .github

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

jobs:
- job: scan_images
Expand Down

0 comments on commit 098e99c

Please sign in to comment.