CI: Introduce a schedule pipeline to test releases on master

What

Add a schedule release test pipeline for master.

Why

It would help keeping the master branch releasable

How

  • Introduce a --dry-run option to the script create_gitlab_package.sh, that will beused by the schedule test.
  • Add Schedule_test case for release_tag_pipeline_type used in Release_tags.Octez_jobs.
  • Register schedule_master_release_test pipeline that triggers only if TZ_SCHEDULE_KIND is RELEASE_TESTS

Manually testing the MR

https://gitlab.com/tezos/tezos/-/pipelines/1480263828

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.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by Killian Delarue

Merge request reports

Loading