diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b076fa89..0b1e304d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,9 @@ stages: .base: before_script: - - schutzbot/ci_details.sh > ci-details + - schutzbot/ci_details.sh > ci-details-before-run after_script: + - schutzbot/ci_details.sh > ci-details-after-run - schutzbot/update_github_status.sh update - schutzbot/save_journal.sh - schutzbot/run_cloud_cleaner.sh @@ -20,7 +21,8 @@ stages: paths: - journal-log.gpg - ci-artifacts - - ci-details + - ci-details-before-run + - ci-details-after-run - "*.repo" - COMPOSER_NVR when: always @@ -77,9 +79,6 @@ RPM: - !reference [.build_rules, rules] script: - sh "schutzbot/mockbuild.sh" - after_script: - - schutzbot/update_github_status.sh update - - schutzbot/save_journal.sh parallel: matrix: - RUNNER: diff --git a/schutzbot/ci_details.sh b/schutzbot/ci_details.sh index 73f16456a..46d2fafc5 100755 --- a/schutzbot/ci_details.sh +++ b/schutzbot/ci_details.sh @@ -33,6 +33,11 @@ CI MACHINE SPECS EOF echo -e "\033[0m" +echo "List of system repositories:" +yum repolist -v + +echo "------------------------------------------------------------------------------" + echo "List of installed packages:" rpm -qa | sort echo "------------------------------------------------------------------------------"