GitHub Actions へ集約のために azure pipeline の JOB を削除#2089
Merged
m-tmatma merged 1 commit intoJun 24, 2025
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes all Azure Pipelines configurations and templates in favor of migrating to GitHub Actions. Key changes include:
- Deletion of YAML templates for installing Python modules, mingw-w64-gcc, and various job definitions (python-check, doxygen, cppcheck, checkEncoding, build-unittest, build-on-msys2, SonarQube).
- Removal of the Azure Pipelines documentation file.
- Deletion of the main azure-pipelines.yml file that referenced the removed templates.
Reviewed Changes
Copilot reviewed 11 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| ci/azure-pipelines/template.steps.install-python-modules.yml | Removed steps for installing Python modules |
| ci/azure-pipelines/template.steps.install-mingw-w64-gcc.yml | Removed steps for installing mingw-w64-gcc |
| ci/azure-pipelines/template.job.python-check.yml | Removed Python compile-check job template |
| ci/azure-pipelines/template.job.doxygen.yml | Removed doxygen job template |
| ci/azure-pipelines/template.job.cppcheck.yml | Removed cppcheck job template |
| ci/azure-pipelines/template.job.checkEncoding.yml | Removed encoding check job template |
| ci/azure-pipelines/template.job.build-unittest.yml | Removed build and unittest job template |
| ci/azure-pipelines/template.job.build-on-msys2.yml | Removed MinGW build job template |
| ci/azure-pipelines/template.job.SonarQube.yml | Removed SonarQube analysis job template |
| ci/azure-pipelines/azure-pipelines.md | Removed Azure Pipelines documentation |
| azure-pipelines.yml | Removed main Azure Pipelines configuration |
m-tmatma
commented
Jun 23, 2025
| displayName: MinGW | ||
|
|
||
| # SonarQube で解析を行う JOB | ||
| - template: ci/azure-pipelines/template.job.SonarQube.yml |
Member
Author
There was a problem hiding this comment.
SonarQube 用の JOB は GitHub Actions で実行済みの認識で正しい?
|
✅ Build sakura 1.0.4575 completed (commit 9b03545257 by @m-tmatma) |
berryzplus
approved these changes
Jun 24, 2025
This was referenced Jun 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR対象
カテゴリ
PR の背景
#1809 で GitHub Actions への統一の方針があり、
以下の PR において azure pipeline 固有の JOB を GitHub Actions に移植した。
#2082
#2083
#2084
#2085
#2086
#2087
仕様・動作説明
azure pipeline の JOB を削除
azure pipeline のすべての影響範囲の削除まではスコープ外
PR の影響範囲
azure pipeline の JOB の実行がなくなる。
テスト内容
本 PR において Azure Pipeline の JOB が走ってないこと
関連 issue, PR
#1809
#2082
#2083
#2084
#2085
#2086
#2087
参考資料