mirror of
https://github.com/rancher/k3k.git
synced 2026-08-20 12:56:16 +00:00
isolate test
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user