Commit f83cb9d
authored
Add ECS E2E test into main build (#890)
This PR do the following two things:
1. Fix [recent main build
failure](https://github.com/aws-observability/aws-otel-java-instrumentation/actions/runs/10926150649/job/30330248240)
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.1 parent 4afa55e commit f83cb9d
File tree
2 files changed
+9
-1
lines changed- .github/workflows
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
79 | 87 | | |
80 | 88 | | |
81 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
0 commit comments