Skip to content

Download chart from jh source for review-app

We want to running review-app on JH side. So we download chart from jihulab.com site.

Add ENV

  GITLAB_HELM_CHART_PROJECT_URL: "https://gitlab.com/gitlab-org/charts/gitlab"
    GITLAB_HELM_REPO_URL: "https://charts.gitlab.io"
    GITLAB_REPO_URL: ${CI_PROJECT_URL}
    GITLAB_IMAGE_REPOSITORY: "registry.gitlab.com/gitlab-org/build/cng-mirror"
    GITLAB_IMAGE_SUFFIX: "ee"
    GITLAB_VERIFY_DEPLOY_TIMEOUT_MINUTES: 5

Change verify_deploy timeout is 15 minutes.

Because on jh, when we add domain or change a domain on aliyun.com, the dns cache default is 10 minutes.

JH review-app https:jihulab.com/gitlab-cn/gitlab/-/merge_requests/1537/diffs#diff-content-41edf35beaf26fe53f62fd7197e9f8271ae95c77

Edited by TianLu

Merge request reports