Skip to content

Commit

Permalink
.ci/aws: Move p3dn's to ap-northeast-1
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Zegelstein <[email protected]>
  • Loading branch information
a-szegel committed Jun 5, 2024
1 parent c44e1e2 commit 6b98e3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/aws/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ pipeline {
def config = ".ci/aws/aws_ofi_nccl_pr_ci.yaml"
def num_instances = 4
def p3dn_lock_label = "p3dn-1-4node"
def p3dn_region = "us-east-1"
def p3dn_odcr = "cr-0ca89ca67f047efa8"
def p3dn_addl_args = "${addl_args_pr} --odcr-placement-group-name efa-placement-group2"
def p3dn_region = "ap-northeast-1"
def p3dn_odcr = "cr-08ecd03c0644442e4"
def p3dn_addl_args = "${addl_args_pr} --odcr-placement-group-name p3dn-placement-group"
def p3dn_al2_addl_args = "${p3dn_addl_args} --ami-id ami-0204943b2053d4808"
def p4d_lock_label = "p4d-1-4node"
def p4d_region = "us-east-2"
Expand Down

0 comments on commit 6b98e3f

Please sign in to comment.