Skip to content

Commit

Permalink
[chore] move oidcauth extension to generated lifecycle tests (open-te…
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Jan 13, 2024
1 parent aa7dd05 commit 6b85afd
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 1 deletion.
71 changes: 71 additions & 0 deletions extension/oidcauthextension/generated_component_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extension/oidcauthextension/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector v0.92.1-0.20240112172857-83d463ceba06
go.opentelemetry.io/collector/component v0.92.1-0.20240112172857-83d463ceba06
go.opentelemetry.io/collector/confmap v0.92.1-0.20240112172857-83d463ceba06
go.opentelemetry.io/collector/extension v0.92.1-0.20240112172857-83d463ceba06
go.opentelemetry.io/collector/extension/auth v0.92.1-0.20240112172857-83d463ceba06
go.opentelemetry.io/otel/metric v1.21.0
Expand Down Expand Up @@ -43,7 +44,6 @@ require (
github.com/prometheus/statsd_exporter v0.22.7 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/collector/config/configtelemetry v0.92.1-0.20240112172857-83d463ceba06 // indirect
go.opentelemetry.io/collector/confmap v0.92.1-0.20240112172857-83d463ceba06 // indirect
go.opentelemetry.io/collector/featuregate v1.0.2-0.20240112172857-83d463ceba06 // indirect
go.opentelemetry.io/collector/pdata v1.0.2-0.20240112172857-83d463ceba06 // indirect
go.opentelemetry.io/otel v1.21.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions extension/oidcauthextension/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ status:
distributions: [contrib, observiq, sumo]
codeowners:
active: [jpkrohling]

tests:
config:
skip_lifecycle: true

0 comments on commit 6b85afd

Please sign in to comment.