Skip to content

Commit

Permalink
increase verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Nov 8, 2021
1 parent 75051ab commit 5de25ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/smoke-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ runs:
--service=nodeport --node-ip=${{ steps.k8s.outputs.cluster_ip }} \
--html=tests-${{ steps.k8s.outputs.cluster }}.html \
--self-contained-html \
--show-ic-logs=yes --profile \
-m ${{ inputs.marker != '' && inputs.marker || '""' }}
--show-ic-logs=yes --profile -vv -l \
-m ${{ inputs.marker != '' && inputs.marker || '""' }} \
working-directory: ./tests
shell: bash
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include:
- project: "f5/nginx/kic/kic-pipelines"
file: "/include/ingress-controller.yml"
ref: "master"
ref: "tests/increase-verbosity"

0 comments on commit 5de25ff

Please sign in to comment.