Skip to content

Commit

Permalink
Update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jul 29, 2024
1 parent 8d81a0e commit 8f7f62f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 53 deletions.
29 changes: 10 additions & 19 deletions .github/workflows/data/clickhouse/matrix.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,32 @@
min: &min
# Clickhouse version with proper DateTime > DateTime64 comparison
clickhouse-image: yandex/clickhouse-server
clickhouse-version: '21.1'
spark-version: 2.3.1
pydantic-version: 1
python-version: '3.7'
java-version: 8
os: ubuntu-latest

max: &max
clickhouse-image: clickhouse/clickhouse-server
clickhouse-version: 24.6.3.70-alpine
spark-version: 3.5.1
pydantic-version: 2
python-version: '3.12'
java-version: 20
os: ubuntu-latest

latest: &latest
clickhouse-image: clickhouse/clickhouse-server
clickhouse-version: latest-alpine
spark-version: latest
pydantic-version: latest
python-version: '3.12'
java-version: 20
os: ubuntu-latest

matrix:
small:
- clickhouse-image: clickhouse/clickhouse-server
clickhouse-version: 24.6.3.70-alpine
<<: *max
full:
# Clickhouse version with proper DateTime > DateTime64 comparison
- clickhouse-image: yandex/clickhouse-server
clickhouse-version: '21.1'
<<: *min
- clickhouse-image: clickhouse/clickhouse-server
clickhouse-version: 24.6.3.70-alpine
<<: *max
nightly:
- clickhouse-image: yandex/clickhouse-server
clickhouse-version: '21.1'
<<: *min
- clickhouse-image: clickhouse/clickhouse-server
clickhouse-version: latest-alpine
<<: *latest
small: [*max]
full: [*min, *max]
nightly: [*min, *max, *latest]
27 changes: 9 additions & 18 deletions .github/workflows/data/greenplum/matrix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
min: &min
greenplum-version: 6.23.1
package-version: 2.2.0
# Spark 2.3.0 does not support passing ivysettings.xml
spark-version: 2.3.1
pydantic-version: 1
Expand All @@ -7,6 +9,8 @@ min: &min
os: ubuntu-latest

max: &max
greenplum-version: 7.0.0
package-version: 2.3.1
# Greenplum connector does not support Spark 3.3+
spark-version: 3.2.4
pydantic-version: 2
Expand All @@ -15,6 +19,8 @@ max: &max
os: ubuntu-latest

latest: &latest
greenplum-version: 7.0.0
package-version: 2.3.1
# Greenplum connector does not support Spark 3.3+
spark-version: 3.2.4
pydantic-version: latest
Expand All @@ -23,21 +29,6 @@ latest: &latest
os: ubuntu-latest

matrix:
small:
- greenplum-version: 7.0.0
package-version: 2.3.1
<<: *max
full:
- greenplum-version: 6.23.1
package-version: 2.2.0
<<: *min
- greenplum-version: 7.0.0
package-version: 2.3.1
<<: *max
nightly:
- greenplum-version: 6.23.1
package-version: 2.2.0
<<: *min
- greenplum-version: 7.0.0
package-version: 2.3.1
<<: *latest
small: [*max]
full: [*min, *max]
nightly: [*min, *max, *latest]
11 changes: 3 additions & 8 deletions .github/workflows/data/hdfs/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ latest: &latest
os: ubuntu-latest

matrix:
small:
- *max
full:
- *min
- *max
nightly:
- *min
- *latest
small: [*max]
full: [*min, *max]
nightly: [*min, *max, *latest]
11 changes: 3 additions & 8 deletions .github/workflows/data/kafka/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ latest: &latest
os: ubuntu-latest

matrix:
small:
- *max
full:
- *min
- *max
nightly:
- *min
- *latest
small: [*max]
full: [*min, *max]
nightly: [*min, *max, *latest]

0 comments on commit 8f7f62f

Please sign in to comment.