Skip to content

Commit

Permalink
Remove github sha from templatization
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Dec 2, 2024
1 parent 5791f8b commit 43e02e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/ci-scripts/templatize_ray_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}' \
Expand Down

0 comments on commit 43e02e4

Please sign in to comment.