Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
07b35af8
Unverified
Commit
07b35af8
authored
Jul 12, 2024
by
Simon Mo
Committed by
GitHub
Jul 12, 2024
Browse files
Fix interpolation in release pipeline (#6389)
parent
bb1a784b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.buildkite/release-pipeline.yaml
.buildkite/release-pipeline.yaml
+2
-2
No files found.
.buildkite/release-pipeline.yaml
View file @
07b35af8
...
@@ -7,7 +7,7 @@ steps:
...
@@ -7,7 +7,7 @@ steps:
-
"
mkdir
artifacts"
-
"
mkdir
artifacts"
-
"
docker
run
--rm
-v
$(pwd)/artifacts:/artifacts_host
vllm-ci:build-image
cp
-r
dist
/artifacts_host"
-
"
docker
run
--rm
-v
$(pwd)/artifacts:/artifacts_host
vllm-ci:build-image
cp
-r
dist
/artifacts_host"
# rename the files to change linux -> manylinux1
# rename the files to change linux -> manylinux1
-
"
for
f
in
artifacts/dist/*.whl;
do
mv
--
\"
$f
\"
\"
${f/linux/manylinux1}
\"
;
done"
-
"
for
f
in
artifacts/dist/*.whl;
do
mv
--
\"
$
$
f
\"
\"
$
$
{f/linux/manylinux1}
\"
;
done"
-
"
aws
s3
cp
--recursive
--acl
public-read
artifacts/dist
s3://vllm-wheels/$BUILDKITE_COMMIT/"
-
"
aws
s3
cp
--recursive
--acl
public-read
artifacts/dist
s3://vllm-wheels/$BUILDKITE_COMMIT/"
-
"
aws
s3
cp
--recursive
--acl
public-read
artifacts/dist
s3://vllm-wheels/nightly/"
-
"
aws
s3
cp
--recursive
--acl
public-read
artifacts/dist
s3://vllm-wheels/nightly/"
matrix
:
matrix
:
...
@@ -27,7 +27,7 @@ steps:
...
@@ -27,7 +27,7 @@ steps:
-
"
DOCKER_BUILDKIT=1
docker
build
--build-arg
max_jobs=16
--build-arg
USE_SCCACHE=1
--build-arg
CUDA_VERSION={{matrix.cuda_version}}
--build-arg
PYTHON_VERSION={{matrix.python_version}}
--tag
vllm-ci:build-image
--target
build
--progress
plain
."
-
"
DOCKER_BUILDKIT=1
docker
build
--build-arg
max_jobs=16
--build-arg
USE_SCCACHE=1
--build-arg
CUDA_VERSION={{matrix.cuda_version}}
--build-arg
PYTHON_VERSION={{matrix.python_version}}
--tag
vllm-ci:build-image
--target
build
--progress
plain
."
-
"
mkdir
artifacts"
-
"
mkdir
artifacts"
-
"
docker
run
--rm
-v
$(pwd)/artifacts:/artifacts_host
vllm-ci:build-image
cp
-r
dist
/artifacts_host"
-
"
docker
run
--rm
-v
$(pwd)/artifacts:/artifacts_host
vllm-ci:build-image
cp
-r
dist
/artifacts_host"
-
"
for
f
in
artifacts/dist/*.whl;
do
mv
--
\"
$f
\"
\"
${f/linux/manylinux1}
\"
;
done"
-
"
for
f
in
artifacts/dist/*.whl;
do
mv
--
\"
$
$
f
\"
\"
$
$
{f/linux/manylinux1}
\"
;
done"
-
"
aws
s3
cp
--recursive
--acl
public-read
artifacts/dist
s3://vllm-wheels/$BUILDKITE_COMMIT/"
-
"
aws
s3
cp
--recursive
--acl
public-read
artifacts/dist
s3://vllm-wheels/$BUILDKITE_COMMIT/"
-
"
aws
s3
cp
--recursive
--acl
public-read
artifacts/dist
s3://vllm-wheels/nightly/"
-
"
aws
s3
cp
--recursive
--acl
public-read
artifacts/dist
s3://vllm-wheels/nightly/"
matrix
:
matrix
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment