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
c5c38e15
Unverified
Commit
c5c38e15
authored
Feb 16, 2026
by
Amr Mahdi
Committed by
GitHub
Feb 17, 2026
Browse files
[CI] Fix bake config artifact path for AMI rebuild pipeline (#34656)
Signed-off-by:
Amr Mahdi
<
amrmahdi@meta.com
>
parent
d00df624
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.buildkite/image_build/image_build.sh
.buildkite/image_build/image_build.sh
+1
-1
No files found.
.buildkite/image_build/image_build.sh
View file @
c5c38e15
...
@@ -151,7 +151,7 @@ print_bake_config() {
...
@@ -151,7 +151,7 @@ print_bake_config() {
docker buildx bake
-f
"
${
VLLM_BAKE_FILE_PATH
}
"
-f
"
${
CI_HCL_PATH
}
"
--print
"
${
TARGET
}
"
|
tee
"
${
BAKE_CONFIG_FILE
}
"
||
true
docker buildx bake
-f
"
${
VLLM_BAKE_FILE_PATH
}
"
-f
"
${
CI_HCL_PATH
}
"
--print
"
${
TARGET
}
"
|
tee
"
${
BAKE_CONFIG_FILE
}
"
||
true
echo
"Saved bake config to
${
BAKE_CONFIG_FILE
}
"
echo
"Saved bake config to
${
BAKE_CONFIG_FILE
}
"
echo
"--- :arrow_down: Uploading bake config to Buildkite"
echo
"--- :arrow_down: Uploading bake config to Buildkite"
buildkite-agent artifact upload
"
${
BAKE_CONFIG_FILE
}
"
(
cd
"
$(
dirname
"
${
BAKE_CONFIG_FILE
}
"
)
"
&&
buildkite-agent artifact upload
"
$(
basename
"
${
BAKE_CONFIG_FILE
}
"
)
"
)
}
}
#################################
#################################
...
...
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