diff --git a/python/ray/serve/benchmarks/cluster.yaml b/python/ray/serve/benchmarks/cluster.yaml index 6421627ee..d588dc06a 100644 --- a/python/ray/serve/benchmarks/cluster.yaml +++ b/python/ray/serve/benchmarks/cluster.yaml @@ -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: [] diff --git a/python/ray/serve/benchmarks/single.yaml b/python/ray/serve/benchmarks/single.yaml index 3ab6b260a..c5ec4d155 100644 --- a/python/ray/serve/benchmarks/single.yaml +++ b/python/ray/serve/benchmarks/single.yaml @@ -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: [] diff --git a/release/long_running_tests/cluster.yaml b/release/long_running_tests/cluster.yaml index a30f648f2..f5a0a541d 100644 --- a/release/long_running_tests/cluster.yaml +++ b/release/long_running_tests/cluster.yaml @@ -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"