kou commented on pull request #10913:
URL: https://github.com/apache/arrow/pull/10913#issuecomment-931679624


   > I couldn't get the integration tests working in conda as for some reason 
cmake couldn't find the `librados` package.
   
   Could you show the log for the case?
   
   > Also, by `ARROW_SKYHOOK=ON archery docker run ubuntu-cpp` do you mean just 
to keep a archery target ready in the source code for skyhook tests but not run 
it in CI ?
   
   It's just for docker-compose related thing. CI is a separated thing.
   I just wanted to say that we can prepare image for Skyhook without adding a 
new docker-compose service. There are many duplicated items in `ubuntu-cpp` and 
`ubuntu-cpp-skyhook`. So I wanted to reduce the duplications.
   
   > The only place to add skyhook tests in CI that I could think of as of now 
is the `ubuntu-cpp-sanitizer` image.
   
   We have daily build system:
   
     * Configurations: 
https://github.com/apache/arrow/blob/master/dev/tasks/tasks.yml#L868-L876
     * Reports: https://lists.apache.org/[email protected]
   
   Do you want to run Skyhook tests for all C++ related commits? Is it enough 
that we run them per day?
   
   FYI: We can run any jobs in daily build system by commenting 
`@github-actions crossbow submit ${JOB_NAME}` in pull request without waiting 
the next daily build.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to