Skip to content

Commit

Permalink
NEXT-12134 - Add FEATURE_ALL=major test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pweyck committed Nov 30, 2020
1 parent 1a949e8 commit 962537b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,22 +125,22 @@ PHP Unit:
- EACH_MR: 'true'
MYSQL_IMAGE: mysql:5.7
DEV_IMAGE: shopware/development:latest
FEATURE_ALL: ["false", "true"]
FEATURE_ALL: ["false", "minor", "major"]
- MYSQL_IMAGE: mysql:5.7
DEV_IMAGE:
- shopware/development:7.3
- shopware/development:7.4
FEATURE_ALL: ["false", "true"]
FEATURE_ALL: ["false", "minor", "major"]
- MYSQL_IMAGE:
- mysql:5.7
- mariadb:10.3
- mariadb:10.4
DEV_IMAGE: shopware/development:latest
FEATURE_ALL: ["false", "true"]
FEATURE_ALL: ["false", "minor", "major"]
- MYSQL_IMAGE:
- mysql:8.0.19
DEV_IMAGE: shopware/development:latest
FEATURE_ALL: ["false", "true"]
FEATURE_ALL: ["false", "minor", "major"]
MYSQL_CMD: 'mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --default-authentication-plugin=mysql_native_password --sql-require-primary-key=ON'

Javascript analysis:
Expand Down Expand Up @@ -376,7 +376,7 @@ E2E:
- cypress_grep: '@base'
SECTION: 'Storefront'
TEST_DIRECTORY: "cypress/integration/**/*"
FEATURE_ALL: ["false", "true"]
FEATURE_ALL: ["false", "minor", "major"]
BROWSER: 'chrome'
CYPRESS_PARAMS: "--config numTestsKeptInMemory=0"
cypress_usePercy: 'false'
Expand All @@ -394,14 +394,14 @@ E2E:
- SECTION: 'Storefront'
TEST_DIRECTORY: "cypress/integration/**/**/*"
BROWSER: ['firefox', 'chrome']
FEATURE_ALL: ["false", "true"]
FEATURE_ALL: ["false", "minor", "major"]
cypress_usePercy: 'false'
- SECTION: 'Administration'
TEST_DIRECTORY:
- "cypress/integration/content/**/* cypress/integration/catalogue/**/* cypress/integration/customer/**/* cypress/integration/media-marketing/**/*"
- "cypress/integration/general/**/* cypress/integration/order/**/* cypress/integration/rule-product-stream/**/* cypress/integration/settings/**/*"
BROWSER: ['firefox', 'chrome']
FEATURE_ALL: ["false", "true"]
FEATURE_ALL: ["false", "minor", "major"]
cypress_usePercy: 'false'
- SECTION: 'Administration'
TEST_DIRECTORY: "cypress/integration/visual/**/*"
Expand Down

0 comments on commit 962537b

Please sign in to comment.