Skip to content
Snippets Groups Projects

Bump tested pg versions in preparation of pg14

Merged Alex Ives requested to merge alexives/bump_tested_pg_versions into master
1 unresolved thread
+ 1
1
@@ -187,7 +187,7 @@ function rspec_paralellized_job() {
export KNAPSACK_REPORT_PATH="${knapsack_folder_path}${report_name}_report.json"
# There's a bug where artifacts are sometimes not downloaded. Since specs can run without the Knapsack report, we can
# handle the missing artifact gracefully here. See https://gitlab.com/gitlab-org/gitlab/-/issues/213349.
# handle the missing artifact gracefully here. See https://gitlab.com/gitlab-org/gitlab/-/issues/212349.
if [[ ! -f "${KNAPSACK_RSPEC_SUITE_REPORT_PATH}" ]]; then
echo "{}" > "${KNAPSACK_RSPEC_SUITE_REPORT_PATH}"
fi
Loading