Skip to content

[CI] Fix: incorrect downstream job execution when only build_gpu/xpu is skipped#6958

Merged
EmmonsCurse merged 3 commits intoPaddlePaddle:developfrom
EmmonsCurse:fix_skip_build
Mar 22, 2026
Merged

[CI] Fix: incorrect downstream job execution when only build_gpu/xpu is skipped#6958
EmmonsCurse merged 3 commits intoPaddlePaddle:developfrom
EmmonsCurse:fix_skip_build

Conversation

@EmmonsCurse
Copy link
Copy Markdown
Collaborator

@EmmonsCurse EmmonsCurse commented Mar 20, 2026

Motivation

  • Prevent downstream jobs from running when build_gpu/xpu is skipped
  • Reduce unnecessary CI execution and resource usage

Modifications

  • Gate downstream jobs with build output (wheel_path)
  • Skip downstream jobs when build is skipped
  • Align skip logic across GPU and XPU workflows
  • Fix: Invalid secret, github-token is not defined in Publish Job

Usage or Command

N/A

Accuracy Tests

N/A

Checklist

  • Add at least a tag in the PR title.
    • Tag list: [[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]]
    • You can add new tags based on the PR content, but the semantics must be clear.
  • Format your code, run pre-commit before commit.
  • Add unit tests. Please write the reason in this PR if no unit tests.
  • Provide accuracy results.
  • If the current PR is submitting to the release branch, make sure the PR has been submitted to the develop branch, then cherry-pick it to the release branch with the [Cherry-Pick] PR tag.

@EmmonsCurse
Copy link
Copy Markdown
Collaborator Author

EmmonsCurse commented Mar 20, 2026

/skip-ci ci_iluvatar
/skip-ci ci_hpu
/skip-ci build_gpu

@paddle-bot
Copy link
Copy Markdown

paddle-bot bot commented Mar 20, 2026

Thanks for your contribution!

@paddle-bot paddle-bot bot added the contributor External developers label Mar 20, 2026
ZhangYulongg
ZhangYulongg previously approved these changes Mar 20, 2026
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (develop@0b4c1cb). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #6958   +/-   ##
==========================================
  Coverage           ?   73.66%           
==========================================
  Files              ?      399           
  Lines              ?    55827           
  Branches           ?     8802           
==========================================
  Hits               ?    41126           
  Misses             ?    11787           
  Partials           ?     2914           
Flag Coverage Δ
GPU 73.66% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@EmmonsCurse EmmonsCurse merged commit fdd12ff into PaddlePaddle:develop Mar 22, 2026
43 of 44 checks passed
@EmmonsCurse EmmonsCurse deleted the fix_skip_build branch March 22, 2026 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor External developers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants