diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 1a541bdf23..f60c582416 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -258,7 +258,7 @@ jobs: strategy: matrix: RUNNER: [ "ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04" ] - PROFILE: [ "integration", "smartagent" ] + PROFILE: [ "integration", "smartagent", "envoy_discovery" ] fail-fast: false env: TEST_OUTPUT: ${{ github.job }}-${{ matrix.PROFILE }}-${{ matrix.RUNNER }}.out diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 25deba298a..d9f442d9d4 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -83,7 +83,7 @@ services: envoy: image: quay.io/splunko11ytest/envoy:latest profiles: - - integration + - envoy_discovery build: ./envoy ports: - "9901:9901" diff --git a/tests/receivers/envoy/bundled_test.go b/tests/receivers/envoy/bundled_test.go index 124df52245..c8c1351ef9 100644 --- a/tests/receivers/envoy/bundled_test.go +++ b/tests/receivers/envoy/bundled_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build integration +//go:build envoy_discovery package tests