Fix the issue that test plan can't be canceled by KVM dump stage (#12469)
Why I did it Fix the issue that test plan can't be canceled by KVM dump stage How I did it Fix the issue that test plan can't be canceled by KVM dump stage
This commit is contained in:
parent
66012b4a28
commit
d7b9c64757
@ -95,7 +95,7 @@ steps:
|
||||
echo "Runtime detailed progress at https://www.testbed-tools.org/scheduler/testplan/$TEST_PLAN_ID"
|
||||
# When "KVMDUMP" finish, it changes into "FAILED", "CANCELLED" or "FINISHED"
|
||||
python ./.azure-pipelines/test_plan.py poll -i "$(TEST_PLAN_ID)" --timeout 43200 --expected-states FINISHED CANCELLED FAILED
|
||||
condition: always()
|
||||
condition: succeededOrFailed()
|
||||
env:
|
||||
TESTBED_TOOLS_URL: $(TESTBED_TOOLS_URL)
|
||||
displayName: KVM dump
|
||||
|
Loading…
Reference in New Issue
Block a user