Commit Graph

5 Commits (405f83d7399b87f2c36d4af3d5a6404caa30f1b5)

Author SHA1 Message Date
Gokhan Gulbiz 405f83d739
Remove flaky test section 2023-11-01 13:31:08 +03:00
Gokhan Gulbiz 9175ce6209
Remove upload-coverage section 2023-11-01 13:30:33 +03:00
Jelte Fennema-Nio 25f6caabc1
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 10:17:50 +03:00
Gokhan Gulbiz 6db596c3b1
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-11-01 10:17:27 +03:00
Gokhan Gulbiz 64fd9221ba
CircleCI to GHA migration (#7154)
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
(cherry picked from commit e0b0cdbb87)
2023-11-01 10:15:22 +03:00