зеркало из
1
0
Форкнуть 0
* add health report pipeline

* try adding to aggregate-reports instead of standalone pipeline

* delete standalone pipeline + add myself to codeowners
This commit is contained in:
Krista Pratico 2024-09-04 13:56:55 -07:00 коммит произвёл GitHub
Родитель 00f74558ab
Коммит b9598bd4b0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 19 добавлений и 1 удалений

2
.github/CODEOWNERS поставляемый
Просмотреть файл

@ -845,7 +845,7 @@
# Add owners for notifications for specific pipelines
/eng/pipelines/templates/jobs/tests-nightly-python.yml @lmazuel @mccoyp
/eng/pipelines/aggregate-reports.yml @lmazuel @mccoyp @YalinLi0312
/eng/pipelines/aggregate-reports.yml @lmazuel @mccoyp @YalinLi0312 @kristapratico
/eng/common/pipelines/codeowners-linter.yml @lmazuel @mccoyp
# Add approvers for typespec-python emitter version updates

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

@ -59,6 +59,24 @@ stages:
workingDirectory: $(Build.SourcesDirectory)
filePath: eng/common/scripts/Verify-Resource-Ref.ps1
- task: UsePythonVersion@0
displayName: 'Use Python 3.11'
inputs:
versionSpec: '3.11'
- script: |
python -m pip install -r scripts/repo_health_status_report/dev_requirements.txt
displayName: 'Prep Environment'
- task: PythonScript@0
condition: succeededOrFailed()
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
GH_TOKEN: $(azuresdk-github-pat)
inputs:
scriptPath: 'scripts/repo_health_status_report/output_health_report.py'
displayName: 'Generate Health Status Report'
- template: ../common/pipelines/templates/steps/verify-links.yml
parameters:
Directory: ""