Skip to content

Commit 6dae7aa

Browse files
authored
Kokoro Presubmit Configs for the Ops Agent UAP Plugin - Debian 12 x86_64 only (#1880)
1 parent 5770e42 commit 6dae7aa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import 'common.gcl' as common
2+
3+
config build = common.ops_agent_test {
4+
params {
5+
environment {
6+
TARGET = 'bookworm'
7+
ARCH = 'x86_64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)