Commit Graph

5 Commits (a1a140eeeba0ac21f5b4f46a5105c4379f2254b8)

Author SHA1 Message Date
Jelte Fennema-Nio e205241634 Fix flaky test detection (#7291)
PR #7289 broke flaky test detction. This fixes that.
2023-11-13 13:29:11 -05:00
Jelte Fennema-Nio 8c6e867a29 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.
2023-11-13 13:29:11 -05:00
Gokhan Gulbiz 3768fa0809 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.
2023-11-13 13:29:10 -05:00
Onur Tirtir 7792212a15 Fix flaky test detection job (#7256)
We were getting such errors in flaky-test detection job:
```
Unable to process file command 'output' successfully
```

Even though we don't seem to be writing multiple lines to
$GITHUB_OUTPUT, this seems to be the right fix.

https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings
2023-11-13 13:29:10 -05:00
Gokhan Gulbiz 2da8e75515 CircleCI to GHA migration (#7154)
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
2023-11-13 13:29:10 -05:00