Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup unused Dockerfiles and build_all.yml workflow. #18222

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

ScottTodd
Copy link
Member

@ScottTodd ScottTodd commented Aug 14, 2024

Follow-up to #18144. Related to #15332.

  • build_all.yml was used as the first step in multiple other workflows. New workflows are using pkgci_build_packages.yml directly or nightly releases. Workflows could also use historical artifacts from pkgci_build_packages.yml if they want to use versions different from the nightly releases.
  • android.Dockerfile was used for Android builds and benchmarks. New workflows install the NDK on demand without needing a large Dockerfile.
  • nvidia.Dockerfile and nvidia-bleeding-edge.Dockerfile were used for CUDA/Vulkan benchmarks. New workflows rely on the drivers and software packages that are already installed on runners. We could have workflows install on demand or add new Dockerfiles as needed.

@ScottTodd ScottTodd added infrastructure Relating to build systems, CI, or testing cleanup 🧹 labels Aug 14, 2024
@ScottTodd ScottTodd merged commit 00cc478 into iree-org:main Aug 14, 2024
36 checks passed
@ScottTodd ScottTodd deleted the infra-benchmark-cleanup branch August 14, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup 🧹 infrastructure Relating to build systems, CI, or testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants