diff --git a/kokoro/config/build/presubmit/oracular_aarch64.gcl b/kokoro/config/build/presubmit/oracular_aarch64.gcl new file mode 100644 index 0000000000..72cd39ae48 --- /dev/null +++ b/kokoro/config/build/presubmit/oracular_aarch64.gcl @@ -0,0 +1,10 @@ +import '../common.gcl' as common + +config build = common.build { + params { + environment { + DISTRO = 'oracular' + PKGFORMAT = 'deb' + } + } +} diff --git a/kokoro/config/build/presubmit/oracular_x86_64.gcl b/kokoro/config/build/presubmit/oracular_x86_64.gcl new file mode 100644 index 0000000000..72cd39ae48 --- /dev/null +++ b/kokoro/config/build/presubmit/oracular_x86_64.gcl @@ -0,0 +1,10 @@ +import '../common.gcl' as common + +config build = common.build { + params { + environment { + DISTRO = 'oracular' + PKGFORMAT = 'deb' + } + } +} diff --git a/kokoro/config/test/ops_agent/presubmit/oracular_aarch64.gcl b/kokoro/config/test/ops_agent/presubmit/oracular_aarch64.gcl new file mode 100644 index 0000000000..b9bbb14d32 --- /dev/null +++ b/kokoro/config/test/ops_agent/presubmit/oracular_aarch64.gcl @@ -0,0 +1,10 @@ +import 'common.gcl' as common + +config build = common.ops_agent_test { + params { + environment { + TARGET = 'oracular' + ARCH = 'aarch64' + } + } +} diff --git a/kokoro/config/test/ops_agent/presubmit/oracular_x86_64.gcl b/kokoro/config/test/ops_agent/presubmit/oracular_x86_64.gcl new file mode 100644 index 0000000000..c37a0b662e --- /dev/null +++ b/kokoro/config/test/ops_agent/presubmit/oracular_x86_64.gcl @@ -0,0 +1,10 @@ +import 'common.gcl' as common + +config build = common.ops_agent_test { + params { + environment { + TARGET = 'oracular' + ARCH = 'x86_64' + } + } +} diff --git a/kokoro/config/test/ops_agent/release/oracular_aarch64.gcl b/kokoro/config/test/ops_agent/release/oracular_aarch64.gcl new file mode 100644 index 0000000000..b9bbb14d32 --- /dev/null +++ b/kokoro/config/test/ops_agent/release/oracular_aarch64.gcl @@ -0,0 +1,10 @@ +import 'common.gcl' as common + +config build = common.ops_agent_test { + params { + environment { + TARGET = 'oracular' + ARCH = 'aarch64' + } + } +} diff --git a/kokoro/config/test/ops_agent/release/oracular_x86_64.gcl b/kokoro/config/test/ops_agent/release/oracular_x86_64.gcl new file mode 100644 index 0000000000..c37a0b662e --- /dev/null +++ b/kokoro/config/test/ops_agent/release/oracular_x86_64.gcl @@ -0,0 +1,10 @@ +import 'common.gcl' as common + +config build = common.ops_agent_test { + params { + environment { + TARGET = 'oracular' + ARCH = 'x86_64' + } + } +} diff --git a/kokoro/config/test/third_party_apps/presubmit/oracular_aarch64.gcl b/kokoro/config/test/third_party_apps/presubmit/oracular_aarch64.gcl new file mode 100644 index 0000000000..ab3380d503 --- /dev/null +++ b/kokoro/config/test/third_party_apps/presubmit/oracular_aarch64.gcl @@ -0,0 +1,10 @@ +import 'common.gcl' as common + +config build = common.third_party_apps_test { + params { + environment { + TARGET = 'oracular' + ARCH = 'aarch64' + } + } +} diff --git a/kokoro/config/test/third_party_apps/presubmit/oracular_x86_64.gcl b/kokoro/config/test/third_party_apps/presubmit/oracular_x86_64.gcl new file mode 100644 index 0000000000..e30fd27a6e --- /dev/null +++ b/kokoro/config/test/third_party_apps/presubmit/oracular_x86_64.gcl @@ -0,0 +1,10 @@ +import 'common.gcl' as common + +config build = common.third_party_apps_test { + params { + environment { + TARGET = 'oracular' + ARCH = 'x86_64' + } + } +} diff --git a/kokoro/config/test/third_party_apps/release/oracular_aarch64.gcl b/kokoro/config/test/third_party_apps/release/oracular_aarch64.gcl new file mode 100644 index 0000000000..ab3380d503 --- /dev/null +++ b/kokoro/config/test/third_party_apps/release/oracular_aarch64.gcl @@ -0,0 +1,10 @@ +import 'common.gcl' as common + +config build = common.third_party_apps_test { + params { + environment { + TARGET = 'oracular' + ARCH = 'aarch64' + } + } +} diff --git a/kokoro/config/test/third_party_apps/release/oracular_x86_64.gcl b/kokoro/config/test/third_party_apps/release/oracular_x86_64.gcl new file mode 100644 index 0000000000..e30fd27a6e --- /dev/null +++ b/kokoro/config/test/third_party_apps/release/oracular_x86_64.gcl @@ -0,0 +1,10 @@ +import 'common.gcl' as common + +config build = common.third_party_apps_test { + params { + environment { + TARGET = 'oracular' + ARCH = 'x86_64' + } + } +} diff --git a/project.yaml b/project.yaml index 9de2537e3d..63a156e498 100644 --- a/project.yaml +++ b/project.yaml @@ -1,4 +1,20 @@ targets: + oracular: + package_extension: + deb + architectures: + x86_64: + test_distros: + representative: + - ubuntu-os-cloud:ubuntu-2410-amd64 + exhaustive: + - ubuntu-os-cloud:ubuntu-minimal-2410-amd64 + aarch64: + test_distros: + representative: + - ubuntu-os-cloud:ubuntu-2410-arm64 + exhaustive: + - ubuntu-os-cloud:ubuntu-minimal-2410-arm64 bookworm: package_extension: deb