Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 12, 2022

Commits on Jul 8, 2022

  1. [ci] Fix test stage dependency issue. (sonic-net#11386)

    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 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    bc05597 View commit details
    Browse the repository at this point in the history