Skip to content

Commit

Permalink
[ci] Fix SONiC cache build pipeline, which breaks for template change. (
Browse files Browse the repository at this point in the history
sonic-net#13945)

Why I did it
It is affected by recent PR which changed pipeline template reference.
pipeline failed.

How I did it
  • Loading branch information
liushilongbuaa authored and xumia committed Mar 10, 2023
1 parent fdd931e commit f9f36b2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .azure-pipelines/official-build-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ schedules:
- master
- 202012

resources:
repositories:
- repository: buildimage
type: github
name: sonic-net/sonic-buildimage
ref: master
endpoint: sonic-net

trigger: none
pr: none

Expand All @@ -20,7 +28,8 @@ stages:
variables:
- name: CACHE_MODE
value: cache
- template: azure-pipelines-repd-build-variables.yml
- template: .azure-pipelines/azure-pipelines-repd-build-variables.yml@buildimage
- template: .azure-pipelines/template-variables.yml@buildimage
jobs:
- template: azure-pipelines-build.yml
parameters:
Expand Down

0 comments on commit f9f36b2

Please sign in to comment.