Skip to content

CI: remove update_tezt_test.ml and use --job instead

Romain requested to merge nomadic-labs/tezos:romain-tezt-job into master

Context

See #1317 (closed).

This MR uses the new --job argument of Tezt to compute the job split in the CI itself. Before, we had to use scripts/update_tezt_test.ml and we obtained a very long command in tezt.yml.

To do this, I committed a test record in the repository. The next step is to have the CI itself generate those records, for instance by adding --record to each Tezt job and put the result in the CI cache. This poses some issues and even if we do that we'll want to have a back-up record in case the cache is not available.

Manually testing the MR

Check the CI.

Checklist

  • Select suitable reviewers using the Reviewers field below.

Merge request reports