File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8383 env :
8484 INSTANCE_ID : ${{ github.run_id }}-${{ github.run_number }}
8585 LISTEN_ADDRESS : 0.0.0.0:8080
86- APP_IMAGE : public.ecr.aws/aws-otel-test/aws-otel-java-test- springboot:${{ github.sha }}
86+ APP_IMAGE : public.ecr.aws/aws-otel-test/aws-otel-java-springboot:${{ github.sha }}
8787 VALIDATOR_COMMAND : -c springboot-otel-trace-metric-validation.yml --endpoint http://app:8080 --metric-namespace aws-otel-integ-test -t ${{ github.run_id }}-${{ github.run_number }}
8888
8989 test_Spark_App_With_Java_Agent :
@@ -114,7 +114,7 @@ jobs:
114114 env :
115115 INSTANCE_ID : ${{ github.run_id }}-${{ github.run_number }}
116116 LISTEN_ADDRESS : 0.0.0.0:4567
117- APP_IMAGE : public.ecr.aws/aws-otel-test/aws-otel-java-test- spark:${{ github.sha }}
117+ APP_IMAGE : public.ecr.aws/aws-otel-test/aws-otel-java-spark:${{ github.sha }}
118118 VALIDATOR_COMMAND : -c spark-otel-trace-metric-validation.yml --endpoint http://app:4567 --metric-namespace aws-otel-integ-test -t ${{ github.run_id }}-${{ github.run_number }}
119119
120120 test_Spark_AWS_SDK_V1_App_With_Java_Agent :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ application {
2424
2525jib {
2626 to {
27- image = " public.ecr.aws/aws-otel-test/aws-otel-java-test- spark:${System .getenv(" COMMIT_HASH" )} "
27+ image = " public.ecr.aws/aws-otel-test/aws-otel-java-spark:${System .getenv(" COMMIT_HASH" )} "
2828 }
2929 from {
3030 image = " public.ecr.aws/aws-otel-test/aws-opentelemetry-java-base:alpha"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616
1717jib {
1818 to {
19- image = " public.ecr.aws/aws-otel-test/aws-otel-java-test- springboot:${System .getenv(" COMMIT_HASH" )} "
19+ image = " public.ecr.aws/aws-otel-test/aws-otel-java-springboot:${System .getenv(" COMMIT_HASH" )} "
2020 }
2121 from {
2222 image = " public.ecr.aws/aws-otel-test/aws-opentelemetry-java-base:alpha"
You can’t perform that action at this time.
0 commit comments