Comment 0 for bug 1521352

Revision history for this message
Ivan Udovichenko (iudovichenko) wrote :

Hello,

https://packaging-ci.infra.mirantis.net/job/8.0-pkg-install-ubuntu/1490/consoleFull

We used to have one job which checked just package installation, removal and execution of tests/runtests.sh script.

Now we have another test in this job, which from my understanding checks dependency conflicts.

Could you please separate it from 8.0-pkg-install-ubuntu job and move it to another one ?
For example: 8.0-pkg-check-dependencies-ubuntu

Ideally, I will also would like to have a separate job for tests/runtests.sh script.

It will make much easier to read logs and debug issues if they come up.

So the main point here is to separate jobs and if one of the jobs fails on early stages just skip all other jobs and don't waste time and resources on other tests execution.

Currently 8.0-pkg-check-dependencies-ubuntu runs all tests even if execution of tests/runtests.sh script exited with >0 value.
It worth mentioning that script which checks dependency conflicts could take 20> minutes. Correct me if I'm wrong.

Thank you very much.