diff --git a/.azure-pipelines/official-build.yml b/.azure-pipelines/official-build.yml index 4321e476143..29016c6c439 100644 --- a/.azure-pipelines/official-build.yml +++ b/.azure-pipelines/official-build.yml @@ -18,9 +18,20 @@ schedules: - 201911 - 201811 +resources: + repositories: + - repository: buildimage + type: github + name: Azure/sonic-buildimage + ref: master + endpoint: build + trigger: none pr: none +variables: +- template: .azure-pipelines/template-variables.yml@buildimage + stages: - stage: Build pool: sonicbld diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 549104ce2c6..84e6994f75a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,6 +30,14 @@ resources: type: github name: Azure/sonic-mgmt endpoint: build + - repository: buildimage + type: github + name: Azure/sonic-buildimage + endpoint: build + ref: master + +variables: +- template: .azure-pipelines/template-variables.yml@buildimage stages: - stage: Build