Skip to content

Commit

Permalink
Update ci_aws_bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
khluu authored Nov 26, 2024
1 parent fd002fc commit c872274
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/ci_aws_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ upload_pipeline() {
exit 0
fi
if [ ! -e ".buildkite/test-template.j2" ]; then
echo "test-cluster"
curl -o .buildkite/test-template.j2 https://raw.githubusercontent.com/vllm-project/buildkite-ci/main/scripts/test-template-aws.j2?$(date +%s)
fi
if [ -e ".buildkite/pipeline_generator/pipeline_generator.py" ]; then
Expand All @@ -34,9 +33,7 @@ upload_pipeline() {
buildkite-agent pipeline upload .buildkite/pipeline.yaml
exit 0
fi
echo "Generating pipeline"
cd .buildkite
echo "Branch: $BUILDKITE_BRANCH"
echo "List file diff: $LIST_FILE_DIFF"
echo "Run all: $RUN_ALL"
echo "Nightly: $NIGHTLY"
Expand Down

0 comments on commit c872274

Please sign in to comment.