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 95a1b85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .ci/aws/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ 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_al2_addl_args = "${p3dn_addl_args} --ami-id ami-0204943b2053d4808"
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-0b9081c7bc36c4eba"
def p4d_lock_label = "p4d-1-4node"
def p4d_region = "us-east-2"
def p4d_odcr = "cr-0e5eebb3c896f6af0"
Expand Down
2 changes: 1 addition & 1 deletion .ci/aws/common.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def run_test_orchestrator_once(run_name, build_tag, os, instance_type, instance_
* Worst case, this increases our time to publish results on PR's by 15 minutes.
*/
if (instance_type == "p3dn.24xlarge") {
sh "sleep 300"
sh "sleep 150"
}

def cluster_name = get_cluster_name(build_tag, os, instance_type)
Expand Down

0 comments on commit 95a1b85

Please sign in to comment.