
AWS CodeBuild が並列テストレポートのマージと新しいコンピューティングオプションをサポートするようになりました
本記事は、2025 年 2 月 26 日にAWS公式サイトの What’s New with AWS? に掲載された英語記事を自動翻訳したものです。
ニュース内容
テストケースを並列で実行するときに、テストレポートを統合レポートに自動的にマージできるようになりました。この機能強化により、並列テスト用にオンデマンドインスタンス、予約容量フリート、または Lambda コンピューティングリソースの組み合わせを選択することもできます。AWS CodeBuild は、ソースコードをコンパイルし、テストを実行し、すぐにデプロイできるソフトウェアパッケージを作成する、フルマネージドの継続的インテグレーションサービスです。
プロジェクト内のテストの数が増えると、単一のコンピューティングリソースを使用する場合の合計テスト実行時間も長くなります。CodeBuild は、新しいコンピューティング環境全体でテストを並列実行し、テスト結果を単一のレポートにマージするようになりました。これにより、フィードバックサイクルが高速化され、開発者の生産性が向上します。
並列テスト機能は、CodeBuild が提供されているすべてのリージョンで利用できます。CodeBuild が利用できる AWS リージョンの詳細については、AWS リージョンのページを参照してください。
CodeBuild のテスト分割の詳細については、ドキュメントをご覧ください。CodeBuild の使用を開始する方法の詳細については、AWS CodeBuild 製品ページをご覧ください。
原文
You can now automatically merge your tests reports into a consolidated report when you execute test cases in parallel. This enhancement also allows you to select a mix of on-demand instances, reserved capacity fleets, or Lambda compute resources for your parallel tests. AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces ready-to-deploy software packages.
As the number of tests in a project grows, the total test execution time also increases when using a single compute resource. CodeBuild runs your tests in parallel across new compute environments and now also merges the test results into a single report. This leads to faster feedback cycles and improved developer productivity.
The parallel testing feature is available in all regions where CodeBuild is offered. For more information about the AWS Regions where CodeBuild is available, see the AWS Regions page.
To learn more about CodeBuild’s test splitting, please visit our documentation. To learn more about how to get started with CodeBuild, visit the AWS CodeBuild product page.
引用元:AWS CodeBuild now supports merging parallel test reports and new compute options