Skip to content

Commit 46783e1

Browse files
authored
Remove the usage of the dotnet-benchview variable group as we no longer use PerfCommandUploadToken. Also removed the infrastructure for rotating certain secrets as the majority were deleted, PerfCommandUploadTokenNonEscaped is no longer used and can be deleted after this PR, and pvscmdupload-storage-key and pvscmdupload-connection-string seem to only be used by this flow. (#4884)
1 parent f2ca9d8 commit 46783e1

File tree

5 files changed

+0
-107
lines changed

5 files changed

+0
-107
lines changed

.config/dotnet-tools.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

.config/settings.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.vault-config/dotnet-perf-keyvault.yaml

Lines changed: 0 additions & 61 deletions
This file was deleted.

azure-pipelines.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -67,29 +67,3 @@ jobs:
6767
jobParameters:
6868
${{ if parameters.onlySanityCheck }}:
6969
onlySanityCheck: true
70-
71-
- ${{ if and(ne(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'Schedule', 'Manual')) }}:
72-
# Secret Sync
73-
- job: Synchronize
74-
pool:
75-
name: NetCore1ESPool-Internal-NoMSI
76-
demands: ImageOverride -equals 1es-windows-2019
77-
steps:
78-
- task: UseDotNet@2
79-
displayName: Install .NET 6.0
80-
inputs:
81-
version: 6.x
82-
83-
- task: DeleteFiles@1
84-
inputs:
85-
Contents: global.json
86-
87-
- script: dotnet tool restore
88-
89-
- task: AzureCLI@2
90-
inputs:
91-
azureSubscription: .NET Performance (790c4451-dad9-4fda-af8b-10bd9ca328fa)
92-
scriptType: ps
93-
scriptLocation: inlineScript
94-
inlineScript: |
95-
Get-ChildItem .vault-config/*.yaml |% { dotnet secret-manager synchronize $_}

eng/pipelines/templates/run-performance-job.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ jobs:
107107
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
108108
# for private runs, we want to upload perflab data
109109
- group: DotNet-HelixApi-Access
110-
# perflab upload tokens still exist in this variable group
111-
- group: dotnet-benchview
112110
- ${{ if eq(parameters.downloadPdn, true) }}:
113111
- name: _pdnPath
114112
value: '$(Build.ArtifactStagingDirectory)/PDN.zip'

0 commit comments

Comments
 (0)