From 6a6ec6321613300bf92c2213f84941202093401e Mon Sep 17 00:00:00 2001 From: Olga Naidjonoka Date: Tue, 7 May 2024 11:56:39 +0300 Subject: [PATCH] updated packaging step & gh notif names --- .buildkite/x-pack/pipeline.xpack.dockerlogbeat.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.buildkite/x-pack/pipeline.xpack.dockerlogbeat.yml b/.buildkite/x-pack/pipeline.xpack.dockerlogbeat.yml index 7835d7869c22..e7c03b830ac2 100644 --- a/.buildkite/x-pack/pipeline.xpack.dockerlogbeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.dockerlogbeat.yml @@ -83,7 +83,7 @@ steps: key: "x-pack-dockerlogbeat-packaging" steps: - - label: ":ubuntu: x-pack/dockerlogbeat Packaging Linux x86_64" + - label: ":ubuntu: x-pack/dockerlogbeat Packaging Linux" key: "auditbeat-package-linux-x86" env: PLATFORMS: "+all linux/amd64 linux/arm64 windows/amd64 darwin/amd64 darwin/arm64" @@ -97,9 +97,9 @@ steps: machineType: "${GCP_HI_PERF_MACHINE_TYPE}" notify: - github_commit_status: - context: "x-pack/dockerlogbeat: Packaging Linux x86_64" + context: "x-pack/dockerlogbeat: Packaging Linux" - - label: ":linux: x-pack/dockerlogbeat Packaging Linux ARM" + - label: ":linux: x-pack/dockerlogbeat Packaging Linux arm64" key: "auditbeat-package-linux-arm" env: PLATFORMS: "linux/arm64" @@ -114,4 +114,4 @@ steps: instanceType: "${AWS_ARM_INSTANCE_TYPE}" notify: - github_commit_status: - context: "x-pack/dockerlogbeat: Packaging Linux ARM" + context: "x-pack/dockerlogbeat: Packaging Linux arm64"