Skip to content

Commit

Permalink
Run MacOS and no-telemetry tests only on latest PG
Browse files Browse the repository at this point in the history
Since we now have all PG16 patches merged we dont need to run
MacOS and no-telemetry build tests on multiple PG versions.
Especially the MacOS test is quite time-consuming.
  • Loading branch information
svenklemm committed Dec 5, 2023
1 parent ca5b5a6 commit 2a5552d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/gh_matrix_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,23 +198,13 @@ def macos_config(overrides):
)

# test timescaledb with release config on latest postgres release in MacOS
m["include"].append(
build_release_config(
macos_config({"pg": PG15_LATEST, "ignored_tests": ignored_tests})
)
)

m["include"].append(
build_release_config(
macos_config({"pg": PG16_LATEST, "ignored_tests": ignored_tests})
)
)

# test latest postgres release without telemetry
m["include"].append(
build_without_telemetry({"pg": PG15_LATEST, "ignored_tests": ignored_tests})
)

m["include"].append(
build_without_telemetry(
{
Expand Down

0 comments on commit 2a5552d

Please sign in to comment.