Skip to content

Commit cf08764

Browse files
committed
Undo workaround to bookworm configs
1 parent 060c41f commit cf08764

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

kokoro/config/build/presubmit/bookworm_aarch64.gcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import '../common.gcl' as common
33
config build = common.build {
44
params {
55
environment {
6-
DISTRO = 'plucky'
6+
DISTRO = 'bookworm'
77
PKGFORMAT = 'deb'
88
}
99
}

kokoro/config/build/presubmit/bookworm_x86_64.gcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import '../common.gcl' as common
33
config build = common.build {
44
params {
55
environment {
6-
DISTRO = 'plucky'
6+
DISTRO = 'bookworm'
77
PKGFORMAT = 'deb'
88
}
99
}

kokoro/config/test/ops_agent/presubmit/bookworm_aarch64.gcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'common.gcl' as common
33
config build = common.ops_agent_test {
44
params {
55
environment {
6-
TARGET = 'plucky'
6+
TARGET = 'bookworm'
77
ARCH = 'aarch64'
88
}
99
}

kokoro/config/test/ops_agent/presubmit/bookworm_aarch64_uap_plugin.gcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'common.gcl' as common
33
config build = common.ops_agent_test {
44
params {
55
environment {
6-
TARGET = 'plucky'
6+
TARGET = 'bookworm'
77
ARCH = 'aarch64'
88
IS_OPS_AGENT_UAP_PLUGIN = 'true'
99
}

kokoro/config/test/ops_agent/presubmit/bookworm_x86_64.gcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'common.gcl' as common
33
config build = common.ops_agent_test {
44
params {
55
environment {
6-
TARGET = 'plucky'
6+
TARGET = 'bookworm'
77
ARCH = 'x86_64'
88
}
99
}

kokoro/config/test/ops_agent/presubmit/bookworm_x86_64_uap_plugin.gcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'common.gcl' as common
33
config build = common.ops_agent_test {
44
params {
55
environment {
6-
TARGET = 'plucky'
6+
TARGET = 'bookworm'
77
ARCH = 'x86_64'
88
IS_OPS_AGENT_UAP_PLUGIN = 'true'
99
}

kokoro/config/test/ops_agent/release/bullseye_aarch64.gcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'common.gcl' as common
33
config build = common.ops_agent_test {
44
params {
55
environment {
6-
TARGET = 'plucky'
6+
TARGET = 'bullseye'
77
ARCH = 'aarch64'
88
}
99
}

kokoro/config/test/ops_agent/release/bullseye_x86_64.gcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'common.gcl' as common
33
config build = common.ops_agent_test {
44
params {
55
environment {
6-
TARGET = 'plucky'
6+
TARGET = 'bullseye'
77
ARCH = 'x86_64'
88
}
99
}

kokoro/config/test/third_party_apps/presubmit/bookworm_aarch64.gcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'common.gcl' as common
33
config build = common.third_party_apps_test {
44
params {
55
environment {
6-
TARGET = 'plucky'
6+
TARGET = 'bookworm'
77
ARCH = 'aarch64'
88
}
99
}

kokoro/config/test/third_party_apps/presubmit/bookworm_x86_64.gcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'common.gcl' as common
33
config build = common.third_party_apps_test {
44
params {
55
environment {
6-
TARGET = 'plucky'
6+
TARGET = 'bookworm'
77
ARCH = 'x86_64'
88
}
99
}

0 commit comments

Comments
 (0)