From 0b5100ff79c422bf21d9ecc25107be9150881ca7 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 30 Sep 2019 17:25:30 -0400 Subject: Cirrus: Show names/versions of critical packages Adds an output to all testing tasks which lists the names/versions of critical/essential packages present on the VM. Signed-off-by: Chris Evich --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 5d810fa65..7f295e22e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -363,6 +363,7 @@ testing_task: failed_branch_script: '$CIRRUS_WORKING_DIR/$SCRIPT_BASE/notice_branch_failure.sh' always: &standardlogs + package_versions_script: '$SCRIPT_BASE/logcollector.sh packages' ginkgo_node_logs_script: '$SCRIPT_BASE/logcollector.sh ginkgo' df_script: '$SCRIPT_BASE/logcollector.sh df' audit_log_script: '$SCRIPT_BASE/logcollector.sh audit' -- cgit v1.2.3-54-g00ecf