From e2f9cbdc8c52c2d13dd5726e4b59a693461e3600 Mon Sep 17 00:00:00 2001 From: Olga Naidjonoka Date: Thu, 8 Feb 2024 12:34:51 +0200 Subject: [PATCH] added agent --- .buildkite/heartbeat/heartbeat-pipeline.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.buildkite/heartbeat/heartbeat-pipeline.yml b/.buildkite/heartbeat/heartbeat-pipeline.yml index 57ae57e9cce6..f882c3b33d3a 100644 --- a/.buildkite/heartbeat/heartbeat-pipeline.yml +++ b/.buildkite/heartbeat/heartbeat-pipeline.yml @@ -146,3 +146,10 @@ steps: notify: - github_commit_status: context: "Auditbeat/Packaging: TEST" + env: + GO_AGENT_IMAGE: "golang:${GOLANG_VERSION}" + TERRAFORM_VERSION: "1.6.3" + agents: + image: "${GO_AGENT_IMAGE}" + cpu: "8" + memory: "4G"