Fix Docker Permission for Serve release test again (#13543)

This commit is contained in:
Simon Mo
2021-01-19 12:23:30 -08:00
committed by GitHub
parent 7b4a97c610
commit c963cbc038
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -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: []
+1 -1
View File
@@ -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: []
+7
View File
@@ -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"