Sha256: c1f6a52b3bcb1e021a65a72df1715d70a19563dcafaca1cb3e93977349008763
Contents?: true
Size: 1.07 KB
Versions: 45
Compression:
Stored size: 1.07 KB
Contents
ce:instance-parallel: extends: - .rules:ce-never-when-qa-tests-specified - .test - .high-capacity - .ce-variables - .rspec-report-opts parallel: 5 ee:instance-parallel: extends: - .rules:ee-never-when-qa-tests-specified - .test - .high-capacity - .ee-variables - .rspec-report-opts parallel: 5 ce:instance: extends: - .rules:ce-never-when-qa-tests-not-specified - .test - .high-capacity - .ce-variables - .rspec-report-opts ce:instance-quarantine: extends: - .rules:ce-qa - .test - .high-capacity - .ce-variables - .quarantine - .rspec-report-opts variables: QA_RSPEC_TAGS: "--tag quarantine --tag ~orchestrated" ee:instance: extends: - .rules:ee-never-when-qa-tests-not-specified - .test - .high-capacity - .ee-variables - .rspec-report-opts ee:instance-quarantine: extends: - .rules:ee-qa - .test - .high-capacity - .ee-variables - .quarantine - .rspec-report-opts variables: QA_RSPEC_TAGS: "--tag quarantine --tag ~orchestrated"
Version data entries
45 entries across 45 versions & 1 rubygems