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
fa2dea61
Unverified
Commit
fa2dea61
authored
Dec 03, 2024
by
Kevin H. Luu
Committed by
GitHub
Dec 04, 2024
Browse files
[ci/build] Change queue name for Release jobs (#10875)
parent
b5b647b0
Changes
1
Hide 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 @
fa2dea61
steps
:
steps
:
-
label
:
"
Build
wheel
-
CUDA
12.1"
-
label
:
"
Build
wheel
-
CUDA
12.1"
agents
:
agents
:
queue
:
cpu_queue
queue
:
cpu_queue
_postmerge
commands
:
commands
:
-
"
DOCKER_BUILDKIT=1
docker
build
--build-arg
max_jobs=16
--build-arg
USE_SCCACHE=1
--build-arg
GIT_REPO_CHECK=1
--build-arg
CUDA_VERSION=12.1.0
--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
GIT_REPO_CHECK=1
--build-arg
CUDA_VERSION=12.1.0
--tag
vllm-ci:build-image
--target
build
--progress
plain
."
-
"
mkdir
artifacts"
-
"
mkdir
artifacts"
...
@@ -18,7 +18,7 @@ steps:
...
@@ -18,7 +18,7 @@ steps:
-
label
:
"
Build
wheel
-
CUDA
11.8"
-
label
:
"
Build
wheel
-
CUDA
11.8"
# depends_on: block-build-cu118-wheel
# depends_on: block-build-cu118-wheel
agents
:
agents
:
queue
:
cpu_queue
queue
:
cpu_queue
_postmerge
commands
:
commands
:
-
"
DOCKER_BUILDKIT=1
docker
build
--build-arg
max_jobs=16
--build-arg
USE_SCCACHE=1
--build-arg
GIT_REPO_CHECK=1
--build-arg
CUDA_VERSION=11.8.0
--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
GIT_REPO_CHECK=1
--build-arg
CUDA_VERSION=11.8.0
--tag
vllm-ci:build-image
--target
build
--progress
plain
."
-
"
mkdir
artifacts"
-
"
mkdir
artifacts"
...
...
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