From ea04d25f77691d97cc08c632415a254ab6ba545f Mon Sep 17 00:00:00 2001 From: Wojtek Zieba Date: Fri, 7 Nov 2025 14:57:03 +0100 Subject: [PATCH] Testing jenv installation on android agent --- .buildkite/pipeline.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 0600533d1..b46db5222 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -17,7 +17,7 @@ common_params: # - '6.4' # - '6.5' # - '6.6' - - '6.8.1' + - "6.8.1" steps: # @@ -171,7 +171,7 @@ steps: cd ./native/kotlin ./gradlew detektMain detektTest agents: - queue: android + queue: android-staging - label: ":kotlin: Publish `rs.wordpress.api:kotlin`" key: "publish-wp-api-kotlin" plugins: [$CI_TOOLKIT] @@ -187,7 +187,7 @@ steps: echo "--- :kotlin: Publishing `rs.wordpress.api:kotlin`" .buildkite/publish-wp-api-kotlin.sh agents: - queue: android + queue: android-staging - label: ":kotlin: Publish `rs.wordpress.api:android`" key: "publish-wp-api-android" plugins: [$CI_TOOLKIT] @@ -206,7 +206,7 @@ steps: echo "--- :kotlin: Publishing `rs.wordpress.api:android`" .buildkite/publish-wp-api-android.sh agents: - queue: android + queue: android-staging - label: ":android: Build Example App" plugins: [$CI_TOOLKIT] @@ -223,7 +223,7 @@ steps: echo "--- :android: Building Sample App" ./native/kotlin/gradlew -p native/kotlin :example:composeApp:assembleDebug agents: - queue: android + queue: android-staging # Docker Group - group: ":wordpress: End-to-end Tests" @@ -255,7 +255,7 @@ steps: matrix: *wordpress_version_matrix plugins: - $CI_TOOLKIT - - $TEST_COLLECTOR : + - $TEST_COLLECTOR: files: "native/kotlin/api/kotlin/build/test-results/integrationTest/*.xml" format: "junit" artifact_paths: