lib/gitlab/qa/component/preprod.rb (9 lines of code) (raw):

# frozen_string_literal: true module Gitlab module QA module Component class Preprod < Staging ADDRESS = Runtime::Env.preprod_url end end end end