Skip to content

Commit

Permalink
NGSTACK-805: add regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Nov 7, 2023
1 parent 01d21fa commit 022d96e
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,37 @@ jobs:
solr_cloud: 'yes'
core_setup: 'cloud'

- php: '8.1'
coverage: 'integration'
engine: 'solr'
config: 'phpunit-core-integration-legacy-solr.xml'
solr_version: '7.7.3'
solr_cores: 'collection1'
core_setup: 'single'
regression: 'regression'
- php: '8.1'
coverage: 'integration'
engine: 'solr'
config: 'phpunit-core-integration-solr.xml'
solr_version: '7.7.3'
core_setup: 'dedicated'
regression: 'regression'
- php: '8.1'
coverage: 'integration'
engine: 'solr'
config: 'phpunit-core-integration-solr.xml'
solr_version: '7.7.3'
core_setup: 'shared'
regression: 'regression'
- php: '8.1'
coverage: 'integration'
engine: 'solr'
config: 'phpunit-core-integration-solr.xml'
solr_version: '7.7.3'
solr_cloud: 'yes'
core_setup: 'cloud'
regression: 'regression'

- php: '8.1'
coverage: 'integration'
engine: 'solr'
Expand Down Expand Up @@ -84,6 +115,41 @@ jobs:
solr_cloud: 'yes'
core_setup: 'cloud'

- php: '8.1'
coverage: 'integration'
engine: 'solr'
config: 'phpunit-core-integration-solr.xml'
solr_version: '8.11.2'
solr_config: 'vendor/ibexa/solr/src/lib/Resources/config/solr/schema.xml vendor/ibexa/solr/src/lib/Resources/config/solr/language-fieldtypes.xml tests/lib/Resources/config/search/solr/8.11/solrconfig.xml tests/lib/Resources/config/search/solr/custom-fields-types.xml'
solr_cores: 'collection1'
core_setup: 'single'
regression: 'regression'
- php: '8.1'
coverage: 'integration'
engine: 'solr'
config: 'phpunit-core-integration-solr.xml'
solr_version: '8.11.2'
solr_config: 'vendor/ibexa/solr/src/lib/Resources/config/solr/schema.xml vendor/ibexa/solr/src/lib/Resources/config/solr/language-fieldtypes.xml tests/lib/Resources/config/search/solr/8.11/solrconfig.xml tests/lib/Resources/config/search/solr/custom-fields-types.xml'
core_setup: 'dedicated'
regression: 'regression'
- php: '8.1'
coverage: 'integration'
engine: 'solr'
config: 'phpunit-core-integration-solr.xml'
solr_version: '8.11.2'
solr_config: 'vendor/ibexa/solr/src/lib/Resources/config/solr/schema.xml vendor/ibexa/solr/src/lib/Resources/config/solr/language-fieldtypes.xml tests/lib/Resources/config/search/solr/8.11/solrconfig.xml tests/lib/Resources/config/search/solr/custom-fields-types.xml'
core_setup: 'shared'
regression: 'regression'
- php: '8.1'
coverage: 'integration'
engine: 'solr'
config: 'phpunit-core-integration-solr.xml'
solr_version: '8.11.2'
solr_config: 'vendor/ibexa/solr/src/lib/Resources/config/solr/schema.xml vendor/ibexa/solr/src/lib/Resources/config/solr/language-fieldtypes.xml tests/lib/Resources/config/search/solr/8.11/solrconfig.xml tests/lib/Resources/config/search/solr/custom-fields-types.xml'
solr_cloud: 'yes'
core_setup: 'cloud'
regression: 'regression'

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
Expand Down

0 comments on commit 022d96e

Please sign in to comment.