Skip to content
Snippets Groups Projects
Commit af44ea5a2d47 authored by Robert Marshall's avatar Robert Marshall
Browse files

Merge branch 'fix/issue-bot-dep-on-dev-and-com' into 'master'

Allow issue-bot to be sourced from Dev when running Dev jobs

Closes #8939

See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8214



Merged-by: default avatarRobert Marshall <rmarshall@gitlab.com>
Approved-by: default avatarLucas Li <lli@gitlab.com>
Approved-by: default avatarRobert Marshall <rmarshall@gitlab.com>
Reviewed-by: default avatarRobert Marshall <rmarshall@gitlab.com>
Co-authored-by: default avatarJoão Cunha <j.a.cunha@gmail.com>
No related merge requests found
......@@ -187,7 +187,7 @@
issue-bot:
stage: notification_fail
image: registry.gitlab.com/gitlab-org/distribution/issue-bot:latest
image: "${CI_REGISTRY}/${GITLAB_NAMESPACE}/distribution/issue-bot:latest"
script: /issue-bot
rules:
# Not needed in non-protected (feature) branches
......
......@@ -108,6 +108,7 @@
| `GITLAB_COM_PKGS_RELEASE_BUCKET` | GCS bucket where release packages are pushed. |
| `GITLAB_COM_PKGS_BUILDS_BUCKET` | GCS bucket where regular branch packages are pushed. |
| `GITLAB_COM_PKGS_SA_FILE` | Service account key used for pushing release packages for SaaS deployments, it must have write access to the pkgs bucket. |
| `GITLAB_NAMESPACE` | Used to override image URLs in the Dev instance, since the top-level name there diverges from `gitlab-org` to `gitlab`. |
## Unknown/outdated variables
......
......@@ -30,6 +30,7 @@
ISSUE_BOT_LABELS_EXTRA: "group::distribution"
BUNDLER_VERSION: "2.6.5"
GET_GEO_TAG: "0.7.4"
GITLAB_NAMESPACE: "gitlab-org"
CANONICAL_PROJECT_PATH: 'gitlab-org/omnibus-gitlab'
SECURITY_PROJECT_PATH: 'gitlab-org/security/omnibus-gitlab'
DEV_PROJECT_PATH: 'gitlab/omnibus-gitlab'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment