Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Fix test stage dependency issue. (sonic-net#11386) (sonic-net#11391
) 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.
- Loading branch information