.azurepipelines: Remove FINISHED and FAILED states #1
Remove 10 second delay workarounds for issues observed when Mergify was originally enabled. These issues are no longer present when GitHub branch protections are used for status checks. Cc: Sean Brogan sean.brogan@microsoft.com Cc: Bret Barkelew Bret.Barkelew@microsoft.com Cc: Liming Gao gaoliming@byosoft.com.cn Signed-off-by: Michael D Kinney michael.d.kinney@intel.com Reviewed-by: Bret Barkelew bret.barkelew@microsoft.com Reviewed-by: Liming Gao gaoliming@byosoft.com.cn (cherry picked from commit 5ef08a49e3411a56a2afedbb11127279033c8915)
This commit is contained in:
Коммит
4146c2f742
|
@ -46,23 +46,3 @@ jobs:
|
|||
build_pkgs: $(Build.Pkgs)
|
||||
build_targets: $(Build.Targets)
|
||||
build_archs: ${{ parameters.arch_list }}
|
||||
|
||||
- job: FINISHED
|
||||
dependsOn: Build_${{ parameters.tool_chain_tag }}
|
||||
condition: succeeded()
|
||||
steps:
|
||||
- checkout: none
|
||||
- script: |
|
||||
echo FINISHED
|
||||
sleep 10
|
||||
displayName: FINISHED
|
||||
|
||||
- job: FAILED
|
||||
dependsOn: Build_${{ parameters.tool_chain_tag }}
|
||||
condition: failed()
|
||||
steps:
|
||||
- checkout: none
|
||||
- script: |
|
||||
echo FAILED
|
||||
sleep 10
|
||||
displayName: FAILED
|
||||
|
|
Загрузка…
Ссылка в новой задаче