-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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: remove stable-perf from PR and push CI #33479
Merged
Merged
Conversation
This file contains 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
Codecov Report
@@ Coverage Diff @@
## master #33479 +/- ##
=======================================
Coverage 81.7% 81.7%
=======================================
Files 802 802
Lines 217801 217801
=======================================
+ Hits 178110 178128 +18
+ Misses 39691 39673 -18 |
CriesofCarrots
approved these changes
Oct 3, 2023
Since the "move" part doesn't actually happen in this PR, you might want to reword the title before merge to be more clear. Something like "remove stable-perf from PR and push CI", or something? |
yihau
changed the title
ci: move stable-perf to nightly pipeline
ci: remove stable-perf from PR and push CI
Oct 3, 2023
yeah, it looks closer to what this PR does. thank you 🫶 |
yihau
added
v1.16
PRs that should be backported to v1.16
v1.17
PRs that should be backported to v1.17
labels
Oct 3, 2023
mergify bot
pushed a commit
that referenced
this pull request
Oct 3, 2023
ci: move stable-perf to nightly pipeline (cherry picked from commit b87c8d1)
mergify bot
pushed a commit
that referenced
this pull request
Oct 3, 2023
ci: move stable-perf to nightly pipeline (cherry picked from commit b87c8d1)
This was referenced Oct 3, 2023
yihau
added a commit
that referenced
this pull request
Oct 4, 2023
ci: move stable-perf to nightly pipeline (cherry picked from commit b87c8d1)
mergify bot
added a commit
that referenced
this pull request
Oct 4, 2023
#33499) ci: remove stable-perf from PR and push CI (#33479) ci: move stable-perf to nightly pipeline (cherry picked from commit b87c8d1) Co-authored-by: Yihau Chen <[email protected]>
mergify bot
added a commit
that referenced
this pull request
Oct 4, 2023
#33500) ci: remove stable-perf from PR and push CI (#33479) ci: move stable-perf to nightly pipeline (cherry picked from commit b87c8d1) Co-authored-by: Yihau Chen <[email protected]>
tao-stones
pushed a commit
to tao-stones/solana
that referenced
this pull request
Oct 6, 2023
ci: move stable-perf to nightly pipeline
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.
Problem
close #33063
Summary of Changes
remove stable-perf tests
(btw, I've created a pipeline to run stable-perf nightly on master,
v1.16v1.17 andv1.14v1.16)