From d72a5d1f631249b2ed4eb4dd2bbd285e586b0cfe Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 4 Jan 2024 07:34:11 -0600 Subject: [PATCH] [ci] Remove ubi8 step (#174257) UBI8 builds were removed in https://github.com/elastic/kibana/pull/173873, but I missed the CI step that verifies the docker context. This removes the step. --- .buildkite/pipelines/artifacts.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.buildkite/pipelines/artifacts.yml b/.buildkite/pipelines/artifacts.yml index ccef23374d91b..6f5d989f1a3a5 100644 --- a/.buildkite/pipelines/artifacts.yml +++ b/.buildkite/pipelines/artifacts.yml @@ -51,16 +51,6 @@ steps: - exit_status: '*' limit: 1 - - command: KIBANA_DOCKER_CONTEXT=ubi8 .buildkite/scripts/steps/artifacts/docker_context.sh - label: 'Docker Context Verification' - agents: - queue: n2-2 - timeout_in_minutes: 30 - retry: - automatic: - - exit_status: '*' - limit: 1 - - command: KIBANA_DOCKER_CONTEXT=ubi .buildkite/scripts/steps/artifacts/docker_context.sh label: 'Docker Context Verification' agents: