Skip to content

Fix pipeline failure

Tom请求将qa-fix-pipeline-failure合并到main-jh

What does this MR do and why?

What: Remove include keywords in jh/rules.gitlab-ci.yml.
Why: To fix e2e-test-pipeline-generate job failure.

The include keywords in jh/rules.gitlab-ci.yml will change the include order in JH directory, which causes the error of e2e-test-pipeline-generate and those jobs which we want to disable on the JH side are not disabled.

The include keywords in jh/rules.gitlab-ci.yml is introduced in this MR for include upstream's CI rules.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

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.

Tom 编辑于

合并请求报告