Add CI_PIPELINE_RERUNS environment variable#6588
Merged
Merged
Conversation
Add RerunCount field to pipeline model and expose it as CI_PIPELINE_RERUNS environment variable when > 0. - Add RerunCount field to Pipeline model - Add database migration for rerun_count column - Set CI_PIPELINE_RERUNS env var in pipeline metadata - Add unit and e2e tests
6543
reviewed
May 17, 2026
Member
|
@M31ancholy also wouod be good to resolve conflicts :) |
Contributor
Author
|
I realized that i might also need to update the docs, let me do this |
Contributor
Author
The changes look huge, but actually I only added a single line to explain CI_PIPELINE_RERUNS. All the other changes were caused by GoLand's Markdown formatter. |
Member
|
now you just have to address issues pointed out by the ci ... |
6543
approved these changes
May 17, 2026
Contributor
|
Surge PR preview deployment was removed |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6588 +/- ##
==========================================
+ Coverage 41.59% 41.63% +0.03%
==========================================
Files 432 432
Lines 28781 28785 +4
==========================================
+ Hits 11972 11985 +13
+ Misses 15732 15726 -6
+ Partials 1077 1074 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #5876