Remove Arm64-specific jobs in matrix pipelines (#38564)
- stop using `$(TargetArchitecture)` in Helix.Common.props and Helix.targets - add `$(IsArm64HelixQueue)` - make Helix queue choices more readable - use `<Choose/> - remove excess `Condition` clauses - rename `$(IsHelixDaily)``$(IsHelixPRCheck)` - use new property only in ci.yml and quarantined-pr.yml - flip check in Helix.Common.props nit: remove unused `$(IsRequiredCheck)` and `$(CreateHelixPayload)` properties
显示
- .azure/pipelines/ci.yml 3 个添加, 2 个删除.azure/pipelines/ci.yml
- .azure/pipelines/helix-matrix.yml 4 个添加, 29 个删除.azure/pipelines/helix-matrix.yml
- .azure/pipelines/quarantined-pr.yml 2 个添加, 2 个删除.azure/pipelines/quarantined-pr.yml
- .azure/pipelines/quarantined-tests.yml 1 个添加, 27 个删除.azure/pipelines/quarantined-tests.yml
- eng/helix/helix.proj 2 个添加, 2 个删除eng/helix/helix.proj
- eng/scripts/RunHelix.ps1 2 个添加, 2 个删除eng/scripts/RunHelix.ps1
- eng/targets/Helix.Common.props 43 个添加, 43 个删除eng/targets/Helix.Common.props
- eng/targets/Helix.props 11 个添加, 5 个删除eng/targets/Helix.props
- eng/targets/Helix.targets 10 个添加, 5 个删除eng/targets/Helix.targets
想要评论请 注册 或 登录