-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Pull request CI ignores baseline records #23862
Copy link
Copy link
Closed
microsoft/vcpkg-tool
#472Labels
category:infrastructurePertaining to the CI/Testing infrastrucutrePertaining to the CI/Testing infrastrucutrerequires:tool-releaseAn issue that has been fixed in the microsoft/vcpkg-tool repo and is waiting for a release thereofAn issue that has been fixed in the microsoft/vcpkg-tool repo and is waiting for a release thereof
Metadata
Metadata
Assignees
Labels
category:infrastructurePertaining to the CI/Testing infrastrucutrePertaining to the CI/Testing infrastrucutrerequires:tool-releaseAn issue that has been fixed in the microsoft/vcpkg-tool repo and is waiting for a release thereofAn issue that has been fixed in the microsoft/vcpkg-tool repo and is waiting for a release thereof
The PR CI now ignores the baseline records, i.e. it builds ports which are known to fail, resulting in unexpected passes for some ports and in unexpected failures (which should be cascade) in depending ports.
Evidence:
https://dev.azure.com/vcpkg/public/_build/results?buildId=69660
(qtinterfaceframework is "fail" since #23837)
https://dev.azure.com/vcpkg/public/_build/results?buildId=69648
(ompl:x64-osx is "fail", omplapp is cascade)
CC @BillyONeal.