Alexey Kondratov
12bac9c12b
Wait for compute image before deploy in GitHub Action
...
We need both storage **and** compute images for deploy, because control plane
picks the compute version based on the storage version. If it notices a fresh
storage it may bump the compute version. And if compute image failed to build
it may break things badly.
2022-07-14 11:27:16 +02:00
Kirill Bulatov
9a7427c203
Fill build-args for Docker builds via GH Actions context
2022-07-14 10:28:15 +03:00
Sergey Melnikov
2b21d7b5bc
Migrate from CircleCI to Github Actions: docker build and deploy ( #1986 )
2022-07-13 12:51:20 +03:00
Alexander Bayandin
cb5df3c627
github/actions: set missing VIP_VAP_ACCESS_TOKEN ( #2045 )
2022-07-07 10:47:03 +01:00
Alexander Bayandin
1faf49da0f
github/actions: set PERF_TEST_RESULT_CONNSTR from secrets ( #2040 )
2022-07-06 19:24:06 +01:00
Dmitry Ivanov
5ee19b0758
Fix bloated coverage uploads ( #2005 )
...
Move coverage data to a better directory, merge it better and don't publish it from CircleCI pipeline
2022-06-29 17:59:19 +03:00
Kirill Bulatov
cef90d9220
Disable cachepot for GH Actions builds ( #2007 )
2022-06-29 17:56:02 +03:00
Kirill Bulatov
4a05413a4c
More code coverage fixes in GH Actions ( #2002 )
2022-06-27 22:40:20 +03:00
Kirill Bulatov
dd61f3558f
Fix coverage upload credentials retrieval ( #2001 )
2022-06-27 20:41:09 +03:00
Kirill Bulatov
8a714f1ebf
Add coverage to GH actions and rework part of them ( #1987 )
2022-06-27 19:15:56 +03:00
Sergey Melnikov
6222a0012b
Migrate from CircleCI to Github Actions: python codestyle, build and tests ( #1647 )
...
Duplicate postgres and neon build and test jobs from CircleCI to Github actions.
2022-06-22 11:40:59 +03:00