Skip to content

Commit ff1f631

Browse files
committed
use collector-binary name
1 parent a9f21f7 commit ff1f631

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
@@ -108,7 +108,7 @@ jobs:
108108
- name: Download Collector Binary
109109
uses: actions/download-artifact@v4
110110
with:
111-
name: otelcontribcol_windows_amd64.exe
111+
name: collector-binary
112112
path: bin/
113113
- name: Build supervisor
114114
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)