Fix Serve release test (#13385)

This commit is contained in:
Simon Mo
2021-01-13 15:06:23 -08:00
committed by GitHub
parent 1968b2f9d8
commit 15501a4151
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ worker_nodes:
InstanceType: m5.xlarge
initialization_commands: []
setup_commands:
- apt-get install build-essential libssl-dev git -y
- 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'
- ray install-nightly
head_setup_commands: []
+1 -1
View File
@@ -21,7 +21,7 @@ head_node:
initialization_commands: []
setup_commands:
- apt-get install build-essential libssl-dev git -y
- 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'
- ray install-nightly
head_setup_commands: []