chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:17:40 +08:00
commit f1825c8ceb
10096 changed files with 2364182 additions and 0 deletions
@@ -0,0 +1,27 @@
# This file is generated by `ray project create`.
name: commands-test
# description: A short description of the project.
repo: https://github.com/ray-project/not-exist
cluster:
config: ray-project/cluster.yaml
environment:
shell:
- echo "Setting up"
commands:
- name: first
command: echo "Starting ray job with {{a}} and {{b}}"
params:
- name: a
help: "This is the first parameter"
choices: ["1", "2"]
- name: b
help: "This is the second parameter"
choices: ["1", "2"]
- name: second
command: echo "Some command"