-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
track external test sha #5825
Comments
4 tasks
External test dynamically generate the Dockerfile, getSHAs() can check if there is Dockefile generated ( will run tests) check test.properties to get the sha infor. Edit: Checking generated Dockefile* may not be necessary at all. if test is running can just checking JVM_TEST_ROOT for those information. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
External test has test.properties files, which set github repo url and tag_versions. As #5818 moves sha collecting as part of make target shaInfo, this can be implemented in getSHAs() in [getSHAs.sh] (url)
The text was updated successfully, but these errors were encountered: