Skip to content

Commit

Permalink
Merge branch 'trunk' into nick/language-test
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury authored Dec 6, 2024
2 parents b4c8e1f + 35a298d commit d3acad3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d3acad3

Please sign in to comment.