ci: re-enable native image downstream check#1764
Conversation
|
@mpeddada1 Are you disabling enforcer rule? Are you clear Which command in the shell scripts is failing? |
|
Thank you! If it doesn't provide any information on graalvm compatibility then I might consider disabling it. Would this https://github.com/googleapis/java-orgpolicy/blob/b614e2d1360071801dcecc987da73f2e319a9b8d/.kokoro/build.sh#L74 be the place to make the change? I see that there's an option to do the following: |
|
@mpeddada1 Yes, I see "INTEGRATION_TEST_ARGS" is the environment variable to set |
|
Added the change. |
|
"ci / maven unit tests" failed due to a seemingly-irrelevant test |
|
"downstream / graalvm (22.1.0, 11, orgpolicy)" failed below. I restarted the failed job. |
|
"Sonar / Java 11 Gradle Build" failed: |
|
The test is flaky #1615 |
|
Kudos, SonarCloud Quality Gate passed! |
|
Nice! |
|
It does run GraalVM tests. https://github.com/googleapis/gax-java/runs/7675993133?check_suite_focus=true |








The native image downstream checks are currently not running in gax (for example: https://github.com/googleapis/gax-java/runs/7621662093?check_suite_focus=true). This PR restores the original change from #1681 to address this.
Fixes #1686