test fixes for deploy local acs (#5049)

* test fixes for deploy local acs

* revert previous changes and add giov suggestion

* updated memory for elastic search
This commit is contained in:
Adam Świderski
2026-02-17 13:21:58 +01:00
committed by GitHub
parent d3f724caa2
commit de59a0b211
2 changed files with 12 additions and 0 deletions
@@ -24,3 +24,9 @@ global:
- name: regcred
alfrescoRegistryPullSecrets: regcred
known_urls: http://localhost
elasticsearch:
elasticsearch:
resources:
limits:
cpu: "2"
memory: "1.5Gi"
+6
View File
@@ -247,6 +247,12 @@ jobs:
run: |
kubectl logs -n ingress-nginx -l app.kubernetes.io/name=ingress-nginx --tail=-1
- name: Spit cluster status after integration tests
if: always()
run: |
kubectl get all --all-namespaces
kubectl describe pod
finalize:
if: ${{ always() }}
needs: [lint, build, unit-tests, e2es-playwright]