|
|
|
@ -89,6 +89,7 @@ jobs: |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh spec_legacy mysql |
|
|
|
|
- bash script/ci/runner.sh spec_legacy 1 1 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'spec_legacy (1/1) - postgres' |
|
|
|
|
script: |
|
|
|
@ -99,6 +100,7 @@ jobs: |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units mysql |
|
|
|
|
- bash script/ci/runner.sh units 4 1 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (1/4) - postgres' |
|
|
|
|
script: |
|
|
|
@ -109,6 +111,7 @@ jobs: |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units mysql |
|
|
|
|
- bash script/ci/runner.sh units 4 2 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (2/4) - postgres' |
|
|
|
|
script: |
|
|
|
@ -119,6 +122,7 @@ jobs: |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units mysql |
|
|
|
|
- bash script/ci/runner.sh units 4 3 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (3/4) - postgres' |
|
|
|
|
script: |
|
|
|
@ -129,6 +133,7 @@ jobs: |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units mysql |
|
|
|
|
- bash script/ci/runner.sh units 4 4 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (4/4) - postgres' |
|
|
|
|
script: |
|
|
|
@ -139,6 +144,7 @@ jobs: |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features mysql |
|
|
|
|
- bash script/ci/runner.sh features 4 1 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (1/4) - postgres' |
|
|
|
|
script: |
|
|
|
@ -149,6 +155,7 @@ jobs: |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features mysql |
|
|
|
|
- bash script/ci/runner.sh features 4 2 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (2/4) - postgres' |
|
|
|
|
script: |
|
|
|
@ -159,6 +166,7 @@ jobs: |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features mysql |
|
|
|
|
- bash script/ci/runner.sh features 4 3 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (3/4) - postgres' |
|
|
|
|
script: |
|
|
|
@ -169,6 +177,7 @@ jobs: |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features mysql |
|
|
|
|
- bash script/ci/runner.sh features 4 4 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (4/4) - postgres' |
|
|
|
|
script: |
|
|
|
@ -179,7 +188,7 @@ jobs: |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:units mysql |
|
|
|
|
- bash script/ci/runner.sh plugins:units 1 1 |
|
|
|
|
if: head_branch !~ /^core\// |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank AND head_branch !~ /^core\// |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:units (1/1) - postgres' |
|
|
|
|
script: |
|
|
|
@ -191,7 +200,7 @@ jobs: |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:features mysql |
|
|
|
|
- bash script/ci/runner.sh plugins:features 1 1 |
|
|
|
|
if: head_branch !~ /^core\// |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank AND head_branch !~ /^core\// |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:features (1/1) - postgres' |
|
|
|
|
script: |
|
|
|
@ -203,7 +212,7 @@ jobs: |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:cucumber mysql |
|
|
|
|
- bash script/ci/runner.sh plugins:cucumber 1 1 |
|
|
|
|
if: head_branch !~ /^core\// |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank AND head_branch !~ /^core\// |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:cucumber (1/1) - postgres' |
|
|
|
|
script: |
|
|
|
|