Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependency on special tests for tests finalization (apache#40264)
Tests finalization is run generally when all tests succeded in canary run. What the finalization does is: * updating constrainst * pushing them * updating image cache * summarizing warnings However special tests are really to test some special cases - back compatibility, lowest dependencies, latest boto etc. All those tests will only be run in a few selected PRs where we upgrade dependencies and they will not affect "regular" PRs, so we can safely update the constraints and update the cache without waiting for special tests. This will increase the frequency of updates to constraints - because now they might be quite delayed in case some special tests fail, but this is unnecessary holding the constraints update.
- Loading branch information