Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed XMC DevOps process to use Promote #473

Merged
merged 2 commits into from
Jun 27, 2024
Merged

Conversation

robearlam
Copy link
Member

Currently the CI/CD Pipeline for XMC runs a build for both Staging and Prod envs, The aim has always been to promote the successful build from Staging to Prod, instead of building again as that slows down the deployment process.

This was blocked previously due to a missing feature in the CLI, that feature has been added and this change now updates the process accordingly.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have read the Contributing guide.
  • My code/comments/docs fully adhere to the Code of Conduct.
  • My change is a code change.
  • My change is a documentation change and there are NO other updates required.

Resolves #230

@robearlam robearlam added enhancement New feature or request XM Cloud labels Jun 25, 2024
@robearlam robearlam self-assigned this Jun 25, 2024
@robearlam robearlam merged commit 19047b3 into main Jun 27, 2024
3 checks passed
@robearlam robearlam deleted the 230-devops-promote-change branch June 27, 2024 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request XM Cloud
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change XM Cloud CI-CD to use Promote instead of a new Build
2 participants