Skip to content

Commit b7ac411

Browse files
committed
mark ebpf-profiler as a valid component
1 parent 5ef69ef commit b7ac411

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/validate-components.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# This script verifies that all components declared in manifest.yaml files are
77
# defined in the builder-config.yaml from the opentelemetry-collector-contrib
8-
# repository, ensuring they were built and tested successfully.
8+
# repository, or ebpf-profiler, ensuring they were built and tested successfully.
99

1010
set -euo pipefail
1111

@@ -35,6 +35,8 @@ valid_components="$(
3535
| awk '{print $1}' \
3636
| sort -u
3737
)"
38+
valid_components+='
39+
go.opentelemetry.io/ebpf-profiler'
3840

3941
if [[ -z "$valid_components" ]]; then
4042
echo "Error: No valid 'gomod' entries found in builder-config.yaml!"

0 commit comments

Comments
 (0)