Skip to content

Commit 9bfb423

Browse files
authored
Merge pull request #38 from pytorch/cleanup-ci-scripts
[BE] Refresh workflows and clean up old ones
2 parents 4e8141d + 2dc2359 commit 9bfb423

File tree

6 files changed

+4
-199
lines changed

6 files changed

+4
-199
lines changed

.circleci/config.yml

Lines changed: 0 additions & 128 deletions
This file was deleted.
File renamed without changes.

.github/scripts/test_conda_install.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/test_conda_installs.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/vllm-benchmark.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,9 @@ jobs:
8787
echo "GPU_DEVICE=$GPU_DEVICE" >> $GITHUB_ENV
8888
8989
- name: Install dependencies
90-
working-directory: vllm-benchmarks
9190
run: |
9291
set -eux
93-
pip install -r requirements.txt
92+
pip install -r .github/scripts/requirements.txt
9493
9594
- name: Check for last benchmark commit
9695
working-directory: vllm-benchmarks
@@ -191,18 +190,17 @@ jobs:
191190
bash -xc "cd vllm-benchmarks/vllm && bash .buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh"
192191
193192
- name: Upload the benchmark results
194-
working-directory: vllm-benchmarks
195193
env:
196-
BENCHMARK_RESULTS: vllm/benchmarks/results
194+
BENCHMARK_RESULTS: vllm-benchmarks/vllm/benchmarks/results
197195
MODELS: ${{ matrix.models }}
198196
run: |
199197
set -eux
200198
201199
sudo chown -R ${UID} "${BENCHMARK_RESULTS}"
202200
ls -lah "${BENCHMARK_RESULTS}"
203201
204-
python upload_benchmark_results.py \
205-
--repo vllm \
202+
python .github/scripts/upload_benchmark_results.py \
203+
--repo vllm-benchmarks/vllm \
206204
--benchmark-name "vLLM benchmark" \
207205
--benchmark-results "${BENCHMARK_RESULTS}" \
208206
--device "${GPU_DEVICE}" \

0 commit comments

Comments
 (0)