[ML] Migrate to Backstage for BuildKite pipeline definitions#2497
Merged
edsavage merged 2 commits intoelastic:mainfrom May 31, 2023
Merged
[ML] Migrate to Backstage for BuildKite pipeline definitions#2497edsavage merged 2 commits intoelastic:mainfrom
edsavage merged 2 commits intoelastic:mainfrom
Conversation
Add a "catalog-info.yaml" file that contains definitions of the ml-cpp BuildKite pipelines. These will take precedence of those defined in the CI repo. Once the catalog is merged to main and detected by the CI Backstage system the old ml-cpp* pipeline definition files in the CI repo can be deleted.
Contributor
Author
|
retest |
droberts195
approved these changes
May 31, 2023
| branch: '7.17' | ||
| cronline: 30 03 * * * | ||
| message: Daily SNAPSHOT build for 7.17 | ||
| Daily 8_7: |
There was a problem hiding this comment.
8.7 can be deleted now 8.8 is released.
Contributor
Author
|
Merging this now, without waiting for Jenkins CI, as these changes by their nature do not relate to Jenkins builds |
edsavage
added a commit
to edsavage/ml-cpp
that referenced
this pull request
Apr 12, 2026
Build elastic#2497 timed out because a HuggingFace model download stalled at 0% for 58 minutes (unauthenticated rate limiting). Two fixes: 1. Add HF_TOKEN injection to the validation step via post-checkout hook, reading from vault (secret/ci/elastic-ml-cpp/huggingface/hf_token). Authenticated requests get higher rate limits and more reliable downloads from HuggingFace Hub. 2. Add per-model timeout (default 10 minutes, configurable via --model-timeout) using SIGALRM. Models that can't be downloaded and traced within the timeout are skipped rather than consuming the entire step timeout. This prevents a single stalled download from failing the whole validation run. Made-with: Cursor
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a "catalog-info.yaml" file that contains definitions of the ml-cpp BuildKite pipelines. These will take precedence of those defined in the CI repo. Once the catalog is merged to main and detected by the CI Backstage system the old ml-cpp* pipeline definition files in the CI repo can be deleted.
Also note that the specification of the pipeline files has been changed to refer to the python scripts directly. This is taking advantage of the fact that the CI infrastructure will run such executable scripts if detected.