Gokhan Gulbiz
|
5c86cd2bcb
|
Use extbuilder-pg16 image for check-sql-snapshots otherwise it fails with actions/checkout@v4.1.1 https://github.com/citusdata/citus/actions/runs/6667127686/job/18120004934?pr=7284
|
2023-10-27 15:51:32 +03:00 |
Gokhan Gulbiz
|
504a18a6b0
|
Bump actions/checkout to v4.1.1
|
2023-10-27 15:51:30 +03:00 |
Gokhan Gulbiz
|
2bf1472c8e
|
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-10-26 14:54:58 +03:00 |
Onur Tirtir
|
5eaf6c221e
|
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-10-16 14:20:55 +03:00 |
Gokhan Gulbiz
|
e0b0cdbb87
|
CircleCI to GHA migration (#7154)
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
|
2023-10-10 16:58:50 +03:00 |