-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable workflows still relying on GCP self-hosted runners. (#18526)
See #18238. We've finished migrating most load bearing workflows to use a new cluster of self-hosted runners. These workflows are still using GCP runners and are disabled: * `build_test_all_bazel`: this may work on the new cluster using the existing `gcr.io/iree-oss/base-bleeding-edge` dockerfile, but it uses some remote cache storage on GCP and I want to migrate that to https://github.com/iree-org/base-docker-images/. Need to take some time to install deps, evaluate build times with/without a remote cache, etc. * `test_nvidia_t4`, `nvidiagpu_cuda`, `nvidiagpu_vulkan`: we'll try to spin up some VMs in the new cluster / cloud project with similar GPUs. That's a high priority for us, so maybe within a few weeks. Additionally, these workflows are still enabled but we should find a longer term solution for them: * `linux_arm64_clang` this is still enabled in code... for now. We can disable https://github.com/iree-org/iree/actions/workflows/ci_linux_arm64_clang.yml from the UI * arm64 packages are also still enabled: https://github.com/iree-org/iree/blob/cc891ba8e7da3a3ef1c8650a66af0aa53ceed06b/.github/workflows/build_package.yml#L46-L50
- Loading branch information
Showing
5 changed files
with
52 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters