CI, Releases: New job [dispatch-call] in release pipeline
What
This merge request introduces a new job dispatch-call in the publish stage.
This job is responsible to trigger dispatches in other repository, so that pipeline that depends on Octez release can be automatically trigeered. For now, the job only triggers the dispatch from https://github.com/tez-capital/tezos-macos-pipeline that is suppopsed to be released after each Octez release.
This is done via an API call with the masked and hidden token TEZCAPITAL_GITHUB_TOKEN.
This job depends on publish:release-page and gitlab:release so that the triggers only happen once fully released.
Manually testing the MR
See the test release pipeline https://gitlab.com/nomadic-labs/tezos/-/pipelines/2132048025 that contains the dispatch call https://gitlab.com/nomadic-labs/tezos/-/jobs/11924474283
This triggers https://github.com/tez-capital/tezos-macos-pipeline/actions
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