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-runoption to the scriptcreate_gitlab_package.sh, that will beused by the schedule test. - Add
Schedule_testcase forrelease_tag_pipeline_typeused inRelease_tags.Octez_jobs. - Register
schedule_master_release_testpipeline that triggers only ifTZ_SCHEDULE_KINDisRELEASE_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.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR
Edited by Killian Delarue