- Dynamically write a Dockerfile based on the environment for the failing job.
- Account for additional dependencies that need to be installed and setup.
- Build and push a custom container based on that dynamic Dockerfile to capture that failing environment.
- Documenting additional setup to install Docker on VMSS during provisioning.
* Tagged builds of External CI components
Adding capability to kick off builds of ROCm components based on a tag ref, without the need of the yaml file in the corresponding repo that is used for pre-submit and on-submit builds. This unblocks the team from creating an initial set of pipelines to verify things work.
Also made some improvements to the code structure and added support for more repos.
---------
Co-authored-by: abhimeda <abhinav.meda@amd.com>
Co-authored-by: alexxu-amd <alex.xu@amd.com>
* Base set of Azure DevOps pipeline library source
A base set of yaml files to orchestrate the build and testing of ROCm compiler and runtime components in an Azure DevOps project.
* Use hipcc in llvm-project, also build OpenCL runtime.
* Adding llvm-lit tests to llvm-project pipeline.
Added comgr ctest as well.
* rocm-cmake unit testing in pipeline
* Pipeline changes corresponding to 6.1 release