other(ci): trigger Buildkite model-generation pipeline on tag release - #630
Closed
rebel-seinpark wants to merge 2 commits into
Closed
other(ci): trigger Buildkite model-generation pipeline on tag release#630rebel-seinpark wants to merge 2 commits into
rebel-seinpark wants to merge 2 commits into
Conversation
rebel_compiler's model-generation CI was migrated from GitHub Actions to Buildkite/Obedients. Replace the workflow_dispatch to rebel_dispatch_model_generation_for_vllm.yaml with a direct Obedients build creation (REST API) for the standalone-rebel-compiler-model-generation-vllm-rbln-pr-ci pipeline, passing OPTIMUM_RBLN_VERSION so it pins the just-released tag. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
| set -euo pipefail | ||
| command -v jq >/dev/null 2>&1 || (apt-get update && apt-get install -y jq curl) | ||
| curl -fsS --retry 5 --retry-max-time 120 -X POST \ | ||
| "https://obedients-api.k8s.rebellions.in/v2/organizations/main/pipelines/standalone-rebel-compiler-model-generation-vllm-rbln-pr-ci/builds" \ |
Collaborator
There was a problem hiding this comment.
please hide the internal endpoint. no plain text.
|
OB에서는 tag push 이벤트를 받고 자동으로 트리거할 수 있는데 이게 필요할까요? ㅎㅎ |
2 tasks
Contributor
Author
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.
Pull Request Description
Change the
trigger-vllm-model-compilationjob indeploy-on-tag.yaml(runs on tag release)to create a Buildkite (Obedients) build directly instead of a GitHub Actions
workflow_dispatch.rebel_compiler'srebel_dispatch_model_generation_for_vllm.yaml.Authorization: Bearer $OBEDIENTS_API_TOKENbranch=dev,commit=HEAD,env.OPTIMUM_RBLN_VERSION=<released tag>,env.VLLM_RBLN_REF=devNotes / Checklist (required before merge)
OBEDIENTS_API_TOKENsecret to the optimum-rbln repo (not present today; the same Obedients API token used in rebel_compiler)Type of Change
Changes Overview
Motivation and Context
Related Issues
Conventional commit
Type candidate
model: Adding New models or Bugfix for existing modelsperformance: Optimizing some models or this library itselfrefactor: Re-arrange class architecture, or more.doc: Update docstring onlydependency: Update requirements, something like that.release: Merging dev to main for production releaseother: None of above.