Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liustanley committed Aug 9, 2024
1 parent b81b51b commit ac0c989
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/ALLOWLIST
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ internal/common
## UNMAINTAINED components
exporter/skywalkingexporter/
receiver/googlecloudspannerreceiver/
e2e-tests/
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,4 @@ reports/distributions/contrib.yaml @open-telemetry/collector-contrib-approvers

exporter/skywalkingexporter/ @open-telemetry/collector-contrib-approvers
receiver/googlecloudspannerreceiver/ @open-telemetry/collector-contrib-approvers
e2e-tests/
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ push-collector-image-staging:
!!merge <<: *push-collector-image
variables:
BUILD_REGISTRY: $BUILD_SANDBOX_REGISTRY

push-collector-image-agent-qa:
stage: push
stage: push-collector-image
needs: ['build-collector-image-main']
trigger:
project: DataDog/public-images
Expand Down
3 changes: 3 additions & 0 deletions e2e-tests/otel-collector/component/otel_collector.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package component

import (
Expand Down
3 changes: 3 additions & 0 deletions e2e-tests/otel-collector/environment.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package otelcollector

import (
Expand Down
3 changes: 3 additions & 0 deletions e2e-tests/otel-collector/helm/otel_collector.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package helm

import (
Expand Down
3 changes: 3 additions & 0 deletions e2e-tests/otel-collector/otelparams/params.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package otelparams

import (
Expand Down
3 changes: 3 additions & 0 deletions e2e-tests/otel-collector/provisioner.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package otelcollector

import (
Expand Down
6 changes: 2 additions & 4 deletions e2e-tests/tests/otel_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Unless explicitly stated otherwise all files in this repository are licensed
// under the Apache License Version 2.0.
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2016-present Datadog, Inc.
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package e2etests

Expand Down

0 comments on commit ac0c989

Please sign in to comment.