Skip to content

[ci] Fix azure pipeline test stage dependency issue. (#11386)#11391

Merged
liushilongbuaa merged 1 commit intosonic-net:202012from
liushilongbuaa:202012
Jul 12, 2022
Merged

[ci] Fix azure pipeline test stage dependency issue. (#11386)#11391
liushilongbuaa merged 1 commit intosonic-net:202012from
liushilongbuaa:202012

Conversation

@liushilongbuaa
Copy link
Contributor

Why I did it

When any of the test job failed in the test stage, the rerun will not work, the test stage will be skipped automaticall, so we do not have chance to rerun the test stage again, and the checks of the test will be always in failed status, block the PR to merge forever.

It should be caused by the condition in the Test stage, we should specify the status of the BuildVS stage.

How I did it

Fix stage dependency logic.

How to verify it

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106
  • 202111
  • 202205

Description for the changelog

Link to config_db schema for YANG module changes

A picture of a cute animal (not mandatory but encouraged)

Why I did it
When any of the test job failed in the test stage, the rerun will not work, the test stage will be skipped automaticall, so we do not have chance to rerun the test stage again, and the checks of the test will be always in failed status, block the PR to merge forever.

It should be caused by the condition in the Test stage, we should specify the status of the BuildVS stage.

How I did it
Fix stage dependency logic.
@liushilongbuaa liushilongbuaa changed the title [ci] Fix test stage dependency issue. (#11386) [ci] Fix azure pipeline test stage dependency issue. (#11386) Jul 8, 2022
@liushilongbuaa liushilongbuaa marked this pull request as ready for review July 8, 2022 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants