Skip to content

Commit 5657a8e

Browse files
committed
use collector-binary name
1 parent 6ae768c commit 5657a8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2e-tests-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Download Collector Binary
111111
uses: actions/download-artifact@v4
112112
with:
113-
name: otelcontribcol_windows_amd64.exe
113+
name: collector-binary
114114
path: bin/
115115
- name: Build supervisor
116116
run: cd cmd/opampsupervisor; go build

cmd/opampsupervisor/supervisor/supervisor_windows_service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
// The test assumes that the service and respective event source are already created.
2828
//
2929
// To test locally:
30-
// * Build the supervisor and collector binaries:
30+
// * Build the supervisor and collector binaries. Note you'll need to update the name of the collector binary in the supervisor config file
3131
// - cd cmd/opampsupervisor; go build
3232
// - make otelcontribcol
3333
//

cmd/opampsupervisor/supervisor/testdata/supervisor_windows_service_test_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ capabilities:
1010
accepts_restart_command: true
1111

1212
agent:
13-
executable: ../../../bin/otelcontribcol_windows_amd64.exe
13+
executable: ../../../bin/collector_binary
1414
health_check_port: 12345
1515

1616
storage:

0 commit comments

Comments
 (0)