From bf7abefa8b5c3109e7705e4d7a71156df960cd3e Mon Sep 17 00:00:00 2001 From: Mridula <66699525+mpeddada1@users.noreply.github.com> Date: Mon, 11 Jul 2022 20:17:31 -0400 Subject: [PATCH] chore: add native image checks as required (#740) --- java-iot/.github/sync-repo-settings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java-iot/.github/sync-repo-settings.yaml b/java-iot/.github/sync-repo-settings.yaml index dd5626f32d78..0501f63f2835 100644 --- a/java-iot/.github/sync-repo-settings.yaml +++ b/java-iot/.github/sync-repo-settings.yaml @@ -16,6 +16,8 @@ branchProtectionRules: - 'Kokoro - Test: Integration' - cla/google - OwlBot Post Processor + - 'Kokoro - Test: Java GraalVM Native Image' + - 'Kokoro - Test: Java 17 GraalVM Native Image' - pattern: java7 isAdminEnforced: true requiredApprovingReviewCount: 1