diff options
Diffstat (limited to 'spec/models/environment_spec.rb')
-rw-r--r-- | spec/models/environment_spec.rb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/models/environment_spec.rb b/spec/models/environment_spec.rb index 112dc93658f..6144593395c 100644 --- a/spec/models/environment_spec.rb +++ b/spec/models/environment_spec.rb @@ -282,6 +282,13 @@ RSpec.describe Environment, :use_clean_rails_memory_store_caching do 'DEV' | described_class.tiers[:development] 'development' | described_class.tiers[:development] 'trunk' | described_class.tiers[:development] + 'dev' | described_class.tiers[:development] + 'review/app' | described_class.tiers[:development] + 'PRODUCTION' | described_class.tiers[:production] + 'prod' | described_class.tiers[:production] + 'prod-east-2' | described_class.tiers[:production] + 'us-prod-east' | described_class.tiers[:production] + 'fe-production' | described_class.tiers[:production] 'test' | described_class.tiers[:testing] 'TEST' | described_class.tiers[:testing] 'testing' | described_class.tiers[:testing] @@ -290,6 +297,7 @@ RSpec.describe Environment, :use_clean_rails_memory_store_caching do 'production-test' | described_class.tiers[:testing] 'test-production' | described_class.tiers[:testing] 'QC' | described_class.tiers[:testing] + 'qa-env-2' | described_class.tiers[:testing] 'gstg' | described_class.tiers[:staging] 'staging' | described_class.tiers[:staging] 'stage' | described_class.tiers[:staging] @@ -298,6 +306,10 @@ RSpec.describe Environment, :use_clean_rails_memory_store_caching do 'Pre-production' | described_class.tiers[:staging] 'pre' | described_class.tiers[:staging] 'Demo' | described_class.tiers[:staging] + 'staging' | described_class.tiers[:staging] + 'pre-prod' | described_class.tiers[:staging] + 'blue-kit-stage' | described_class.tiers[:staging] + 'pre-prod' | described_class.tiers[:staging] 'gprd' | described_class.tiers[:production] 'gprd-cny' | described_class.tiers[:production] 'production' | described_class.tiers[:production] @@ -307,6 +319,8 @@ RSpec.describe Environment, :use_clean_rails_memory_store_caching do 'production/eu' | described_class.tiers[:production] 'PRODUCTION/EU' | described_class.tiers[:production] 'productioneu' | described_class.tiers[:production] + 'store-produce' | described_class.tiers[:production] + 'unproductive' | described_class.tiers[:production] 'production/www.gitlab.com' | described_class.tiers[:production] 'prod' | described_class.tiers[:production] 'PROD' | described_class.tiers[:production] @@ -314,6 +328,7 @@ RSpec.describe Environment, :use_clean_rails_memory_store_caching do 'canary' | described_class.tiers[:other] 'other' | described_class.tiers[:other] 'EXP' | described_class.tiers[:other] + 'something-else' | described_class.tiers[:other] end with_them do |