Skip to content

Commit

Permalink
Add Kokoro build configs for new distro oracular_x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
XuechunHou committed Nov 7, 2024
1 parent a0a01df commit b294e08
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kokoro/config/build/presubmit/oracular_x86_64.gcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import '../common.gcl' as common

config build = common.build {
params {
environment {
DISTRO = 'oracular'
PKGFORMAT = 'deb'
}
}
}
10 changes: 10 additions & 0 deletions kokoro/config/test/ops_agent/presubmit/oracular_x86_64.gcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import 'common.gcl' as common

config build = common.ops_agent_test {
params {
environment {
TARGET = 'oracular'
ARCH = 'x86_64'
}
}
}
10 changes: 10 additions & 0 deletions kokoro/config/test/ops_agent/release/oracular_x86_64.gcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import 'common.gcl' as common

config build = common.ops_agent_test {
params {
environment {
TARGET = 'oracular'
ARCH = 'x86_64'
}
}
}
10 changes: 10 additions & 0 deletions kokoro/config/test/third_party_apps/presubmit/oracular_x86_64.gcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import 'common.gcl' as common

config build = common.third_party_apps_test {
params {
environment {
TARGET = 'oracular'
ARCH = 'x86_64'
}
}
}
10 changes: 10 additions & 0 deletions kokoro/config/test/third_party_apps/release/oracular_x86_64.gcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import 'common.gcl' as common

config build = common.third_party_apps_test {
params {
environment {
TARGET = 'oracular'
ARCH = 'x86_64'
}
}
}
10 changes: 10 additions & 0 deletions project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
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
bookworm:
package_extension:
deb
Expand Down

0 comments on commit b294e08

Please sign in to comment.