File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -1116,3 +1116,33 @@ steps:
1116
1116
- exit_status : -1 # Agent was lost
1117
1117
limit : 2
1118
1118
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
You can’t perform that action at this time.
0 commit comments