Skip to content

Commit d7e2cea

Browse files
committed
[libc++][Android] Enable Android testing in BuildKite CI
Enable testing for two NDK configurations: - android-ndk-21-def-x86 - android-ndk-33-goog-x86_64 Fixes: #69270
1 parent af25304 commit d7e2cea

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

libcxx/utils/ci/buildkite-pipeline.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,3 +1116,33 @@ steps:
11161116
- exit_status: -1 # Agent was lost
11171117
limit: 2
11181118
timeout_in_minutes: 120
1119+
1120+
- group: ":android: Android"
1121+
steps:
1122+
- label: "Android 5.0, x86 NDK"
1123+
command: "libcxx/utils/ci/run-buildbot android-ndk-21-def-x86"
1124+
artifact_paths:
1125+
- "**/test-results.xml"
1126+
- "**/*.abilist"
1127+
agents:
1128+
queue: "libcxx-builders"
1129+
os: "android"
1130+
retry:
1131+
automatic:
1132+
- exit_status: -1 # Agent was lost
1133+
limit: 2
1134+
timeout_in_minutes: 120
1135+
1136+
- label: "Android 13, x86_64 NDK"
1137+
command: "libcxx/utils/ci/run-buildbot android-ndk-33-goog-x86_64"
1138+
artifact_paths:
1139+
- "**/test-results.xml"
1140+
- "**/*.abilist"
1141+
agents:
1142+
queue: "libcxx-builders"
1143+
os: "android"
1144+
retry:
1145+
automatic:
1146+
- exit_status: -1 # Agent was lost
1147+
limit: 2
1148+
timeout_in_minutes: 120

0 commit comments

Comments
 (0)