|
|
|
@ -91,10 +91,15 @@ jobs: |
|
|
|
|
- bash script/ci/runner.sh spec_legacy 1 1 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'spec_legacy (1/1) - postgres' |
|
|
|
|
name: 'spec_legacy (1/1) - postgres standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh spec_legacy postgres |
|
|
|
|
- bash script/ci/runner.sh spec_legacy 1 1 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'spec_legacy (1/1) - postgres bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh spec_legacy postgres bim |
|
|
|
|
- bash script/ci/runner.sh spec_legacy 1 1 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (1/4) - mysql' |
|
|
|
|
script: |
|
|
|
@ -102,10 +107,15 @@ jobs: |
|
|
|
|
- bash script/ci/runner.sh units 4 1 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (1/4) - postgres' |
|
|
|
|
name: 'units (1/4) - postgres standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units postgres |
|
|
|
|
- bash script/ci/runner.sh units 4 1 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (1/4) - postgres bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units postgres bim |
|
|
|
|
- bash script/ci/runner.sh units 4 1 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (2/4) - mysql' |
|
|
|
|
script: |
|
|
|
@ -113,10 +123,15 @@ jobs: |
|
|
|
|
- bash script/ci/runner.sh units 4 2 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (2/4) - postgres' |
|
|
|
|
name: 'units (2/4) - postgres standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units postgres |
|
|
|
|
- bash script/ci/runner.sh units 4 2 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (2/4) - postgres bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units postgres bim |
|
|
|
|
- bash script/ci/runner.sh units 4 2 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (3/4) - mysql' |
|
|
|
|
script: |
|
|
|
@ -124,10 +139,15 @@ jobs: |
|
|
|
|
- bash script/ci/runner.sh units 4 3 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (3/4) - postgres' |
|
|
|
|
name: 'units (3/4) - postgres standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units postgres |
|
|
|
|
- bash script/ci/runner.sh units 4 3 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (3/4) - postgres bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units postgres bim |
|
|
|
|
- bash script/ci/runner.sh units 4 3 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (4/4) - mysql' |
|
|
|
|
script: |
|
|
|
@ -135,10 +155,15 @@ jobs: |
|
|
|
|
- bash script/ci/runner.sh units 4 4 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (4/4) - postgres' |
|
|
|
|
name: 'units (4/4) - postgres standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units postgres |
|
|
|
|
- bash script/ci/runner.sh units 4 4 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (4/4) - postgres bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units postgres bim |
|
|
|
|
- bash script/ci/runner.sh units 4 4 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (1/4) - mysql' |
|
|
|
|
script: |
|
|
|
@ -146,10 +171,15 @@ jobs: |
|
|
|
|
- bash script/ci/runner.sh features 4 1 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (1/4) - postgres' |
|
|
|
|
name: 'features (1/4) - postgres standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features postgres |
|
|
|
|
- bash script/ci/runner.sh features 4 1 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (1/4) - postgres bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features postgres bim |
|
|
|
|
- bash script/ci/runner.sh features 4 1 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (2/4) - mysql' |
|
|
|
|
script: |
|
|
|
@ -157,10 +187,15 @@ jobs: |
|
|
|
|
- bash script/ci/runner.sh features 4 2 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (2/4) - postgres' |
|
|
|
|
name: 'features (2/4) - postgres standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features postgres |
|
|
|
|
- bash script/ci/runner.sh features 4 2 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (2/4) - postgres bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features postgres bim |
|
|
|
|
- bash script/ci/runner.sh features 4 2 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (3/4) - mysql' |
|
|
|
|
script: |
|
|
|
@ -168,10 +203,15 @@ jobs: |
|
|
|
|
- bash script/ci/runner.sh features 4 3 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (3/4) - postgres' |
|
|
|
|
name: 'features (3/4) - postgres standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features postgres |
|
|
|
|
- bash script/ci/runner.sh features 4 3 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (3/4) - postgres bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features postgres bim |
|
|
|
|
- bash script/ci/runner.sh features 4 3 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (4/4) - mysql' |
|
|
|
|
script: |
|
|
|
@ -179,10 +219,15 @@ jobs: |
|
|
|
|
- bash script/ci/runner.sh features 4 4 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (4/4) - postgres' |
|
|
|
|
name: 'features (4/4) - postgres standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features postgres |
|
|
|
|
- bash script/ci/runner.sh features 4 4 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (4/4) - postgres bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features postgres bim |
|
|
|
|
- bash script/ci/runner.sh features 4 4 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:units (1/1) - mysql' |
|
|
|
|
script: |
|
|
|
@ -190,11 +235,17 @@ jobs: |
|
|
|
|
- bash script/ci/runner.sh plugins:units 1 1 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank AND head_branch !~ /^core\// |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:units (1/1) - postgres' |
|
|
|
|
name: 'plugins:units (1/1) - postgres standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:units postgres |
|
|
|
|
- bash script/ci/runner.sh plugins:units 1 1 |
|
|
|
|
if: head_branch !~ /^core\// |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:units (1/1) - postgres bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:units postgres bim |
|
|
|
|
- bash script/ci/runner.sh plugins:units 1 1 |
|
|
|
|
if: head_branch !~ /^core\// |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:features (1/1) - mysql' |
|
|
|
|
script: |
|
|
|
@ -202,11 +253,17 @@ jobs: |
|
|
|
|
- bash script/ci/runner.sh plugins:features 1 1 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank AND head_branch !~ /^core\// |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:features (1/1) - postgres' |
|
|
|
|
name: 'plugins:features (1/1) - postgres standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:features postgres |
|
|
|
|
- bash script/ci/runner.sh plugins:features 1 1 |
|
|
|
|
if: head_branch !~ /^core\// |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:features (1/1) - postgres bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:features postgres bim |
|
|
|
|
- bash script/ci/runner.sh plugins:features 1 1 |
|
|
|
|
if: head_branch !~ /^core\// |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:cucumber (1/1) - mysql' |
|
|
|
|
script: |
|
|
|
@ -214,11 +271,17 @@ jobs: |
|
|
|
|
- bash script/ci/runner.sh plugins:cucumber 1 1 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank AND head_branch !~ /^core\// |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:cucumber (1/1) - postgres' |
|
|
|
|
name: 'plugins:cucumber (1/1) - postgres standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:cucumber postgres |
|
|
|
|
- bash script/ci/runner.sh plugins:cucumber 1 1 |
|
|
|
|
if: head_branch !~ /^core\// |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:cucumber (1/1) - postgres bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:cucumber postgres bim |
|
|
|
|
- bash script/ci/runner.sh plugins:cucumber 1 1 |
|
|
|
|
if: head_branch !~ /^core\// |
|
|
|
|
|
|
|
|
|
addons: |
|
|
|
|
chrome: stable |
|
|
|
|