SUSE / saptune

Saptune is a configuration tool to prepare a system to run SAP workloads by implementing the recommendations of various SAP notes.
GNU General Public License v3.0
33 stars 13 forks source link

Fix/Refactor: update permission for report and run cc only when secret token is set #142

Closed Wabri closed 3 months ago

Wabri commented 3 months ago

The Saptune_unit_test in case of CC_TEST_REPORTER_ID is set it will wait the end of Code_climate_report_before_build to finish, if not will run anyway thanks to the always() condition added. This will reduce the time spent in running the cc-test-reporter when not necessary and saving 30~60sec for every build.