[Metax][CI] Update Jenkins GitHub Action to version 1.2#7928
Merged
Conversation
|
Thanks for your contribution! |
Collaborator
Author
|
/skip-ci all |
Contributor
There was a problem hiding this comment.
Pull request overview
该 PR 更新 Metax 相关 CI 工作流中用于触发 Jenkins 的 GitHub Action 版本,以保持 CI 依赖更新并适配最新的 Jenkins 触发逻辑。
Changes:
- 将
.github/workflows/ci_metax.yml中的MetaX-MACA/simple-jenkins-githubaction从v1.1升级到v1.2。
PR 信息检查(需补充):
- 当前 PR 描述中的 Motivation / Modifications 等小节为空,建议补充本次升级的原因与预期收益(例如安全修复/兼容性/功能变更点)。
Comments suppressed due to low confidence (1)
.github/workflows/ci_metax.yml:34
- 该 workflow 使用
pull_request_target且向第三方 Action 传入secrets.METAX_JENKINS_API_TOKEN。为降低供应链风险,建议将MetaX-MACA/simple-jenkins-githubaction从可变 tag(v1.2)改为固定的 commit SHA(并通过 Dependabot/手动流程更新)。
- name: Trigger Jenkins job
timeout-minutes: 60
uses: MetaX-MACA/simple-jenkins-githubaction@v1.2
with:
job_name: paddle_fastdeploy_metax_smoketest
username: fastdeploy_builder
api_token: ${{ secrets.METAX_JENKINS_API_TOKEN }}
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.
Motivation
Modifications
Usage or Command
Accuracy Tests
Checklist
[FDConfig],[APIServer],[Engine],[Scheduler],[PD Disaggregation],[Executor],[Graph Optimization],[Speculative Decoding],[RL],[Models],[Quantization],[Loader],[OP],[KVCache],[DataProcessor],[BugFix],[Docs],[CI],[Optimization],[Feature],[Benchmark],[Others],[XPU],[HPU],[GCU],[DCU],[Iluvatar],[Metax]]pre-commitbefore commit.releasebranch, make sure the PR has been submitted to thedevelopbranch, then cherry-pick it to thereleasebranch with the[Cherry-Pick]PR tag.