Commit Graph

12 Commits (3aa37b6c6cbda33ef9b664bbdf850c605854b3ac)

Author SHA1 Message Date
Jelte Fennema-Nio 3aa37b6c6c
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-11-01 08:45:40 +03:00
Gokhan Gulbiz e23381b49e
Update stretch repositories and install dependencies (git)
(cherry picked from commit 3eb4f471f9)
2023-10-31 15:39:23 +03:00
Gokhan Gulbiz c3446fbdbd
Adjust test-citus 2023-10-31 15:32:21 +03:00
Gokhan Gulbiz 2b2715e59f
Adjust check-style
(cherry picked from commit 5d7924e7c7)
2023-10-31 15:10:21 +03:00
Gokhan Gulbiz 853575ca4f
Adjust upgrade_pg_versions 2023-10-31 15:10:18 +03:00
Gokhan Gulbiz 2eb72cb9b8
Adjust test-pg-upgrade
(cherry picked from commit 92ddf2e867)
2023-10-31 15:06:40 +03:00
Gokhan Gulbiz 4f16b9819c
Remove flaky test section
(cherry picked from commit d69fe364f4)
2023-10-31 15:06:22 +03:00
Gokhan Gulbiz 144fb90a1e
Remove upload-coverage section
(cherry picked from commit ec531c4afb)
2023-10-31 15:06:13 +03:00
Gokhan Gulbiz 992e749de6
Remove test-arbitrary-configs section
(cherry picked from commit 344bc5b86e)
2023-10-31 15:01:21 +03:00
Gokhan Gulbiz 058851d7f9
Modify pg versions
(cherry picked from commit 615cdca97b)
2023-10-31 14:53:02 +03:00
Gokhan Gulbiz 08240e37b4
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-31 14:43:00 +03:00
Gokhan Gulbiz 51605e1b31
CircleCI to GHA migration (#7154)
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
(cherry picked from commit e0b0cdbb87)
2023-10-31 14:40:12 +03:00