roachtest,roachprod: use {c,m}6i{,d} AWS machine types#99991
Closed
nicktrav wants to merge 1 commit intocockroachdb:masterfrom
Closed
roachtest,roachprod: use {c,m}6i{,d} AWS machine types#99991nicktrav wants to merge 1 commit intocockroachdb:masterfrom
nicktrav wants to merge 1 commit intocockroachdb:masterfrom
Conversation
Member
047acf1 to
b327f76
Compare
Update the AWS machine types that roachtest / roachprod support. The `m5` machine type is replaced by `m6i`, and `c5` is replaced by `c6i`. Release note: None.
b327f76 to
c3963b9
Compare
srosenberg
added a commit
to srosenberg/cockroach
that referenced
this pull request
Jun 6, 2023
Previously, roachtest used n1 in GCE, m5d and c6d in AWS. CockroachDB Cloud hardware now uses n2 in GCE, m6i in AWS [1]. This change brings roachtest hardware into parity with CockroachDB Cloud; it is based on the draft PR in [2]. [1] https://cockroachlabs.atlassian.net/wiki/spaces/MC/pages/2799501550/CockroachDB+Cloud+Hardware [2] cockroachdb#99991 Epic: none Release note: None Co-authored-by: Nick Travers <travers@cockroachlabs.com>
Collaborator
Author
|
Closing in favor of #104419. |
srosenberg
added a commit
to srosenberg/cockroach
that referenced
this pull request
Jun 11, 2023
Previously, roachtest used n1 in GCE, m5d and c6d in AWS. CockroachDB Cloud hardware now uses n2 in GCE, m6i in AWS [1]. This change brings roachtest hardware into parity with CockroachDB Cloud; it is based on the draft PR in [2]. [1] https://cockroachlabs.atlassian.net/wiki/spaces/MC/pages/2799501550/CockroachDB+Cloud+Hardware [2] cockroachdb#99991 Epic: none Release note: None Co-authored-by: Nick Travers <travers@cockroachlabs.com>
craig bot
pushed a commit
that referenced
this pull request
Jun 11, 2023
104419: roachtest: upgrade GCE to n2 and AWS to m6id and c6id r=erikgrinaker,tbg,herkolategan a=srosenberg Previously, roachtest used n1 in GCE, m5d and c6d in AWS. CockroachDB Cloud hardware now uses n2 in GCE, m6i in AWS [1]. This change brings roachtest hardware into parity with CockroachDB Cloud; it is based on the draft PR in [2]. [1] https://cockroachlabs.atlassian.net/wiki/spaces/MC/pages/2799501550/CockroachDB+Cloud+Hardware [2] #99991 Epic: none Release note: None Co-authored-by: Stan Rosenberg <stan.rosenberg@gmail.com>
srosenberg
added a commit
to srosenberg/cockroach
that referenced
this pull request
Jun 15, 2023
Previously, roachtest used n1 in GCE, m5d and c6d in AWS. CockroachDB Cloud hardware now uses n2 in GCE, m6i in AWS [1]. This change brings roachtest hardware into parity with CockroachDB Cloud; it is based on the draft PR in [2]. [1] https://cockroachlabs.atlassian.net/wiki/spaces/MC/pages/2799501550/CockroachDB+Cloud+Hardware [2] cockroachdb#99991 Epic: none Release note: None Co-authored-by: Nick Travers <travers@cockroachlabs.com>
srosenberg
added a commit
to srosenberg/cockroach
that referenced
this pull request
Jun 16, 2023
Previously, roachtest used n1 in GCE, m5d and c6d in AWS. CockroachDB Cloud hardware now uses n2 in GCE, m6i in AWS [1]. This change brings roachtest hardware into parity with CockroachDB Cloud; it is based on the draft PR in [2]. [1] https://cockroachlabs.atlassian.net/wiki/spaces/MC/pages/2799501550/CockroachDB+Cloud+Hardware [2] cockroachdb#99991 Epic: none Release note: None Co-authored-by: Nick Travers <travers@cockroachlabs.com>
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.
Update the AWS machine types that roachtest / roachprod support. The
m5machine type is replaced bym6i, andc5is replaced byc6i.Release note: None.
Epic: None.