Skip to content

Move auto build image repository name to a method

What does this MR do and why?

We(JH Team) got a failed pipeline which is caused by the missing of auto build image with correct version, see it here:

Relevant background

JH Issue and MR

The issue we're going to fix for JH

The image repository name is not matching with the actual one for JH

# current name in JH repo
"gitlab-org/cluster-integration/auto-build-image"

# expect one in JH repo
"gitlab-cn/cluster-integration/auto-build-image"

Solution

Differentiate the repository name for upstream and JH.

In this MR we change the auto build image repository name from a simple hard-coded string assignment to a method. By doing this, we can overwrite it in JH repo easily.

Edited by Hiveer Li

Merge request reports