Skip to content

Commit 4e812da

Browse files
author
Nissan Pow
committed
ci: revert minikube to 6GB and argo/airflow to 2 workers
4GB minikube was too aggressive — argo had 5 deployer test failures (pod scheduling/OOM) and airflow ran for 4+ hours with 1 worker. Keep the other improvements: fixed SHA, reruns, pod cleanup.
1 parent 90489a0 commit 4e812da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ux-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ jobs:
102102
workers: 4
103103
- backend: argo-kubernetes
104104
services: "minio,postgresql,metadata-service,argo-workflows"
105-
workers: 1
105+
workers: 2
106106
- backend: airflow-kubernetes
107107
services: "minio,postgresql,metadata-service,airflow"
108-
workers: 1
108+
workers: 2
109109
- backend: sfn-batch
110110
services: "minio,postgresql,metadata-service,localbatch,ddb-local,sfn-local"
111111
workers: 2
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
driver: docker
140140
cpus: 2
141-
memory: 4096
141+
memory: 6144
142142

143143
- name: Restore minikube image cache
144144
id: image-cache

0 commit comments

Comments
 (0)