From 20938f8165cc7f8d06b669c9fa58a7fb51c4ff3c Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Tue, 12 Mar 2024 11:41:26 -0500 Subject: [PATCH] add CI_VISIBLE_DEVICES env variable to distinguish between CI execution in parallel vs serial run by hand Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 6e05a8bc2a2d3d5ac53685a050ee03dc56bd1cd5] --- projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml b/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml index 8df1990375..e91a826438 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml @@ -28,6 +28,7 @@ jobs: env: PYTHONPATH: /home1/ciuser/omniperf_deps + CI_VISIBLE_DEVICES 1 name: ROCm v${{ matrix.version }} / ${{ matrix.hardware }} steps: - name: Checkout