Sha256: fdcca63a2bae84af7c9a3be565d8cdecbf570c9a6f732b565341ab109420264a
Contents?: true
Size: 714 Bytes
Versions: 138
Compression:
Stored size: 714 Bytes
Contents
module Gitlab module QA module Scenario module Test module Instance ## # Run test suite against staging.gitlab.com # class StagingGeo < DeploymentBase def initialize @suite = 'QA::EE::Scenario::Test::Geo' end def deployment_component Component::Staging end def non_rspec_args [ '--primary-address', deployment_component::ADDRESS, '--secondary-address', deployment_component::GEO_SECONDARY_ADDRESS, '--without-setup' ] end end end end end end end
Version data entries
138 entries across 138 versions & 1 rubygems