Skip to content

Commit

Permalink
push envoy discovery to its own test
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Jan 12, 2025
1 parent edb80c2 commit 9aef8d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:
envoy:
image: quay.io/splunko11ytest/envoy:latest
profiles:
- integration
- envoy_discovery
build: ./envoy
ports:
- "9901:9901"
Expand Down
2 changes: 1 addition & 1 deletion tests/receivers/envoy/bundled_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9aef8d3

Please sign in to comment.