Sha256: 29b3066f74c111930c50a034c5ecf994a37b6b7a80adca9e4726a0aa6f5ce8e8
Contents?: true
Size: 631 Bytes
Versions: 83
Compression:
Stored size: 631 Bytes
Contents
module Gitlab module QA module Scenario module Test module Instance ## # Run test suite against staging.gitlab.com (or geo.staging.gitlab.com during failover) # class Staging < DeploymentBase def deployment_component Component::Staging end def non_rspec_args if Runtime::Env.geo_failover? [deployment_component::GEO_SECONDARY_ADDRESS] else [deployment_component::ADDRESS] end end end end end end end end
Version data entries
83 entries across 83 versions & 1 rubygems