Skip to content

Commit

Permalink
Display Virtlet version when dumping the cluster state on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Shvedunov committed Jan 11, 2019
1 parent f857afe commit de46a2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,14 @@ e2e: &e2e
path: ~/junit

- run:
name: Dump the cluster state
name: Dump the cluster state and display Virtlet version
when: always
command: |
build/portforward.sh 8080&
mkdir -p /tmp/cluster_state
bash -x ./dind-cluster*.sh dump | gzip >/tmp/cluster_state/kdc-dump.gz
_output/virtletctl diag dump --json | gzip >/tmp/cluster_state/virtlet-dump.json.gz
_output/virtletctl version
- store_artifacts:
path: /tmp/cluster_state
Expand Down

0 comments on commit de46a2f

Please sign in to comment.