From d7556dc9e6e5c38b34a30504239ca8a6dbab120e Mon Sep 17 00:00:00 2001 From: Daniel Su Date: Mon, 6 Jan 2025 15:19:00 -0500 Subject: [PATCH] External CI: finalize TransferBench enablement (#4230) * External CI: finalize TransferBench enablement * Remove copyright from .azuredevops/README.md * Change from medium to base pool --- .azuredevops/README.md | 2 -- .azuredevops/components/TransferBench.yml | 3 ++- .azuredevops/nightly/rocm-nightly.yml | 1 + .azuredevops/templates/steps/dependencies-rocm.yml | 2 ++ .azuredevops/variables-global.yml | 4 ++++ 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.azuredevops/README.md b/.azuredevops/README.md index 83808a55d..3e9e9f35f 100644 --- a/.azuredevops/README.md +++ b/.azuredevops/README.md @@ -26,5 +26,3 @@ ROCm-CI Azure DevOps Pipelines contains markup language files that orchestrate b ## Disclaimer The information presented in this document is for informational purposes only and may contain technical inaccuracies, omissions, and typographical errors. The information contained herein is subject to change and may be rendered inaccurate for many reasons, including but not limited to product and roadmap changes, component and motherboard versionchanges, new model and/or product releases, product differences between differing manufacturers, software changes, BIOS flashes, firmware upgrades, or the like. Any computer system has risks of security vulnerabilities that cannot be completely prevented or mitigated.AMD assumes no obligation to update or otherwise correct or revise this information. However, AMD reserves the right to revise this information and to make changes from time to time to the content hereof without obligation of AMD to notify any person of such revisions or changes.THIS INFORMATION IS PROVIDED ‘AS IS.” AMD MAKES NO REPRESENTATIONS OR WARRANTIES WITH RESPECT TO THE CONTENTS HEREOF AND ASSUMES NO RESPONSIBILITY FOR ANY INACCURACIES, ERRORS, OR OMISSIONS THAT MAY APPEAR IN THIS INFORMATION. AMD SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR ANY PARTICULAR PURPOSE. IN NO EVENT WILL AMD BE LIABLE TO ANY PERSON FOR ANY RELIANCE, DIRECT, INDIRECT, SPECIAL, OR OTHER CONSEQUENTIAL DAMAGES ARISING FROM THE USE OF ANY INFORMATION CONTAINED HEREIN, EVEN IF AMD IS EXPRESSLY ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. AMD, the AMD Arrow logo, and combinations thereof are trademarks of Advanced Micro Devices, Inc. Other product names used in this publication are for identification purposes only and may be trademarks of their respective companies. - -© 2024 Advanced Micro Devices, Inc. All Rights Reserved. diff --git a/.azuredevops/components/TransferBench.yml b/.azuredevops/components/TransferBench.yml index 170a2041f..53331f1ce 100644 --- a/.azuredevops/components/TransferBench.yml +++ b/.azuredevops/components/TransferBench.yml @@ -35,7 +35,8 @@ jobs: variables: - group: common - template: /.azuredevops/variables-global.yml - pool: ${{ variables.MEDIUM_BUILD_POOL }} + pool: + vmImage: ${{ variables.BASE_BUILD_POOL }} workspace: clean: all strategy: diff --git a/.azuredevops/nightly/rocm-nightly.yml b/.azuredevops/nightly/rocm-nightly.yml index 0c46ee7d7..2d323a6cd 100644 --- a/.azuredevops/nightly/rocm-nightly.yml +++ b/.azuredevops/nightly/rocm-nightly.yml @@ -60,6 +60,7 @@ parameters: - roctracer - rocWMMA - rpp + - TransferBench trigger: none pr: none diff --git a/.azuredevops/templates/steps/dependencies-rocm.yml b/.azuredevops/templates/steps/dependencies-rocm.yml index 184d18743..3d5f85675 100644 --- a/.azuredevops/templates/steps/dependencies-rocm.yml +++ b/.azuredevops/templates/steps/dependencies-rocm.yml @@ -91,6 +91,7 @@ parameters: roctracer: $(ROCTRACER_PIPELINE_ID) rocWMMA: $(ROCWMMA_PIPELINE_ID) rpp: $(RPP_PIPELINE_ID) + TransferBench: $(TRANSFERBENCH_PIPELINE_ID) - name: taggedPipelineIdentifiers type: object default: @@ -155,6 +156,7 @@ parameters: roctracer: $(ROCTRACER_TAGGED_PIPELINE_ID) rocWMMA: $(ROCWMMA_TAGGED_PIPELINE_ID) rpp: $(RPP_TAGGED_PIPELINE_ID) + TransferBench: $(TRANSFERBENCH_TAGGED_PIPELINE_ID) # set to true if you're calling this template file multiple files in same pipeline # only leave last call false to optimize sequence - name: skipLibraryLinking diff --git a/.azuredevops/variables-global.yml b/.azuredevops/variables-global.yml index 4b638b571..076cfd811 100644 --- a/.azuredevops/variables-global.yml +++ b/.azuredevops/variables-global.yml @@ -343,5 +343,9 @@ variables: value: 78 - name: RPP_TAGGED_PIPELINE_ID value: 39 +- name: TRANSFERBENCH_PIPELINE_ID + value: 265 +- name: TRANSFERBENCH_TAGGED_PIPELINE_ID + value: 266 - name: BOOST_DEPENDENCY_PIPELINE_ID value: 250