You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mamatha-jv : Just an fyi, we should make the same change for this PR as was made in the Jenkins test -- which is adding a docker cp step in the command line to copy the junit xml reports out of the docker container & into the host machine's workspace. This allows the Jenkins reporting plugin to generate test reports at the end of the test build. Here's the PR for the Jenkins test change that can be taken as example: https://github.com/AdoptOpenJDK/openjdk-tests/pull/537/files.
So, When you run the geocode tests in your local, find out where it generates the xml junit reports and use that path in the docker cp command in playlist.xml. (Tip, when you create the Jenkins scripts for hbsase, start off by making a copy of the "jenkins" folder - which already has the change - and add your updates on top.)
This issue is opened to track the process of adding geode into open source packages testing at https://github.com/AdoptOpenJDK/openjdk-tests/tree/master/thirdparty_containers
Refer issue #172 for more details.
The text was updated successfully, but these errors were encountered: