isolate test

This commit is contained in:
Enrico Candino
2026-06-13 00:18:52 +02:00
parent e4da450e4b
commit 81bd5100b9
2 changed files with 7 additions and 13 deletions
+7 -3
View File
@@ -327,14 +327,18 @@ jobs:
done
'
######################
- name: Run conformance tests
run: |
hydrophone --conformance --parallel 4 \
hydrophone --focus 'should be able to change the type from (ClusterIP|NodePort) to ExternalName' \
--kubeconfig ${{ github.workspace }}/k3k-mycluster-mycluster-kubeconfig.yaml \
--output-dir /tmp
# - name: Run conformance tests
# run: |
# hydrophone --conformance --parallel 4 \
# --kubeconfig ${{ github.workspace }}/k3k-mycluster-mycluster-kubeconfig.yaml \
# --output-dir /tmp
- name: Collect logs
if: always()
env: