Skip to content

Commit

Permalink
ci: overwrite pool images using demands (#1273)
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 Feb 28, 2024
1 parent 9193347 commit cc6040e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .pipelines/nightly.yaml
Expand Up @@ -114,8 +114,10 @@ jobs:
upgrade_aks_linux:
GINKGO_SKIP: \[AKSSoakOnly\]
- job:
# using the tmp pool as a workaround for the kind cluster creation issue.
pool: tmp-staging-pool-amd64-mariner-2
pool:
name: staging-pool-amd64-mariner-2
demands:
- ImageOverride -equals azcu-agent-amd64-mariner-2-cgv2-img
timeoutInMinutes: 60
dependsOn:
- scan_images
Expand Down
6 changes: 4 additions & 2 deletions .pipelines/pr.yaml
Expand Up @@ -111,8 +111,10 @@ jobs:
- template: templates/publish-logs.yaml
- job:
timeoutInMinutes: 60
# using the tmp pool as a workaround for the kind cluster creation issue.
pool: tmp-staging-pool-amd64-mariner-2
pool:
name: staging-pool-amd64-mariner-2
demands:
- ImageOverride -equals azcu-agent-amd64-mariner-2-cgv2-img
dependsOn:
- lint
- scan_images
Expand Down

0 comments on commit cc6040e

Please sign in to comment.