CI: Disable coverage in job [script:snapshot_alpha_and_link]
Context
The job script:snapshot_alpha_and_link runs with coverage enabled. There doesn't seem to be a good reason for this, since we never actually use the built artifacts to run tests nor collect any coverage data from this job. This MR removes coverage from this job. Consequently, the run-time of the job is reduced from ~15 [1] minutes to ~11 minutes. If we look just at the step_script part of the job, run-time is reduced from ~13.5 minutes to ~9 minutes.
Before this MR:
- script:snapshot_alpha_and_link (#4437493947) · Jobs · Tezos / tezos · GitLab
- script:snapshot_alpha_and_link (#4437245277) · Jobs · Tezos / tezos · GitLab
- script:snapshot_alpha_and_link (#4436755807) · Jobs · Tezos / tezos · GitLab
- script:snapshot_alpha_and_link (#4433729200) · Jobs · Tezos / tezos · GitLab
- script:snapshot_alpha_and_link (#4433287483) · Jobs · Tezos / tezos · GitLab
After this MR:
Manually testing the MR
Trust the CI.
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR
Edited by Arvid Jakobsson