Commit 9e20fe77 authored by Tiffany Rea's avatar Tiffany Rea

Merge branch 'add-scenarios-integration' into 'master'

Add integration scenarios

See merge request gitlab-org/gitlab!81245
parents e151dd00 92d177e6
......@@ -59,7 +59,8 @@ module QA
"jira_api" => "JiraAPI",
"registry_tls" => "RegistryTLS",
"jetbrains" => "JetBrains",
"vscode" => "VSCode"
"vscode" => "VSCode",
"registry_with_cdn" => "RegistryWithCDN"
)
loader.setup
......
# frozen_string_literal: true
module QA
module Scenario
module Test
module Integration
class ObjectStorageGcs < Test::Instance::All
tags :object_storage
end
end
end
end
end
# rubocop:todo Naming/FileName
# frozen_string_literal: true
module QA
module Scenario
module Test
module Integration
class RegistryWithCDN < Test::Instance::All
tags :registry
end
end
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment