Skip to content

Commit

Permalink
ssh debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Nov 16, 2023
1 parent 030cb8a commit 5ba651e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,22 @@ jobs:
--set global.search.sharedSecret="$(openssl rand -hex 24)" \
--set global.known_urls=http://localhost \
--set global.alfrescoRegistryPullSecrets=regcred \
--wait --timeout 15m0s \
--values helm/${{ matrix.name }}/${{ matrix.values }} \
--values test/enterprise-integration-test-values.yaml
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
# provide access to SSH user that triggered the build
limit-access-to-actor: true

- name: Spit cluster status after install
if: always()
run: |
helm ls --all-namespaces
kubectl get all --all-namespaces
kubectl describe pod
kubectl logs -l app=alfresco-repository
- uses: nick-fields/retry@v2
id: newman
Expand Down

0 comments on commit 5ba651e

Please sign in to comment.