diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdfe0dfcd7e3bcfbd66cc554604ecbba77fe45d4..eed9b5cae838089ade7b8e170a53dd0c34286077 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -739,6 +739,25 @@ ce:object_storage-quarantine: variables: GITLAB_QA_OPTS: "--omnibus-config object_storage" +ce:object_storage_aws: + extends: + - .test + - .high-capacity + - .ce-qa + - .rspec-report-opts + variables: + GITLAB_QA_OPTS: "--omnibus-config object_storage_aws" + +ce:object_storage_aws-quarantine: + extends: + - .test + - .high-capacity + - .ce-qa + - .quarantine + - .rspec-report-opts + variables: + GITLAB_QA_OPTS: "--omnibus-config object_storage_aws" + ee:object_storage: extends: - .test @@ -760,6 +779,27 @@ ee:object_storage-quarantine: GITLAB_QA_OPTS: "--omnibus-config object_storage" QA_RSPEC_TAGS: "--tag quarantine --tag object_storage" +ee:object_storage_aws: + extends: + - .test + - .high-capacity + - .ee-qa + - .rspec-report-opts + variables: + GITLAB_QA_OPTS: "--omnibus-config object_storage_aws" + QA_RSPEC_TAGS: "--tag object_storage" + +ee:object_storage_aws-quarantine: + extends: + - .test + - .high-capacity + - .ee-qa + - .quarantine + - .rspec-report-opts + variables: + GITLAB_QA_OPTS: "--omnibus-config object_storage_aws" + QA_RSPEC_TAGS: "--tag quarantine --tag object_storage" + ee:packages: extends: - .test