Skip to content

Promotion 2026-05-05 prod (#7992)#8001

Merged
dsotirho-ucsc merged 111 commits into
prodfrom
promotions/2026-05-05-prod
May 8, 2026
Merged

Promotion 2026-05-05 prod (#7992)#8001
dsotirho-ucsc merged 111 commits into
prodfrom
promotions/2026-05-05-prod

Conversation

@dsotirho-ucsc
Copy link
Copy Markdown
Contributor

@dsotirho-ucsc dsotirho-ucsc commented May 6, 2026

Linked issue: #7992

Notes

Checklist

Author

  • PR is assigned to the author
  • Status of PR is In progress
  • Target branch is prod
  • Name of PR branch matches promotions/yyyy-mm-dd-prod
  • PR is linked to the promotion issue it resolves
  • Status of linked issue is In progress
  • PR description links to linked issue
  • Title of linked issue matches Promotion yyyy-mm-dd
  • PR title starts with title of linked issue followed by prod
  • PR title references the linked issue

Author (reindex)

  • This PR is labeled reindex:prod or the changes introduced by it will not require reindexing of prod
  • This PR is labeled reindex:partial and its description documents the specific reindexing procedure for prod or requires a full reindex or is not labeledreindex:prod

Author (mirror)

  • This PR is labeled mirror:prod or the changes introduced by it will not require mirroring of prod
  • This PR is labeled mirror:partial and its description documents the specific mirroring procedure for prod or requires a full mirroring or is not labeledmirror:prod

Author (upgrading deployments)

  • This PR is labeled upgrade or does not require upgrading deployments
  • This PR is labeled deploy:shared or does not modify docker_images.json, and does not require deploying the shared component for any other reason
  • This PR is labeled deploy:gitlab or does not require deploying the gitlab component
  • This PR is labeled deploy:runner or does not require deploying the runner image

Author (before every review)

  • PR branch is up to date (if not, merge prod into PR branch to integrate upstream changes)
  • PR is not a draft
  • PR is awaiting requested review from system administrator
  • Status of PR is Review requested
  • PR is assigned to only the system administrator and the author

System administrator (after approval)

  • Actually approved the PR
  • Labeled PR as no sandbox
  • N reviews label is accurate
  • Status of PR is Approved
  • PR is assigned to only the operator and the author

Operator

  • Pushed PR branch to GitHub

Operator (deploy .shared and .gitlab components)

  • Ran _select prod.shared && CI_COMMIT_REF_NAME=prod make -C terraform/shared apply_keep_unused or this PR is not labeled deploy:shared
  • Ran _select prod.gitlab && python scripts/create_gitlab_snapshot.py --new-size 175 (see operator manual for details) or this PR is not labeled backup:gitlab
  • Followed Increase GitLab data volume size instructions
  • Ran _select prod.gitlab && CI_COMMIT_REF_NAME=prod make -C terraform/gitlab apply or this PR is not labeled deploy:gitlab
  • Checked the items in the next section or this PR is labeled deploy:gitlab
  • PR is assigned to only the system administrator and the author or this PR is not labeled deploy:gitlab

System administrator (post-deploy of .gitlab component)

  • Background migrations for prod.gitlab are complete or this PR is not labeled deploy:gitlab
  • PR is assigned to only the operator and the author

Operator (deploy runner image)

  • Ran _select prod.gitlab && make -C terraform/gitlab/runner or this PR is not labeled deploy:runner

Operator (merge the branch)

  • All status checks passed and the PR is mergeable
  • The title of the merge commit starts with the title of this PR
  • Added PR # reference to merge commit title
  • Collected commit title tags in merge commit title but excluded any p tags
  • Pushed merge commit to GitHub
  • Status of PR is Merged stable

Operator (main build)

  • Pushed merge commit to GitLab prod
  • Build passes on GitLab prod
  • Reviewed build logs for anomalies on GitLab prod
  • Followed upgrade instructions for prod for Disabled secrets cause OAuth clients to be flagged #7963
  • Ran _select prod.shared && make -C terraform/shared apply or this PR is not labeled deploy:shared
  • Deleted PR branch from GitHub

Operator (upgrading)

Operator (main build cont'd)

  • PR is assigned to only the operator
  • Status of linked issue is Stable
  • Status of promoted1 PRs is Merged stable
  • Status of promoted1 issues is Stable

1 Promoted issues and PRs are referenced in the titles of the commits
that the promotion branch introduces to the stable branch. Prior to the
promotion, the status of promoted issues (PRs) is Lower (Merged lower).
Promoted PRs in status Done do not need to be moved.

Operator (reindex)

  • Deindexed all unreferenced catalogs in prod or this PR is neither labeled reindex:partial nor reindex:prod
  • Deindexed specific sources in prod or this PR is neither labeled reindex:partial nor reindex:prod
  • Indexed specific sources in prod or this PR is neither labeled reindex:partial nor reindex:prod
  • Started reindex in prod or this PR does not require reindexing prod
  • Checked for, triaged and possibly requeued messages in both fail queues in prod or this PR does not require reindexing prod
  • Emptied fail queues in prod or this PR does not require reindexing prod
  • Restarted the Data Browser pipeline for the ucsc/hca/prod branch on GitLab in prod or this PR does not require reindexing prod
  • Restarted the Data Browser pipeline for the ucsc/lungmap/prod branch on GitLab in prod or this PR does not require reindexing prod
  • Restarted deploy_browser job in the GitLab pipeline for this PR in prod or this PR does not require reindexing prod

Operator (mirroring)

  • Started mirroring in prod or this PR is not labelled mirror:prod
  • Checked for, triaged and possibly requeued messages in mirror fail queue in prod or this PR is not labelled mirror:prod
  • Emptied mirror fail queue in prod or this PR is not labelled mirror:prod

Operator

  • PR is assigned to only the system administrator

System administrator

Shorthand for review comments

  • L line is too long
  • W line wrapping is wrong
  • Q bad quotes
  • F other formatting problem

hannes-ucsc and others added 30 commits April 26, 2026 08:30
… in preparation for the extraction of a delegatee
@dsotirho-ucsc dsotirho-ucsc self-assigned this May 6, 2026
@dsotirho-ucsc dsotirho-ucsc requested a review from hannes-ucsc as a code owner May 6, 2026 22:04
@dsotirho-ucsc dsotirho-ucsc added API API change affecting callers upgrade [process] PR includes commit requiring manual upgrade labels May 6, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

❌ Patch coverage is 70.41420% with 100 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.86%. Comparing base (691afba) to head (493d164).

Files with missing lines Patch % Lines
test/integration_test.py 0.00% 33 Missing ⚠️
src/azul/indexer/mirror_service.py 77.19% 13 Missing ⚠️
src/azul/service/user_controller.py 61.76% 13 Missing ⚠️
src/azul/service/storage_service.py 25.00% 12 Missing ⚠️
src/azul/service/user_service.py 59.09% 9 Missing ⚠️
src/azul/oauth2.py 77.77% 8 Missing ⚠️
test/indexer/test_mirror_controller.py 85.36% 6 Missing ⚠️
src/azul/plugins/repository/tdr.py 66.66% 3 Missing ⚠️
src/azul/__init__.py 80.00% 1 Missing ⚠️
src/azul/auth.py 85.71% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             prod    #8001      +/-   ##
==========================================
- Coverage   85.05%   84.86%   -0.19%     
==========================================
  Files         164      164              
  Lines       24669    23525    -1144     
==========================================
- Hits        20981    19965    -1016     
+ Misses       3688     3560     -128     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 84.943% (-0.1%) from 85.076% — promotions/2026-05-05-prod into prod

@dsotirho-ucsc dsotirho-ucsc added deploy:gitlab [process] PR requires deploying `gitlab` component deploy:shared [process] PR requires deploying `shared` component deploy:runner [process] PR requires deploying `runner` component backup:gitlab [process] PR requires backing up GitLab instances labels May 6, 2026
@hannes-ucsc hannes-ucsc added no sandbox [process] PR will not be tested in the sandbox 0 reviews [process] Lead didn't request any changes labels May 7, 2026
@hannes-ucsc hannes-ucsc removed their assignment May 7, 2026
@hannes-ucsc hannes-ucsc removed their assignment May 8, 2026
@dsotirho-ucsc dsotirho-ucsc merged commit 66ccfe3 into prod May 8, 2026
24 checks passed
@dsotirho-ucsc dsotirho-ucsc deleted the promotions/2026-05-05-prod branch May 9, 2026 00:22
@dsotirho-ucsc dsotirho-ucsc linked an issue May 9, 2026 that may be closed by this pull request
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0 reviews [process] Lead didn't request any changes API API change affecting callers backup:gitlab [process] PR requires backing up GitLab instances deploy:gitlab [process] PR requires deploying `gitlab` component deploy:runner [process] PR requires deploying `runner` component deploy:shared [process] PR requires deploying `shared` component no sandbox [process] PR will not be tested in the sandbox upgrade [process] PR includes commit requiring manual upgrade

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Promotion 2026-05-05

5 participants