Enable autodevops for jihu
What does this MR do?
In order to enable autodevops for JiHu, current solution doesn't work because registry.gitlab.com is blocked in China.
What we are trying to do(discussed with Hordur) :
- Overwrite
GitlabCiTemplate
in Jihu directory, point thebase_dir
toJihu
directory. - Copy & paste yaml files from ci/templates to jihu/ci/templates
- Modify yaml files to make them work for China, for instance, change the image url from registry.gitlab.com to Tencent Cloud Registry, etc.
For phase 1, we will only focus on these templates. The MR for Jihu is here.
For this MR to upstream gitlab is mostly tests.
Conformity
- [-] I have included changelog trailers, or none are needed. (Does this MR need a changelog?)
- [-] I have added/updated documentation, or it's not needed. (Is documentation required?)
- [-] I have properly separated EE content from FOSS, or this MR is FOSS only. (Where should EE code go?)
- [-] I have added information for database reviewers in the MR description, or it's not needed. (Does this MR have database related changes?)
-
I have self-reviewed this MR per code review guidelines. -
This MR does not harm performance, or I have asked a reviewer to help assess the performance impact. (Merge request performance guidelines) -
I have followed the style guides. -
This change is backwards compatible across updates, or this does not apply.
由 Qian Zhang (Gary) 编辑于