Fix pipeline failure
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.
-
I have evaluated the MR acceptance checklist for this MR.