From e277d96aebd67eab7b4d5771c8be6c6257b4d140 Mon Sep 17 00:00:00 2001 From: "raphael.gavache" Date: Tue, 10 Mar 2026 22:21:21 -0400 Subject: [PATCH 1/2] enable java cap test --- manifests/java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/java.yml b/manifests/java.yml index 53cded6ed04..bc6cbc08c66 100644 --- a/manifests/java.yml +++ b/manifests/java.yml @@ -4118,7 +4118,7 @@ manifest: - weblog_declaration: "*": irrelevant (RUM injection only supported for spring-boot) spring-boot: v1.49.0 - tests/test_sampling_rate_capping.py::Test_SamplingRateCappedIncrease: v1.60.0-SNAPSHOT+c95286e6a5 + tests/test_sampling_rate_capping.py::Test_SamplingRateCappedIncrease: v1.60.1-SNAPSHOT tests/test_sampling_rates.py::Test_SampleRateFunction: - weblog_declaration: "*": v1.49.0 From c204cca644807f52981979516af17315607d6a32 Mon Sep 17 00:00:00 2001 From: "raphael.gavache" Date: Tue, 10 Mar 2026 22:34:38 -0400 Subject: [PATCH 2/2] run end to end scenario by default --- .github/workflows/run-end-to-end.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-end-to-end.yml b/.github/workflows/run-end-to-end.yml index 208dfd74611..a6e49081e41 100644 --- a/.github/workflows/run-end-to-end.yml +++ b/.github/workflows/run-end-to-end.yml @@ -363,6 +363,9 @@ jobs: - name: Run SAMPLING scenario if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"SAMPLING"') run: ./run.sh SAMPLING + - name: Run SAMPLING_RATE_CAPPING scenario + if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"SAMPLING_RATE_CAPPING"') + run: ./run.sh SAMPLING_RATE_CAPPING - name: Run TELEMETRY_APP_STARTED_PRODUCTS_DISABLED scenario if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"TELEMETRY_APP_STARTED_PRODUCTS_DISABLED"') run: ./run.sh TELEMETRY_APP_STARTED_PRODUCTS_DISABLED