Module: Dri::Utils::Constants
- Included in:
- Commands::Fetch::Pipelines
- Defined in:
- lib/dri/utils/constants.rb
Defined Under Namespace
Modules: FeatureFlag, ProjectIDs, Triage
Constant Summary collapse
- PIPELINE_ENVIRONMENTS =
{ production: { name: "production", url: "https://ops.gitlab.net/gitlab-org/quality/production", project_id: "275", search_hours_ago: 12 }, staging: { name: "staging", url: "https://ops.gitlab.net/gitlab-org/quality/staging", project_id: "263", search_hours_ago: 12 }, canary: { name: "canary.gitlab.com", url: "https://ops.gitlab.net/gitlab-org/quality/canary", project_id: "276", search_hours_ago: 12 }, staging_canary: { name: "canary.staging.gitlab.com", url: "https://ops.gitlab.net/gitlab-org/quality/staging-canary", project_id: "547", search_hours_ago: 12 }, pre_prod: { name: "pre.gitlab.com", url: "https://ops.gitlab.net/gitlab-org/quality/preprod", project_id: "294", search_hours_ago: 12 }, staging_ref: { name: "staging-ref", url: "https://ops.gitlab.net/gitlab-org/quality/staging-ref", project_id: "536", search_hours_ago: 12 }, master: { name: "master", url: "https://gitlab.com/gitlab-org/gitlab", project_id: "278964", search_hours_ago: 24 } }.freeze