potiuk commented on a change in pull request #8383: Remove steps from travis
URL: https://github.com/apache/airflow/pull/8383#discussion_r409032761
##########
File path: .travis.yml
##########
@@ -31,30 +31,11 @@ env:
- CI="true"
python: "3.6"
stages:
- - pre-test
- test
services:
- docker
jobs:
include:
Review comment:
I am afraid we do not gain much by this. This will significantly INCREASE
pressure on Travis. We have quite a lot of tests NOT running because static
checks fail - that's probably >50% cases. If we just remove pre-test steps,
then we will have a lot more "test" jobs blocking the Travis Queue because
they will run regardless if static checks fail.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services