From 851f9c505a03aed8e6e2c508240cc10b4e3dcee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:10:01 +0000 Subject: [PATCH 1/2] build(deps): Bump com.google.firebase:firebase-bom from 33.6.0 to 33.7.0 Bumps com.google.firebase:firebase-bom from 33.6.0 to 33.7.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 94a46cded4a9..dc32c978a2ef 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -57,7 +57,7 @@ fladle = '0.17.5' google-autoservice = '1.1.1' google-dagger = '2.53' google-exoplayer = '2.13.3' -google-firebase-bom = '33.6.0' +google-firebase-bom = '33.7.0' google-firebase-iid = '21.1.0' google-flexboxlayout = '3.0.0' google-gson = '2.11.0' From 33c35d5a11a323cc523661d1c9157ff678484220 Mon Sep 17 00:00:00 2001 From: Jeremy Massel <1123407+jkmassel@users.noreply.github.com> Date: Fri, 6 Dec 2024 04:46:39 -0700 Subject: [PATCH 2/2] Disable UI Tests (#21507) --- .buildkite/pipeline.yml | 42 ++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 73e46c9c943a..72a067a8a1d4 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -127,27 +127,27 @@ steps: ################# # Instrumented (aka UI) Tests ################# - - group: "🔬 Instrumented tests" - steps: - - label: ":wordpress: 🔬 Instrumented tests" - command: ".buildkite/commands/run-instrumented-tests.sh wordpress" - plugins: - - $CI_TOOLKIT - - $TEST_COLLECTOR : - <<: *test_collector_common_params - api-token-env-name: "BUILDKITE_ANALYTICS_TOKEN_INSTRUMENTED_TESTS_WORDPRESS" - artifact_paths: - - "**/build/instrumented-tests/**/*" - - - label: ":jetpack: 🔬 Instrumented tests" - command: ".buildkite/commands/run-instrumented-tests.sh jetpack" - plugins: - - $CI_TOOLKIT - - $TEST_COLLECTOR : - <<: *test_collector_common_params - api-token-env-name: "BUILDKITE_ANALYTICS_TOKEN_INSTRUMENTED_TESTS_JETPACK" - artifact_paths: - - "**/build/instrumented-tests/**/*" + # - group: "🔬 Instrumented tests" + # steps: + # - label: ":wordpress: 🔬 Instrumented tests" + # command: ".buildkite/commands/run-instrumented-tests.sh wordpress" + # plugins: + # - $CI_TOOLKIT + # - $TEST_COLLECTOR : + # <<: *test_collector_common_params + # api-token-env-name: "BUILDKITE_ANALYTICS_TOKEN_INSTRUMENTED_TESTS_WORDPRESS" + # artifact_paths: + # - "**/build/instrumented-tests/**/*" + + # - label: ":jetpack: 🔬 Instrumented tests" + # command: ".buildkite/commands/run-instrumented-tests.sh jetpack" + # plugins: + # - $CI_TOOLKIT + # - $TEST_COLLECTOR : + # <<: *test_collector_common_params + # api-token-env-name: "BUILDKITE_ANALYTICS_TOKEN_INSTRUMENTED_TESTS_JETPACK" + # artifact_paths: + # - "**/build/instrumented-tests/**/*" ################# # Create Prototype Builds for WP and JP