Skip to content

.gitlab-ci.yml: Remove prepare stage

Chandan Singh requested to merge chandan/no-sdist into master

Description

As we now run tests using tox, we don't need to worry about manually packing and unpacking BuildStream. So, we can remove the preapre stage entirely.

Update coverage and nightly jobs to appropriately cope with this change. Both these jobs now install all runtime dependencies from requirements files.

I am unable of fully testing the changes to the nightly job because of #806 (closed).

Changes proposed in this merge request:

  • .gitlab-ci.yml: Remove prepare stage
Edited by Chandan Singh

Merge request reports