OEL7: Fix CentOS7 Extras for OEL7 (#8219)

* OEL7: Fix CentOS7 Extras for OEL7

* Molecule: add logs collection for jobs
This commit is contained in:
Cristian Calin
2021-11-29 23:39:21 +02:00
committed by GitHub
parent 20157254c3
commit 2f44b40d68
4 changed files with 19 additions and 4 deletions

View File

@@ -16,6 +16,12 @@ molecule_tests:
- ./tests/scripts/vagrant_clean.sh
script:
- ./tests/scripts/molecule_run.sh
after_script:
- chronic ./tests/scripts/molecule_logs.sh
artifacts:
when: always
paths:
- molecule_logs/
.vagrant:
extends: .testcases