mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 16:46:37 +08:00
Fix Docker Permission for Serve release test again (#13543)
This commit is contained in:
@@ -27,7 +27,7 @@ worker_nodes:
|
||||
initialization_commands: []
|
||||
setup_commands:
|
||||
- sudo apt-get install build-essential libssl-dev git -y
|
||||
- 'rm -r wrk || true && git clone https://github.com/wg/wrk.git wrk && cd wrk && make -j && cp wrk /usr/local/bin'
|
||||
- 'rm -r wrk || true && git clone https://github.com/wg/wrk.git /tmp/wrk && cd /tmp/wrk && make -j && sudo cp wrk /usr/local/bin'
|
||||
- ray install-nightly
|
||||
head_setup_commands: []
|
||||
worker_setup_commands: []
|
||||
|
||||
@@ -22,7 +22,7 @@ head_node:
|
||||
initialization_commands: []
|
||||
setup_commands:
|
||||
- sudo apt-get install build-essential libssl-dev git -y
|
||||
- 'rm -r wrk || true && git clone https://github.com/wg/wrk.git wrk && cd wrk && make -j && cp wrk /usr/local/bin'
|
||||
- 'rm -r wrk || true && git clone https://github.com/wg/wrk.git /tmp/wrk && cd /tmp/wrk && make -j && sudo cp wrk /usr/local/bin'
|
||||
- ray install-nightly
|
||||
head_setup_commands: []
|
||||
worker_setup_commands: []
|
||||
|
||||
@@ -15,3 +15,10 @@ auth:
|
||||
|
||||
head_node:
|
||||
InstanceType: m5.xlarge
|
||||
TagSpecifications:
|
||||
- ResourceType: "instance"
|
||||
Tags:
|
||||
- Key: anyscale-user
|
||||
Value: "release-automation@anyscale.com"
|
||||
- Key: anyscale-custodian
|
||||
Value: "ignore"
|
||||
|
||||
Reference in New Issue
Block a user