Skip to content

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

Merged
liushilongbuaa merged 1 commit intosonic-net:202111from
liushilongbuaa:202111
Jul 11, 2022
Merged

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

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 marked this pull request as ready for review July 8, 2022 05:54
@liushilongbuaa liushilongbuaa requested a review from lguohan as a code owner July 8, 2022 05:54
@liushilongbuaa liushilongbuaa merged commit a8cdb62 into sonic-net:202111 Jul 11, 2022
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