diff --git a/.github/ci-scripts/templatize_ray_config.py b/.github/ci-scripts/templatize_ray_config.py index a6e62639b6..ab7cea183e 100644 --- a/.github/ci-scripts/templatize_ray_config.py +++ b/.github/ci-scripts/templatize_ray_config.py @@ -51,7 +51,6 @@ class Profile: parser = ArgumentParser() parser.add_argument("--cluster-name") - parser.add_argument("--git-sha") parser.add_argument("--daft-wheel-url") parser.add_argument("--daft-version") parser.add_argument("--python-version") diff --git a/.github/workflows/run-cluster.yaml b/.github/workflows/run-cluster.yaml index d6a34b2ba1..e54e2886c4 100644 --- a/.github/workflows/run-cluster.yaml +++ b/.github/workflows/run-cluster.yaml @@ -66,7 +66,6 @@ jobs: (cat .github/assets/.template.yaml \ | python .github/ci-scripts/templatize_ray_config.py \ --cluster-name "ray-ci-run-${{ github.run_id }}_${{ github.run_attempt }}" \ - --git-sha '${{ github.sha }}' \ --daft-wheel-url '${{ inputs.daft_wheel_url }}' \ --daft-version '${{ inputs.daft_version }}' \ --python-version '${{ inputs.python_version }}' \