build: split integration tests for split repositories#11886
Conversation
3ca5089 to
5bdeab6
Compare
632a035 to
51690fc
Compare
ebb5385 to
f755174
Compare
68c4d57 to
fb008c2
Compare
| # Configure the docker image for kokoro-trampoline. | ||
| env_vars: { | ||
| key: "TRAMPOLINE_IMAGE" | ||
| value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.56.1" |
There was a problem hiding this comment.
Can we make 3.56.1 to be updated by release-please?
There was a problem hiding this comment.
These appear to be updated manually like #11916
There was a problem hiding this comment.
When/after we migrate sdk-platform-java into this repository, we can possibly have release-please also update this version.
There was a problem hiding this comment.
Actually they have been updated by renovate-bot, see #11879. We manually updated it in this cycle because renovate bot was not responsive.
Agreed that we can migrate them to release-please once sdk-platform-java is migrated. For now, do you mind updating renovate.json so that it can be updated by renovate bot?
There was a problem hiding this comment.
Updated to add a new entry
Adds split integration and graalvm tests for the logging submodule and skips running integration tests and graalvm tests in the main integration/graalvm Kokoro jobs. Changes: * The primary "Integration" and "GraalVM" tests will not run the tests from the migrated repositories (added to an exclusion list) * The migrated repositories will have their own separate integration & graalvm tests * These tests will short-circuit "success" if the module hasn't been touched (determined based on whether that folder was touched)
Adds split integration and graalvm tests for the logging submodule and skips running integration tests and graalvm tests in the main integration/graalvm Kokoro jobs. Changes: * The primary "Integration" and "GraalVM" tests will not run the tests from the migrated repositories (added to an exclusion list) * The migrated repositories will have their own separate integration & graalvm tests * These tests will short-circuit "success" if the module hasn't been touched (determined based on whether that folder was touched)
Adds split integration and graalvm tests for the logging submodule and skips running integration tests and graalvm tests in the main integration/graalvm Kokoro jobs.
Changes: