|
Ran
|
Jobs
1
|
Files
309
|
Run time
51s
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/tarantool/tarantool/commit/<a class=hub.com/tarantool/tarantool/commit/782d2a9fa1f675cbcbf2fe60ebcf0a79182dbbcf">782d2a9fa<a href="https://github.com/tarantool/tarantool/commit/782d2a9fa1f675cbcbf2fe60ebcf0a79182dbbcf">">gitlab-ci: fix deployment of tagged commits Found that tagged commits were not run the deployment gitlab-ci jobs. To fix it added &#39;tags&#39; label for deployment and perfomance jobs. Also found that after the commit tagged it has tag label in format &#39;x^0&#39; and all previous commits till the previous tag became to have tags in format &#39;x~&lt;commits before&gt;&#39; like &#39;x~1&#39; or &#39;x~2&#39; and etc. So the check if git name-rev --name-only --tags --no-undefined HEAD ; then became always pass and previous commits on rerun could began to deploy. To fix it was used gitlab-ci environment variable &#39;CI_COMMIT_TAG&#39;, it shows in real if the current commit has tag and has to be deployed. Part of #3745 (cherry picked from commit </a><a class="double-link" href="https://github.com/tarantool/tarantool/commit/<a class="double-link" href="https://github.com/tarantool/tarantool/commit/5aa1a1dfe58f39d9024b6e66000a71458a26f3ff">5aa1a1dfe</a>">5aa1a1dfe</a><a href="https://github.com/tarantool/tarantool/commit/782d2a9fa1f675cbcbf2fe60ebcf0a79182dbbcf">) Conflicts: .gitlab-ci.yml
42488 of 51320 relevant lines covered (82.79%)
969723.89 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 3 | 24364.3 (TARGET=coverage) | 0 |
82.79 |
Travis Job 24364.3 |