Commit Graph

26 Commits

Author SHA1 Message Date
Mustafa Gezen ad0f7a5305
Major upgrades
Upgrade to Go 1.20.5, Hydra v2 SDK, rules-go v0.44.2 (with proper resolves), protobuf v25.3 and mass upgrade of Go dependencies.
2024-03-17 08:06:08 +01:00
root 7911485063 hack/setup_external_dev_services: Improve postgresql installation
The postgresql helm chart requires the cluster to provide a PersistentVolume
and places a PersisentVolumeClaim for this.
Ensure that the cluster provides PersistentVolumes.

Also set volumePermissions.enabled=true which helps to fix Permission denied
when trying to create the data directory in the PV mount directory
if the PV's permissions are not open enough:
https://github.com/bitnami/charts/issues/1210#issuecomment-1145923630
2023-03-10 17:04:40 +01:00
Mustafa Gezen 2470a9df7f Yumrepofsupdater now supports updateinfo.xml, and delete works better. Heartbeats should no longer cause memory leaks 2023-02-17 19:48:59 +01:00
Mustafa Gezen 5ab7151dd6
Fetch all refs, then use HEAD~ to get previous merge, then checkout back to current commit 2022-11-01 21:30:06 +01:00
Mustafa Gezen 6f9ad97063
It's "-w 0" and not "-b 0" 2022-11-01 04:33:44 +01:00
Mustafa Gezen 8b2c65990a
Try "-b 0" for docker base64 2022-11-01 04:31:21 +01:00
Mustafa Gezen aea228f816
Actually base64 credentials for docker 2022-11-01 04:29:54 +01:00
Mustafa Gezen a3fb219ed8
Use reverse postsubmit for impact detection 2022-11-01 04:24:51 +01:00
Mustafa Gezen e9f7e34810
Target should be current merge 2022-11-01 04:18:29 +01:00
Mustafa Gezen c0a82d2408
Actually use TARGET_HASH 2022-11-01 03:03:19 +01:00
Mustafa Gezen 29e1e0977c
Debug logs from impacted targets script 2022-11-01 03:01:36 +01:00
Mustafa Gezen 51400a9fdb
Add comment (deploy test 2) 2022-11-01 02:53:45 +01:00
Mustafa Gezen 8a1cabe994
Postsubmit: Deploy impacted targets 2022-11-01 01:15:08 +01:00
Mustafa Gezen dbfd3918d3
Output go fmt results to temp file and check if empty 2022-10-30 21:04:20 +01:00
Mustafa Gezen 7aca3e10a1
Add go to path instead of GO_BIN 2022-10-30 20:07:32 +01:00
Mustafa Gezen 14f89736e0
Add -o to get-impacted-targets 2022-10-30 10:01:07 +01:00
Mustafa Gezen 0075978cd4
Chmod frontend_build.sh 2022-10-30 09:55:12 +01:00
Mustafa Gezen d430a922b4
Add frontend postsubmit 2022-10-30 09:54:07 +01:00
Mustafa Gezen dc18624323
Add config to build impacted frontends 2022-10-30 09:44:59 +01:00
Mustafa Gezen d6d5f1c191
Use remote downloader during fetch 2022-10-30 06:55:36 +01:00
Mustafa Gezen be2d107909
Fix non_manual_build query 2022-10-30 06:22:13 +01:00
Mustafa Gezen 343a8f9ce4
Disable set -x and fix BAZEL_QR 2022-10-30 06:20:56 +01:00
Mustafa Gezen bb79931683
Standard bazel commands + remote_def 2022-10-30 06:18:12 +01:00
Mustafa Gezen 842af93afa
Add gofmt checks to presubmit 2022-10-30 06:03:06 +01:00
Mustafa Gezen 6362ca2caf
Run unit tests and non-manual builds as presubmit 2022-10-30 04:29:29 +01:00
Mustafa Gezen ce632b9498
Initial commit 2022-07-07 22:13:21 +02:00