Skip to content

Commit

Permalink
Removes oracular kokoro & project.yaml related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKurek committed Nov 7, 2024
1 parent c8ab264 commit 9376502
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 22 deletions.
2 changes: 1 addition & 1 deletion kokoro/config/build/presubmit/bullseye_aarch64.gcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import '../common.gcl' as common
config build = common.build {
params {
environment {
DISTRO = 'oracular'
DISTRO = 'bullseye'
PKGFORMAT = 'deb'
}
}
Expand Down
2 changes: 1 addition & 1 deletion kokoro/config/build/presubmit/bullseye_x86_64.gcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import '../common.gcl' as common
config build = common.build {
params {
environment {
DISTRO = 'oracular'
DISTRO = 'bullseye'
PKGFORMAT = 'deb'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'common.gcl' as common
config build = common.ops_agent_test {
params {
environment {
TARGET = 'oracular'
TARGET = 'bullseye'
ARCH = 'aarch64'
}
}
Expand Down
2 changes: 1 addition & 1 deletion kokoro/config/test/ops_agent/presubmit/bullseye_x86_64.gcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'common.gcl' as common
config build = common.ops_agent_test {
params {
environment {
TARGET = 'oracular'
TARGET = 'bullseye'
ARCH = 'x86_64'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'common.gcl' as common
config build = common.third_party_apps_test {
params {
environment {
TARGET = 'oracular'
TARGET = 'bullseye'
ARCH = 'aarch64'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'common.gcl' as common
config build = common.third_party_apps_test {
params {
environment {
TARGET = 'oracular'
TARGET = 'bullseye'
ARCH = 'x86_64'
}
}
Expand Down
16 changes: 0 additions & 16 deletions project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,6 @@ targets:
- ubuntu-os-cloud:ubuntu-2004-lts-arm64
exhaustive:
- ubuntu-os-cloud:ubuntu-minimal-2004-lts-arm64
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
jammy:
package_extension:
deb
Expand Down

0 comments on commit 9376502

Please sign in to comment.