File tree 2 files changed +16
-18
lines changed
2 files changed +16
-18
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ parameters:
40
40
41
41
jobs :
42
42
- job : ListRepos
43
+ pool :
44
+ name : TypeScript-1ES-Deploys
45
+ demands :
46
+ - ImageOverride -equals mariner-2.0
43
47
steps :
44
48
- task : AzureKeyVault@2
45
49
inputs :
69
73
strategy :
70
74
parallel : ${{ parameters.MACHINE_COUNT }}
71
75
steps :
72
- - task : AzureKeyVault@2
73
- inputs :
74
- azureSubscription : ' TypeScript Public CI'
75
- KeyVaultName : ' jststeam-passwords'
76
- SecretsFilter : ' typescript-bot-github-PAT-error-deltas'
77
- displayName : Get secrets
78
- retryCountOnTaskFailure : 3
79
76
- download : current
80
77
artifact : RepoList
81
78
- task : UseNode@1
@@ -101,12 +98,14 @@ jobs:
101
98
node dist/checkGithubRepos ${{ parameters.ENTRYPOINT }} ${{ parameters.OLD_VERSION }} ${{ parameters.NEW_VERSION }} '$(Pipeline.Workspace)/RepoList/repos.json' $(System.TotalJobsInPhase) $(System.JobPositionInPhase) 'RepoResults$(System.JobPositionInPhase)' ${{ parameters.DIAGNOSTIC_OUTPUT }} ${{ parameters.PRNG_SEED }}
102
99
displayName: 'Run TypeScript on repos'
103
100
continueOnError: true
104
- env:
105
- GITHUB_PAT: $(typescript-bot-github-PAT-error-deltas)
106
101
- publish : ' RepoResults$(System.JobPositionInPhase)'
107
102
artifact : ' RepoResults$(System.JobPositionInPhase)'
108
103
- job : ReportNewErrors
109
104
dependsOn : DetectNewErrors
105
+ pool :
106
+ name : TypeScript-1ES-Deploys
107
+ demands :
108
+ - ImageOverride -equals mariner-2.0
110
109
steps :
111
110
- task : AzureKeyVault@2
112
111
inputs :
Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ variables:
71
71
72
72
jobs :
73
73
- job : ListRepos
74
+ pool :
75
+ name : TypeScript-1ES-Deploys
76
+ demands :
77
+ - ImageOverride -equals mariner-2.0
74
78
steps :
75
79
- task : AzureKeyVault@2
76
80
inputs :
@@ -103,13 +107,6 @@ jobs:
103
107
strategy :
104
108
parallel : ${{ parameters.MACHINE_COUNT }}
105
109
steps :
106
- - task : AzureKeyVault@2
107
- inputs :
108
- azureSubscription : ' TypeScript Public CI'
109
- KeyVaultName : ' jststeam-passwords'
110
- SecretsFilter : ' typescript-bot-github-PAT-error-deltas'
111
- displayName : Get secrets
112
- retryCountOnTaskFailure : 3
113
110
- download : current
114
111
artifact : RepoList
115
112
- task : UseNode@1
@@ -134,12 +131,14 @@ jobs:
134
131
mkdir 'RepoResults$(System.JobPositionInPhase)'
135
132
node dist/checkUserTestRepos ${{ parameters.ENTRYPOINT }} ${{ parameters.OLD_TS_REPO_URL }} ${{ parameters.OLD_HEAD_REF }} ${{ parameters.SOURCE_ISSUE }} ${{ parameters.TOP_REPOS }} '$(Pipeline.Workspace)/RepoList/repos.json' $(System.TotalJobsInPhase) $(System.JobPositionInPhase) 'RepoResults$(System.JobPositionInPhase)' ${{ parameters.DIAGNOSTIC_OUTPUT }} ${{ parameters.PRNG_SEED }}
136
133
displayName: 'Run user tests'
137
- env:
138
- GITHUB_PAT: $(typescript-bot-github-PAT-error-deltas)
139
134
- publish : ' RepoResults$(System.JobPositionInPhase)'
140
135
artifact : ' RepoResults$(System.JobPositionInPhase)'
141
136
- job : ReportNewErrors
142
137
dependsOn : DetectNewErrors
138
+ pool :
139
+ name : TypeScript-1ES-Deploys
140
+ demands :
141
+ - ImageOverride -equals mariner-2.0
143
142
steps :
144
143
- task : AzureKeyVault@2
145
144
inputs :
You can’t perform that action at this time.
0 commit comments