Skip to content

Commit

Permalink
[Tests] Add missing changes from #3966 for fast service update test (#…
Browse files Browse the repository at this point in the history
…3976)

Use wget instead of git clone for faster downloading
  • Loading branch information
Michaelvll authored Sep 25, 2024
1 parent e13c391 commit be92944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tests/skyserve/update/bump_version_after.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ resources:
cpus: 2+

setup: |
git clone https://github.com/skypilot-org/skypilot.git
wget https://raw.githubusercontent.com/skypilot-org/skypilot/refs/heads/master/examples/serve/http_server/server.py
run: |
cd skypilot/examples/serve/http_server
python3 server.py --port 8081
3 changes: 1 addition & 2 deletions tests/skyserve/update/bump_version_before.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ resources:
cpus: 2+

setup: |
git clone https://github.com/skypilot-org/skypilot.git
wget https://raw.githubusercontent.com/skypilot-org/skypilot/refs/heads/master/examples/serve/http_server/server.py
run: |
cd skypilot/examples/serve/http_server
python3 server.py --port 8081

0 comments on commit be92944

Please sign in to comment.