Skip to content

Commit

Permalink
Format; fix mistakenly changed test image
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Gera <[email protected]>
  • Loading branch information
matej-g committed Dec 18, 2023
1 parent 5ad0079 commit acf7644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/otel-allocator/allocation/per_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ func (allocator *perNodeAllocator) handleTargets(diff diff.Changes[*target.Item]
}
}
}

// Check for unassigned targets
if len(unassignedTargetsForJobs) > 0 {
jobs := make([]string, 0, len(unassignedTargetsForJobs))
Expand All @@ -200,7 +201,6 @@ func (allocator *perNodeAllocator) handleTargets(diff diff.Changes[*target.Item]

allocator.log.Info("Could not assign targets for the following jobs due to missing node labels", "jobs", jobs)
}

}

// addTargetToTargetItems assigns a target to the collector and adds it to the allocator's targetItems
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e-opampbridge/opampbridge/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kind: OpAMPBridge
metadata:
name: test
spec:
image: "ghcr.io/open-telemetry/opentelemetry-operator/operator-opamp-bridge:v0.90.0-14-g082e678"
image: "local/opentelemetry-operator-opamp-bridge:e2e"
endpoint: ws://opamp-server:4320/v1/opamp
capabilities:
AcceptsOpAMPConnectionSettings: true
Expand Down

0 comments on commit acf7644

Please sign in to comment.