potiuk commented on issue #7947: Fixes too high parallelism in CI
URL: https://github.com/apache/airflow/pull/7947#issuecomment-605417132
 
 
   > Only do this for Travis?
   
   It's there we only set it when we are in CI and running tests.
   ```
   if [[ ${CI:=} == "true" && ${RUN_TESTS} == "true" ]] ; then
   ```

----------------------------------------------------------------
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

Reply via email to