Skip to content

Commit fbe2d40

Browse files
authored
Run Ops Agent integration tests against UAP plugin in presubmit (#1884)
1 parent 7347fab commit fbe2d40

18 files changed

+198
-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 = 'aarch64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'bullseye'
7+
ARCH = 'aarch64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'bullseye'
7+
ARCH = 'x86_64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'focal'
7+
ARCH = 'aarch64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'focal'
7+
ARCH = 'x86_64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'jammy'
7+
ARCH = 'aarch64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'jammy'
7+
ARCH = 'x86_64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'noble'
7+
ARCH = 'aarch64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'noble'
7+
ARCH = 'x86_64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'oracular'
7+
ARCH = 'aarch64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'oracular'
7+
ARCH = 'x86_64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'centos8'
7+
ARCH = 'aarch64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'centos8'
7+
ARCH = 'x86_64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'rockylinux9'
7+
ARCH = 'aarch64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'rockylinux9'
7+
ARCH = 'x86_64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'sles12'
7+
ARCH = 'x86_64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'sles15'
7+
ARCH = 'aarch64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}
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 = 'sles15'
7+
ARCH = 'x86_64'
8+
IS_OPS_AGENT_UAP_PLUGIN = 'true'
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)