Migrate CI/CD from GitHub Actions to ADO; remove GH Actions workflow#895
Migrate CI/CD from GitHub Actions to ADO; remove GH Actions workflow#895
Conversation
There was a problem hiding this comment.
Pull request overview
This PR finalizes the CI/CD migration from GitHub Actions to Azure DevOps (ADO) by expanding the ADO test matrix, adding an ADO benchmark stage, updating pipeline documentation, and deleting the legacy GitHub Actions CI/CD workflow.
Changes:
- Added Python 3.8 to the ADO CI matrix (now 3.8–3.14).
- Added a post-CI Benchmark stage to
azure-pipelines.ymlto run pytest-benchmark and publishbenchmark.json. - Updated
.Pipelines/CI-AND-RELEASE-PIPELINES.mdwith ADO pipeline hyperlinks and updated version coverage; removed.github/workflows/python-package.yml.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
azure-pipelines.yml |
Adds a Benchmark stage after CI, runs pytest-benchmark on Python 3.9, caches .perf.baseline, and publishes benchmark JSON. |
.Pipelines/template-pipeline-stages.yml |
Extends the CI matrix to include Python 3.8. |
.Pipelines/CI-AND-RELEASE-PIPELINES.md |
Documents the ADO pipelines with hyperlinks and updates stated Python coverage to include 3.8. |
.github/workflows/python-package.yml |
Deletes the legacy GitHub Actions CI/CD workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…lishPipelineArtifact@1; add TSA config, PostBuildCleanup, job retries
…(matrix jobs don't support retries)
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…sLogs@3; fix Cache@2 key escaping
|
|
||
| - script: | | ||
| python -m pip install --upgrade pip | ||
| pip install -r requirements.txt |
There was a problem hiding this comment.
do we have a sample run? where is the new build run home for this?
Summary
This PR completes the migration of all CI/CD processes from GitHub Actions to ADO pipelines.
Changes
Secrets cleanup (post-merge)
The following GitHub repository secrets are no longer referenced by any workflow and can be deleted after merge:
Required admin action (post-merge)
The MSAL-Python-SDL-CI check (ADO pipeline 769) is currently a required GitHub status check on the dev branch. Pipeline 769 has been disabled in ADO since SDL is now covered by the PreBuildCheck stage in pipeline 3064, but the GitHub branch protection rule still references it - causing PRs to block on 'Expected - Waiting for status to be reported'.
A repository admin must remove it after merge:
Once removed, pipeline 769 can remain permanently disabled.