Replace Galaxy S20 with Pixel 6 for Android testing (#8062)
We dropped S20 for benchmarking. Better to be
consistent here for testing.
Also perform artifacts clean up before each step.
diff --git a/build_tools/buildkite/cmake/android/arm64-v8a/pipeline.yml b/build_tools/buildkite/cmake/android/arm64-v8a/pipeline.yml
index 28d0191a..4529544 100644
--- a/build_tools/buildkite/cmake/android/arm64-v8a/pipeline.yml
+++ b/build_tools/buildkite/cmake/android/arm64-v8a/pipeline.yml
@@ -18,15 +18,16 @@
- wait
- - label: "test on Galaxy S20 (exynos-990, mali-g77)"
+ - label: "test on Pixel 6 (google-tensor, mali-g78)"
commands:
+ - "git clean -fdx"
- "buildkite-agent artifact download --step build build-artifacts.tgz ./"
- "tar xzf build-artifacts.tgz"
- "find build-android/ -name '*.cmake' -exec sed -i \"s!\\$IREE_DOCKER_WORKDIR/!\\$PWD/!g\" {} \\;"
- "cd build-android/"
- "ctest --timeout 900 --output-on-failure"
agents:
- - "android-soc=exynos-990"
+ - "android-soc=google-tensor"
- "queue=test-android"
env:
IREE_DOCKER_WORKDIR: "/usr/src/github/iree"
@@ -34,6 +35,7 @@
- label: "test on Galaxy S10 (exynos-9820, mali-g76)"
commands:
+ - "git clean -fdx"
- "buildkite-agent artifact download --step build build-artifacts.tgz ./"
- "tar xzf build-artifacts.tgz"
- "find build-android/ -name '*.cmake' -exec sed -i \"s!\\$IREE_DOCKER_WORKDIR/!\\$PWD/!g\" {} \\;"
@@ -48,6 +50,7 @@
- label: "test on Pixel 4 (snapdragon-855, adreno-640)"
commands:
+ - "git clean -fdx"
- "buildkite-agent artifact download --step build build-artifacts.tgz ./"
- "tar xzf build-artifacts.tgz"
- "find build-android/ -name '*.cmake' -exec sed -i \"s!\\$IREE_DOCKER_WORKDIR/!\\$PWD/!g\" {} \\;"