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
|
- name: regcred
|
||||||
alfrescoRegistryPullSecrets: regcred
|
alfrescoRegistryPullSecrets: regcred
|
||||||
known_urls: http://localhost
|
known_urls: http://localhost
|
||||||
|
elasticsearch:
|
||||||
|
elasticsearch:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: "2"
|
||||||
|
memory: "1.5Gi"
|
||||||
|
|||||||
@@ -247,6 +247,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
kubectl logs -n ingress-nginx -l app.kubernetes.io/name=ingress-nginx --tail=-1
|
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:
|
finalize:
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
needs: [lint, build, unit-tests, e2es-playwright]
|
needs: [lint, build, unit-tests, e2es-playwright]
|
||||||
|
|||||||
Reference in New Issue
Block a user