Changes adapted of 'rspec:coverage' to from Upstream
What does this MR do and why?
Related Upstream MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/123133#note_1429335727
Upstream 修改了 pipeline 配置文件,会导致 Jihu 报错。此 MR 来适配 Upstream,具体包括两部分改动:
- 删除了之前
rspec:coverage:
中冗余的键值对。它们和 Upstream 一模一样,没必要在 Jihu 再写一遍。比如:extends
、stage
- 基于 Upstream 的
needs
部分,补充 Jihu 自己的 Jobs
最终 Jihu 这边的 rspec:coverage:
很简洁,只有 needs
块:
Screenshots or screen recordings
No UI changes.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
由 路志远 编辑于