Merged PR 780713: Unreference secret variable groups

These pipelines no longer need this variable group
This commit is contained in:
Michael Pysson 2024-04-20 00:08:35 +00:00
Родитель 73335a7874
Коммит 23456174de
6 изменённых файлов: 0 добавлений и 15 удалений

Просмотреть файл

@ -7,8 +7,6 @@ parameters:
jobs:
- job: Validation_1ESPT_${{ parameters.validationName }}
variables:
- group: "BuildXL Secrets"
displayName: 1ESPipelines BuildXL workflow [Linux] (${{ parameters.validationName }})
pool:
name: BuildXL-DevOpsAgents-Linux-Stateless-PME

Просмотреть файл

@ -1,5 +1,4 @@
# Sets pipeline variables with appropriate PATs to use as environment variables in internal selfhost builds
# Note this task assumes the variable group "BuildXL Secrets" is available
parameters:
- name: workingDirectory
type: string

Просмотреть файл

@ -26,8 +26,6 @@ resources:
jobs:
- job: Build_Linux
variables:
- group: "BuildXL Secrets"
displayName: Build linux NPM package (${{ parameters.Flavor }})
pool:
name: BuildXL-DevOpsAgents-Linux-Stateless-PME

Просмотреть файл

@ -10,7 +10,6 @@ parameters:
variables:
- group: "BuildXL Common variables"
- group: "BuildXL Secrets"
- name: Domino.DogfoodPackagePath
value: $(Build.StagingDirectory)\$(Build.BuildId)\Dogfood
- name: BuildXL.RepoDirectory

Просмотреть файл

@ -1,7 +1,6 @@
trigger: none # Explicitly scheduled for PRs
variables:
- group: "BuildXL Secrets"
- group: "BuildXL Common variables"
- name: BuildXL.LogsDirectory.LKG
value: $(Build.SourcesDirectory)\Out\Logs\pr-$(Build.BuildNumber)-lkg

Просмотреть файл

@ -8,10 +8,6 @@ trigger:
- Examples
variables:
# [NOTE]: We intentionally not include the "BuildXL Secrets" variable group here,
# and rather do it individually for every job that actually requires it:
# we especially want to avoid the external validations to access those secrets,
# which give access to internal resources.
- group: "BuildXL Common variables"
- template: variables.yml
- name: isPublishingBranch
@ -63,16 +59,12 @@ extends:
- stage: RCIT
displayName: RunCheckInTests
variables:
- group: "BuildXL Secrets"
dependsOn: prepare
jobs:
- template: .azdo/rolling/jobs/run-checkin-tests.yml@self
- stage: Linux
displayName: Linux
variables:
- group: "BuildXL Secrets"
dependsOn: prepare
jobs:
- template: .azdo/rolling/jobs/linux.yml@self