Skip to content

Commit

Permalink
trigger DC replacement pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Nov 26, 2024
1 parent ec22431 commit d895f19
Showing 1 changed file with 35 additions and 36 deletions.
71 changes: 35 additions & 36 deletions .github/readme.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,54 @@

# Production release

## Pre-production release

* Update the description of the tracking pull request
* Verify the changes made during the previous post production release
- Update the description of the tracking pull request
- Verify the changes made during the previous post production release

## Production release

* Manually trigger the pipeline tfrs-release.yaml
- Manually trigger the pipeline tfrs-release.yaml

## Post production release

* Merge the tracking pull request to master
* Create the release tag from master amd make it as the lasted release (this is done automatically by pipeline create-release.yaml)
* Create the new release branch from master
* Update tfrs-release.yaml
* name
* PR_NUMBER
* RELEASE_NAME
* Update .pipeline/lib/config.js
* const version
* releaseBranch
* Update frontend/package.json
* version
* update dev-release.yaml
* name
* branches
* PR_NUMBER
* RELEASE_NAME
* Commit all the above changes and create the tracking pull request to merge the new release branch to master. Need to update the PR_NUMBER after the tracking pull request is created.
- Merge the tracking pull request to master
- Create the release tag from master amd make it as the lasted release (this is done automatically by pipeline create-release.yaml)
- Create the new release branch from master
- Update tfrs-release.yaml
- name
- PR_NUMBER
- RELEASE_NAME
- Update .pipeline/lib/config.js
- const version
- releaseBranch
- Update frontend/package.json
- version
- update dev-release.yaml
- name
- branches
- PR_NUMBER
- RELEASE_NAME
- Commit all the above changes and create the tracking pull request to merge the new release branch to master. Need to update the PR_NUMBER after the tracking pull request is created.

# TFRS Pipelines

## Primary Pipelines

* dev-release.yaml (TFRS Dev release-2.10.0): the pipeline is automatically triggered when there is a commit to the release branch
* tfrs-release.yaml (TFRS release-2.10.0): the pipeline builds the release and deploys on Test and Prod, it needs to be manually triggered
* create-release.yaml (Create Release after merging to master): tag and create the release after merging release branch to master. The description of the tracking pull request becomes release notes
- dev-release.yaml (TFRS Dev release-2.10.0): the pipeline is automatically triggered when there is a commit to the release branch
- tfrs-release.yaml (TFRS release-2.10.0): the pipeline builds the release and deploys on Test and Prod, it needs to be manually triggered
- create-release.yaml (Create Release after merging to master): tag and create the release after merging release branch to master. The description of the tracking pull request becomes release notes

* dev-jan-release.yaml (TFRS Dev Jan Release): the pipeline build Jan 2024 release and deploy on dev for every commit
* dev-release.yaml (TFRS Dev release-2.9.0): the pipeline is automatically triggered when there is a commit to the release branch
* tfrs-release.yaml (TFRS release-2.9.0): the pipelin builds the release and deploy on Test and Prod, it needs to be manually triggered
- dev-jan-release.yaml (TFRS Dev Jan Release): the pipeline build Jan 2024 release and deploy on dev for every commit
- dev-release.yaml (TFRS Dev release-2.9.0): the pipeline is automatically triggered when there is a commit to the release branch
- tfrs-release.yaml (TFRS release-2.9.0): the pipelin builds the release and deploy on Test and Prod, it needs to be manually triggered

## Other Pipelines

* branch-deploy-template.yaml (Branch Deploy Template): a pipeline template to deploy a branch
* build-template.yaml (Build Template): a pipeline template to build branch or pull request
* cleanup-cron-workflow-runs.yaml (Scheduled cleanup old workflow runs): a cron job to cleanup the old workflows
* cleanup-workflow-runs.yaml (Cleanup old workflow runs): manually cleanup teh workflow runs
* pr-dev-cicd.yaml (TFRS Dev Jan PR CICD): the pipeline builds Jan 2024 pull requests and deploy on dev if the pull request title ends with build-on-dev
* pr-dev-database-template.yaml (PR Dev Database Template): the template to create database for pull request build
* pr-deploy-template (PR Dev Deploy Template): the template deploys pull request build to dev
* pr-teardown.yaml (TFRS Dev Jan PR Teardown): tear down the Jan 2024 pull request builds from dev
- branch-deploy-template.yaml (Branch Deploy Template): a pipeline template to deploy a branch
- build-template.yaml (Build Template): a pipeline template to build branch or pull request
- cleanup-cron-workflow-runs.yaml (Scheduled cleanup old workflow runs): a cron job to cleanup the old workflows
- cleanup-workflow-runs.yaml (Cleanup old workflow runs): manually cleanup teh workflow runs
- pr-dev-cicd.yaml (TFRS Dev Jan PR CICD): the pipeline builds Jan 2024 pull requests and deploy on dev if the pull request title ends with build-on-dev
- pr-dev-database-template.yaml (PR Dev Database Template): the template to create database for pull request build
- pr-deploy-template (PR Dev Deploy Template): the template deploys pull request build to dev
- pr-teardown.yaml (TFRS Dev Jan PR Teardown): tear down the Jan 2024 pull request builds from dev

0 comments on commit d895f19

Please sign in to comment.