Skip to content

Commit f4c195c

Browse files
authored
[CI] Remove UBI docker acceptance test (elastic#17828)
This commit removes the UBI acceptance test. The default base image is UBI. Full flavour test has covered UBI flavour Fixes: elastic#17830
1 parent 9583f04 commit f4c195c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/exhaustive-tests/generate-steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def acceptance_linux_steps() -> list[typing.Any]:
155155

156156
def acceptance_docker_steps()-> list[typing.Any]:
157157
steps = []
158-
for flavor in ["full", "oss", "ubi", "wolfi"]:
158+
for flavor in ["full", "oss", "wolfi"]:
159159
steps.append({
160160
"label": f":docker: {flavor} flavor acceptance",
161161
"agents": gcp_agent(vm_name="ubuntu-2204", image_prefix="family/platform-ingest-logstash"),

0 commit comments

Comments
 (0)