Commit Graph

17 Commits (eef1cf90f13f89168e1468bd4f935cc2087c683f)

Author SHA1 Message Date
Jelte Fennema-Nio eef1cf90f1
Only put major Postgres version in CI task name (#7289)
Making tasks in CI required before merging to master is important and
useful. The way this works is by saving the exact names of the required
tasks in the admin interface of the repo. It has a search box to add
them so it's not completely horrible, but doing so is quite a hassle
since we have so many jobs. So limiting the amount of churn in this list
of required jobs is quite useful.

This changes the names of tasks to only include the major versions of
Postgres, not the minor ones. Otherwise the next time we bump the minor
versions we would have to remove and re-add each of the jobs.

(cherry picked from commit 83e3fb817d)
2023-10-31 16:38:11 +03:00
Gokhan Gulbiz ee08718b6a
Revert "Add check_enterprise_merge.sh back"
This reverts commit cb7d0c61fa.
2023-10-31 14:09:35 +03:00
Gokhan Gulbiz cb7d0c61fa
Add check_enterprise_merge.sh back 2023-10-31 13:03:00 +03:00
Gokhan Gulbiz 3eb4f471f9
Update stretch repositories and install dependencies (git) 2023-10-31 13:02:59 +03:00
Gokhan Gulbiz 5d7924e7c7
Adjust check-style 2023-10-26 18:22:30 +03:00
Gokhan Gulbiz 512d185cc3
Remove code climate coverage 2023-10-26 18:22:29 +03:00
Gokhan Gulbiz 688c963f47
Adjust test-citus 2023-10-26 18:22:28 +03:00
Gokhan Gulbiz 92ddf2e867
Adjust test-pg-upgrade 2023-10-26 15:48:59 +03:00
Gokhan Gulbiz d69fe364f4
Remove flaky test section 2023-10-26 15:34:08 +03:00
Gokhan Gulbiz ec531c4afb
Remove upload-coverage section 2023-10-26 15:32:42 +03:00
Gokhan Gulbiz 344bc5b86e
Remove test-arbitrary-configs section 2023-10-26 15:31:42 +03:00
Gokhan Gulbiz 615cdca97b
Modify pg versions 2023-10-26 15:30:13 +03:00
Gokhan Gulbiz a33bed7ac9
Move GHA environment variables to workflow file (#7275)
Since GHA does not interpolate env variables in a matrix context, This
PR defines them in a separate job and uses them in other jobs.

(cherry picked from commit 2bf1472c8e)
2023-10-26 15:13:48 +03:00
Gokhan Gulbiz b494be416f
CircleCI to GHA migration (#7154)
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
(cherry picked from commit e0b0cdbb87)
2023-10-26 15:11:04 +03:00
Marco Slot 02c144378c Add DESCRIPTION to PR template 2018-12-12 05:35:12 +01:00
Marco Slot 1485945f27
Delete pull_request_template.md 2018-07-19 15:38:43 +02:00
Marco Slot a70b06f194 Add DESCRIPTION to PR template 2018-07-10 13:35:13 +02:00