aws-observability / aws-otel-java-instrumentation

AWS Distro for OpenTelemetry Java Instrumentation Library
https://aws-otel.github.io/
Apache License 2.0
76 stars 56 forks source link

Add ECS E2E test into main build #890

Closed zzhlogin closed 2 months ago

zzhlogin commented 2 months ago

This PR do the following two things:

  1. Fix recent main build failure by updating Dockerfile syntax.

  2. Add ECS E2E test entry point into main build.

An example of succeed test workflow: https://github.com/aws-observability/aws-otel-java-instrumentation/actions/runs/10926900740 (E2E operator test failure is expected, will plan on the effort fixing it).

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.