بنقرة واحدة
azdo-helix
A skill that explains how to query helix work items
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
A skill that explains how to query helix work items
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | azdo-helix |
| description | A skill that explains how to query helix work items |
Helix is a cloud-based testing platform that is used by the .NET team to run tests in parallel across a large number of machines. AzDO pipelines will create jobs that send a series of artifacts (tests and commands) to Helix, which then distributes the work across its pool of machines and returns the results back to AzDO.
This leads to the following relationships:
The console output of the Helix job can be accessed by using the tools
helix_console_for_build - which will download the console outputs for a given build and job.helix_console_for_pr - which will download the console outputs for a given pull requesthelix_console_for_work_item - which will download the console outputs for a specific helix work item.Jobs generate a lot of helix work items and it's expensive to download them all. The tools default to getting failed helix work items. Only request all helix work items if the user specifically asks for it.
When a helix job exits in a success or failure state the test results will be uploaded to AzDO pipeline.