|
|
|
@ -85,210 +85,138 @@ jobs: |
|
|
|
|
- bash script/ci/runner.sh npm |
|
|
|
|
|
|
|
|
|
- stage: test |
|
|
|
|
name: 'spec_legacy (1/1) - mysql' |
|
|
|
|
name: 'spec_legacy (1/1) - standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh spec_legacy mysql |
|
|
|
|
- bash script/ci/setup.sh spec_legacy |
|
|
|
|
- bash script/ci/runner.sh spec_legacy 1 1 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'spec_legacy (1/1) - postgres standard' |
|
|
|
|
name: 'spec_legacy (1/1) - bim' |
|
|
|
|
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/setup.sh spec_legacy bim |
|
|
|
|
- bash script/ci/runner.sh spec_legacy 1 1 |
|
|
|
|
if: head_branch =~ /^(bim\/|dev|release\/)/ |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (1/4) - mysql' |
|
|
|
|
name: 'units (1/4) - standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units mysql |
|
|
|
|
- bash script/ci/setup.sh units |
|
|
|
|
- bash script/ci/runner.sh units 4 1 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (1/4) - postgres standard' |
|
|
|
|
name: 'units (1/4) - bim' |
|
|
|
|
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/setup.sh units bim |
|
|
|
|
- bash script/ci/runner.sh units 4 1 |
|
|
|
|
if: head_branch =~ /^(bim\/|dev|release\/)/ |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (2/4) - mysql' |
|
|
|
|
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 standard' |
|
|
|
|
name: 'units (2/4) - standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units postgres |
|
|
|
|
- bash script/ci/setup.sh units |
|
|
|
|
- bash script/ci/runner.sh units 4 2 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (2/4) - postgres bim' |
|
|
|
|
name: 'units (2/4) - bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units postgres bim |
|
|
|
|
- bash script/ci/setup.sh units bim |
|
|
|
|
- bash script/ci/runner.sh units 4 2 |
|
|
|
|
if: head_branch =~ /^(bim\/|dev|release\/)/ |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (3/4) - mysql' |
|
|
|
|
name: 'units (3/4) - standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units mysql |
|
|
|
|
- bash script/ci/setup.sh units |
|
|
|
|
- bash script/ci/runner.sh units 4 3 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (3/4) - postgres standard' |
|
|
|
|
name: 'units (3/4) - bim' |
|
|
|
|
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/setup.sh units bim |
|
|
|
|
- bash script/ci/runner.sh units 4 3 |
|
|
|
|
if: head_branch =~ /^(bim\/|dev|release\/)/ |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (4/4) - mysql' |
|
|
|
|
name: 'units (4/4) - standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh units mysql |
|
|
|
|
- bash script/ci/setup.sh units |
|
|
|
|
- bash script/ci/runner.sh units 4 4 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'units (4/4) - postgres standard' |
|
|
|
|
name: 'units (4/4) - bim' |
|
|
|
|
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/setup.sh units bim |
|
|
|
|
- bash script/ci/runner.sh units 4 4 |
|
|
|
|
if: head_branch =~ /^(bim\/|dev|release\/)/ |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (1/4) - mysql' |
|
|
|
|
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 standard' |
|
|
|
|
name: 'features (1/4) - standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features postgres |
|
|
|
|
- bash script/ci/setup.sh features |
|
|
|
|
- bash script/ci/runner.sh features 4 1 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (1/4) - postgres bim' |
|
|
|
|
name: 'features (1/4) - bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features postgres bim |
|
|
|
|
- bash script/ci/setup.sh features bim |
|
|
|
|
- bash script/ci/runner.sh features 4 1 |
|
|
|
|
if: head_branch =~ /^(bim\/|dev|release\/)/ |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (2/4) - mysql' |
|
|
|
|
name: 'features (2/4) - standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features mysql |
|
|
|
|
- bash script/ci/setup.sh features |
|
|
|
|
- bash script/ci/runner.sh features 4 2 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (2/4) - postgres standard' |
|
|
|
|
name: 'features (2/4) - bim' |
|
|
|
|
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/setup.sh features bim |
|
|
|
|
- bash script/ci/runner.sh features 4 2 |
|
|
|
|
if: head_branch =~ /^(bim\/|dev|release\/)/ |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (3/4) - mysql' |
|
|
|
|
name: 'features (3/4) - standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features mysql |
|
|
|
|
- bash script/ci/setup.sh features |
|
|
|
|
- bash script/ci/runner.sh features 4 3 |
|
|
|
|
if: env(SKIP_MYSQL_TESTING) IS blank |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (3/4) - postgres standard' |
|
|
|
|
name: 'features (3/4) - bim' |
|
|
|
|
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/setup.sh features bim |
|
|
|
|
- bash script/ci/runner.sh features 4 3 |
|
|
|
|
if: head_branch =~ /^(bim\/|dev|release\/)/ |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (4/4) - mysql' |
|
|
|
|
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 standard' |
|
|
|
|
name: 'features (4/4) - standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features postgres |
|
|
|
|
- bash script/ci/setup.sh features |
|
|
|
|
- bash script/ci/runner.sh features 4 4 |
|
|
|
|
- stage: test |
|
|
|
|
name: 'features (4/4) - postgres bim' |
|
|
|
|
name: 'features (4/4) - bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh features postgres bim |
|
|
|
|
- bash script/ci/setup.sh features bim |
|
|
|
|
- bash script/ci/runner.sh features 4 4 |
|
|
|
|
if: head_branch =~ /^(bim\/|dev|release\/)/ |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:units (1/1) - mysql' |
|
|
|
|
name: 'plugins:units (1/1) - standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:units mysql |
|
|
|
|
- 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 standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:units postgres |
|
|
|
|
- bash script/ci/setup.sh plugins:units |
|
|
|
|
- bash script/ci/runner.sh plugins:units 1 1 |
|
|
|
|
if: head_branch !~ /^core\// |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:units (1/1) - postgres bim' |
|
|
|
|
name: 'plugins:units (1/1) - bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:units postgres bim |
|
|
|
|
- bash script/ci/setup.sh plugins:units bim |
|
|
|
|
- bash script/ci/runner.sh plugins:units 1 1 |
|
|
|
|
if: head_branch =~ /^(bim\/|dev|release\/)/ |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:features (1/1) - mysql' |
|
|
|
|
name: 'plugins:features (1/1) - standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:features mysql |
|
|
|
|
- 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 standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:features postgres |
|
|
|
|
- bash script/ci/setup.sh plugins:features |
|
|
|
|
- bash script/ci/runner.sh plugins:features 1 1 |
|
|
|
|
if: head_branch !~ /^core\// |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:features (1/1) - postgres bim' |
|
|
|
|
name: 'plugins:features (1/1) - bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:features postgres bim |
|
|
|
|
- bash script/ci/setup.sh plugins:features bim |
|
|
|
|
- bash script/ci/runner.sh plugins:features 1 1 |
|
|
|
|
if: head_branch =~ /^(bim\/|dev|release\/)/ |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:cucumber (1/1) - mysql' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:cucumber mysql |
|
|
|
|
- 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 standard' |
|
|
|
|
name: 'plugins:cucumber (1/1) - standard' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:cucumber postgres |
|
|
|
|
- bash script/ci/setup.sh plugins:cucumber |
|
|
|
|
- bash script/ci/runner.sh plugins:cucumber 1 1 |
|
|
|
|
if: head_branch !~ /^core\// |
|
|
|
|
- stage: test |
|
|
|
|
name: 'plugins:cucumber (1/1) - postgres bim' |
|
|
|
|
name: 'plugins:cucumber (1/1) - bim' |
|
|
|
|
script: |
|
|
|
|
- bash script/ci/setup.sh plugins:cucumber postgres bim |
|
|
|
|
- bash script/ci/setup.sh plugins:cucumber bim |
|
|
|
|
- bash script/ci/runner.sh plugins:cucumber 1 1 |
|
|
|
|
if: head_branch =~ /^(bim\/|dev|release\/)/ |
|
|
|
|
|
|
|
|
|