Skip to content

Commit

Permalink
Update publish pipeline config path (#2340)
Browse files Browse the repository at this point in the history
  • Loading branch information
thampiotr authored Jan 6, 2025
1 parent 89e17b2 commit 81da528
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -836,6 +836,6 @@ kind: secret
name: updater_private_key
---
kind: signature
hmac: 10e6be95fbe639c7701a96c7b0523e849b28389d09eda8b122de3c981a93c4c0
hmac: 760087c49893d6970a81c973518d26b582c3d4673d3c28b90553361de8b6e03a

...
2 changes: 1 addition & 1 deletion .drone/pipelines/publish.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
3 changes: 3 additions & 0 deletions internal/component/otelcol/receiver/syslog/syslog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 81da528

Please sign in to comment.