From 81da528dee530df29829b00f3b2f13f547894638 Mon Sep 17 00:00:00 2001 From: Piotr <17101802+thampiotr@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:03:45 +0000 Subject: [PATCH] Update publish pipeline config path (#2340) --- .drone/drone.yml | 4 ++-- .drone/pipelines/publish.jsonnet | 2 +- internal/component/otelcol/receiver/syslog/syslog_test.go | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.drone/drone.yml b/.drone/drone.yml index 59ebd247a4..52a18edeb0 100644 --- a/.drone/drone.yml +++ b/.drone/drone.yml @@ -658,7 +658,7 @@ steps: "repo_name": "deployment_tools", "update_jsonnet_attribute_configs": [ { - "file_path": "ksonnet/environments/grafana-agent/waves/alloy.libsonnet", + "file_path": "ksonnet/lib/alloy/waves/alloy.libsonnet", "jsonnet_key": "dev_canary", "jsonnet_value_file": ".image-tag" } @@ -836,6 +836,6 @@ kind: secret name: updater_private_key --- kind: signature -hmac: 10e6be95fbe639c7701a96c7b0523e849b28389d09eda8b122de3c981a93c4c0 +hmac: 760087c49893d6970a81c973518d26b582c3d4673d3c28b90553361de8b6e03a ... diff --git a/.drone/pipelines/publish.jsonnet b/.drone/pipelines/publish.jsonnet index 5662826647..0217331bb3 100644 --- a/.drone/pipelines/publish.jsonnet +++ b/.drone/pipelines/publish.jsonnet @@ -208,7 +208,7 @@ linux_containers_jobs + windows_containers_jobs + [ "repo_name": "deployment_tools", "update_jsonnet_attribute_configs": [ { - "file_path": "ksonnet/environments/grafana-agent/waves/alloy.libsonnet", + "file_path": "ksonnet/lib/alloy/waves/alloy.libsonnet", "jsonnet_key": "dev_canary", "jsonnet_value_file": ".image-tag" } diff --git a/internal/component/otelcol/receiver/syslog/syslog_test.go b/internal/component/otelcol/receiver/syslog/syslog_test.go index ad17407043..d43a54e976 100644 --- a/internal/component/otelcol/receiver/syslog/syslog_test.go +++ b/internal/component/otelcol/receiver/syslog/syslog_test.go @@ -58,6 +58,9 @@ func Test(t *testing.T) { require.NoError(t, ctrl.WaitRunning(3*time.Second)) + // TODO(@dehaansa) - test if this is removeable after https://github.com/grafana/alloy/pull/2262 + time.Sleep(1 * time.Second) + // Send traces in the background to our receiver. go func() { request := func() error {