Skip to content

enable autodevops for jihu

Fu Zhang requested to merge prajnamas/gitlab:enable-autodevops-jihu into master

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 the base_dir to Jihu 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

Edited by Fu Zhang

Merge request reports