Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ common_params:
# - '6.4'
# - '6.5'
# - '6.6'
- '6.8.1'
- "6.8.1"

steps:
#
Expand Down Expand Up @@ -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]
Expand All @@ -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]
Expand All @@ -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]
Expand All @@ -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"
Expand Down Expand Up @@ -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:
Expand Down