You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/10/25 04:10:43 UTC

[GitHub] [druid] kfaraz opened a new pull request, #13257: Another simpler attempt to fix travis build

kfaraz opened a new pull request, #13257:
URL: https://github.com/apache/druid/pull/13257

   The experiments in #13252 rested with using python 3.9 but that too has some issues as there doesn't seem to be a repo which supports both Ubuntu 16.04 and 20.04 (used for the ARM tests in phase 2)
   
   Trying a somewhat simpler fix here of just trying the correct version of pip
   
   <hr>
   
   This PR has:
   
   - [ ] been self-reviewed.
      - [ ] using the [concurrency checklist](https://github.com/apache/druid/blob/master/dev/code-review/concurrency.md) (Remove this item if the PR doesn't have any relation to concurrency.)
   - [ ] added documentation for new or modified features or behaviors.
   - [ ] a release note entry in the PR description.
   - [ ] added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links.
   - [ ] added or updated version, license, or notice information in [licenses.yaml](https://github.com/apache/druid/blob/master/dev/license.md)
   - [ ] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
   - [ ] added unit tests or modified existing tests to cover new code paths, ensuring the threshold for [code coverage](https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md) is met.
   - [ ] added integration tests.
   - [ ] been tested in a test Druid cluster.
   


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

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] kfaraz commented on pull request #13257: Another simpler attempt to fix travis build

Posted by GitBox <gi...@apache.org>.
kfaraz commented on PR #13257:
URL: https://github.com/apache/druid/pull/13257#issuecomment-1295747047

   I agree, @xvrl . This is only a temporary band-aid. I did this to unblock the current build pipeline.
   I will look into upgrading to Ubuntu 20 so we can remove the hacks.


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

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] xvrl commented on pull request #13257: Another simpler attempt to fix travis build

Posted by GitBox <gi...@apache.org>.
xvrl commented on PR #13257:
URL: https://github.com/apache/druid/pull/13257#issuecomment-1295489974

   @kfaraz instead of trying to workaround this we should probably switch all our builds to use Ubuntu 20 so we don't have to hack the pip installer


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

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] abhishekagarwal87 merged pull request #13257: Another simpler attempt to fix travis build

Posted by GitBox <gi...@apache.org>.
abhishekagarwal87 merged PR #13257:
URL: https://github.com/apache/druid/pull/13257


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

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org