summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/gitaly_ha.rb
blob: dbca1a1dd6d9abd42513876f428f1c7e82d321c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

module QA
  module Scenario
    module Test
      module Integration
        class GitalyHA < Test::Instance::All
          tags :gitaly_ha
        end
      end
    end
  end
end