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

CI: deploy release version to a preprod region #6811

Merged
merged 1 commit into from Mar 22, 2024

Conversation

bayandin
Copy link
Member

Problem

We want to deploy releases to a preprod region first to perform required checks

Summary of changes

  • Deploy release-XXX docker tag to a preprod region.

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.
  • Do we need to implement analytics? if so did you add the relevant metrics to the dashboard?
  • If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section.

Checklist before merging

  • Do not forget to reformat commit message to not include the above checklist

Copy link

github-actions bot commented Feb 19, 2024

2730 tests run: 2598 passed, 0 failed, 132 skipped (full report)


Flaky tests (4)

Postgres 15

  • test_ts_of_lsn_api: debug
  • test_sharding_split_smoke: debug
  • test_empty_tenant_size: debug

Postgres 14

  • test_sharding_split_smoke: release

Code coverage* (full report)

  • functions: 28.2% (7207 of 25518 functions)
  • lines: 46.9% (44238 of 94368 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
67d94c8 at 2024-03-21T14:38:20.158Z :recycle:

@jcsp
Copy link
Contributor

jcsp commented Feb 20, 2024

Does this mean that we'll need to pause staging deploys to this region while testing the release, or will this region only run releases, and we'll need to use the US staging region for testing changes that didn't make it to a release yet?

@bayandin
Copy link
Member Author

will this region only run releases, and we'll need to use the US staging region for testing changes that didn't make it to a release yet?

⬆️ This is the current approach

@bayandin bayandin force-pushed the bayandin/deploy-release-to-preprod branch from f4ee353 to 67d94c8 Compare March 21, 2024 12:45
@bayandin bayandin requested a review from arpad-m March 21, 2024 16:00
@bayandin bayandin merged commit 2668a1d into main Mar 22, 2024
57 checks passed
@bayandin bayandin deleted the bayandin/deploy-release-to-preprod branch March 22, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants