Each OSDU milestone starts with about 1.5 months of development, followed by the code tagging process, deployment into pre shipping environment by CSP teams, and validation in pre shipping environment.
Each OSDU milestone starts with about 1.5 months of development, followed by the code tagging process, deployment into pre shipping environment by CSP teams, and validation in pre shipping environment.
...
@@ -60,4 +61,4 @@ Once created, the tag will run a full protected pipeline as well.
...
@@ -60,4 +61,4 @@ Once created, the tag will run a full protected pipeline as well.
If a new patch is needed on a particular service, simply add the new commits to the release branch, either with cherry picks or merges.
If a new patch is needed on a particular service, simply add the new commits to the release branch, either with cherry picks or merges.
Then, wait for the new pipeline to succeed, and create a new tag on the branch incrementing the patch number (for example, "vX.Y.1").
Then, wait for the new pipeline to succeed, and create a new tag on the branch incrementing the patch number (for example, "vX.Y.1").
If new CI-CD Pipelines are needed for the patch, don't forget to update the `.gitlab-ci.yml` file to reference the new version of the CI-CD includes.
If new CI-CD Pipelines are needed for the patch, don't forget to update the `.gitlab-ci.yml` file to reference the new version of the CI-CD includes.