diff --git a/kokoro/config/build/presubmit/resolute_aarch64.gcl b/kokoro/config/build/presubmit/resolute_aarch64.gcl new file mode 100644 index 0000000000..81e2f8640e --- /dev/null +++ b/kokoro/config/build/presubmit/resolute_aarch64.gcl @@ -0,0 +1,10 @@ +import '../common.gcl' as common + +config build = common.build { + params { + environment { + DISTRO = 'resolute' + PKGFORMAT = 'deb' + } + } +} diff --git a/kokoro/config/test/ops_agent/presubmit/resolute_aarch64.gcl b/kokoro/config/test/ops_agent/presubmit/resolute_aarch64.gcl new file mode 100644 index 0000000000..fdf1bd3626 --- /dev/null +++ b/kokoro/config/test/ops_agent/presubmit/resolute_aarch64.gcl @@ -0,0 +1,10 @@ +import 'common.gcl' as common + +config build = common.ops_agent_test { + params { + environment { + TARGET = 'resolute' + ARCH = 'aarch64' + } + } +} diff --git a/kokoro/config/test/ops_agent/release/resolute_aarch64.gcl b/kokoro/config/test/ops_agent/release/resolute_aarch64.gcl new file mode 100644 index 0000000000..fdf1bd3626 --- /dev/null +++ b/kokoro/config/test/ops_agent/release/resolute_aarch64.gcl @@ -0,0 +1,10 @@ +import 'common.gcl' as common + +config build = common.ops_agent_test { + params { + environment { + TARGET = 'resolute' + ARCH = 'aarch64' + } + } +} diff --git a/kokoro/config/test/third_party_apps/presubmit/resolute_aarch64.gcl b/kokoro/config/test/third_party_apps/presubmit/resolute_aarch64.gcl new file mode 100644 index 0000000000..0fd4a34e22 --- /dev/null +++ b/kokoro/config/test/third_party_apps/presubmit/resolute_aarch64.gcl @@ -0,0 +1,10 @@ +import 'common.gcl' as common + +config build = common.third_party_apps_test { + params { + environment { + TARGET = 'resolute' + ARCH = 'aarch64' + } + } +} diff --git a/kokoro/config/test/third_party_apps/release/resolute_aarch64.gcl b/kokoro/config/test/third_party_apps/release/resolute_aarch64.gcl new file mode 100644 index 0000000000..0fd4a34e22 --- /dev/null +++ b/kokoro/config/test/third_party_apps/release/resolute_aarch64.gcl @@ -0,0 +1,10 @@ +import 'common.gcl' as common + +config build = common.third_party_apps_test { + params { + environment { + TARGET = 'resolute' + ARCH = 'aarch64' + } + } +}