From a318ca53eb0e0f362a45bfefa7f32724a06ad098 Mon Sep 17 00:00:00 2001 From: Raunak Bhagat Date: Mon, 25 Nov 2024 15:50:07 -0800 Subject: [PATCH] Update name of ray-clusters - removed duplicated "ray" instance in the name --- .github/workflows/run-cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-cluster.yaml b/.github/workflows/run-cluster.yaml index 1a296b36a0..c5f822ba9d 100644 --- a/.github/workflows/run-cluster.yaml +++ b/.github/workflows/run-cluster.yaml @@ -50,7 +50,7 @@ jobs: uv pip install ray[default] boto3 - name: Dynamically update ray config file run: | - id="ray-ci-run-${{ github.run_id }}_${{ github.run_attempt }}" + id="github-ci-${{ github.run_id }}_${{ github.run_attempt }}" sed -i "s|{{RAY_CLUSTER_NAME}}|$id|g" .github/assets/benchmarking_ray_config.yaml sed -i 's|{{PYTHON_VERSION}}|${{ inputs.python_version }}|g' .github/assets/benchmarking_ray_config.yaml if [[ '${{ inputs.daft_version }}' ]]; then