Update status badge to use GitHub actions (#10060)
We get one status badge per workflow here, not per job. Since it's now
only one badge, I moved it up to the top instead of having a whole
section for one tiny image.
diff --git a/README.md b/README.md
index 029959a..46282b1 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,8 @@
See [our website](https://iree-org.github.io/iree/) for project details, user
guides, and instructions on building from source.
+[](https://github.com/iree-org/iree/actions/workflows/ci.yml?query=branch%3Amain+event%3Apush)
+
#### Project Status
IREE is still in its early phase. We have settled down on the overarching
@@ -33,24 +35,6 @@
sometimes is referred to in certain MLIR discussions. Useful if you are also
interested in MLIR evolution.
-## Build Status
-
-
-CI System | Build System | Platform | Architecture | Configuration / Component | Status
-:-------: | :-----------: | :--------: | :------------------: | :--------------------------: | :----:
-Kokoro | Bazel | Linux | x86-64 | | [](https://storage.googleapis.com/iree-oss-build-badges/bazel/linux/x86-swiftshader/core/main_result.html)
-Kokoro | CMake & Bazel | Linux | x86-64 (swiftshader) | Integrations | [](https://storage.googleapis.com/iree-oss-build-badges/cmake-bazel/linux/x86-swiftshader/main_result.html)
-Kokoro | CMake & Bazel | Linux | x86-64 (turing) | Integrations | [](https://storage.googleapis.com/iree-oss-build-badges/cmake-bazel/linux/x86-turing/main_result.html)
-Kokoro | CMake | Linux | x86-64 (swiftshader) | | [](https://storage.googleapis.com/iree-oss-build-badges/cmake/linux/x86-swiftshader/main_result.html)
-Kokoro | CMake | Linux | x86-64 (swiftshader) | asan | [](https://storage.googleapis.com/iree-oss-build-badges/cmake/linux/x86-swiftshader-asan/main_result.html)
-Kokoro | CMake | Linux | x86-64 (turing) | | [](https://storage.googleapis.com/iree-oss-build-badges/cmake/linux/x86-turing/main_result.html)
-Kokoro | CMake | Android | arm64-v8a | Runtime (build only) | [](https://storage.googleapis.com/iree-oss-build-badges/cmake/android/arm64-v8a/main_result.html)
-Kokoro | CMake | Bare Metal | risc-v-32 | Runtime | [](https://storage.googleapis.com/iree-oss-build-badges/cmake/baremetal/riscv32/main_result.html)
-Kokoro | CMake | Linux | risc-v-64 | Runtime | [](https://storage.googleapis.com/iree-oss-build-badges/cmake/linux/riscv64/main_result.html)
-Buildkite | CMake | Android | arm64-v8a | Runtime | [](https://buildkite.com/iree/iree-android-arm64-v8a)
-BuildKite | CMake | Android | arm64-v8a | Runtime Benchmarks | [](https://buildkite.com/iree/iree-benchmark)
-BuildKite | CMake | Linux | x86-64 | Tracing + Standalone Runtime | [](https://buildkite.com/iree/iree-build-configurations)
-
## Architecture Overview
<!-- TODO(scotttodd): switch to <picture> once better supported? https://github.blog/changelog/2022-05-19-specify-theme-context-for-images-in-markdown-beta/ -->