mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
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:
@@ -24,3 +24,9 @@ global:
|
||||
- name: regcred
|
||||
alfrescoRegistryPullSecrets: regcred
|
||||
known_urls: http://localhost
|
||||
elasticsearch:
|
||||
elasticsearch:
|
||||
resources:
|
||||
limits:
|
||||
cpu: "2"
|
||||
memory: "1.5Gi"
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user