Skip to content

Commit

Permalink
.ci/aws: Move p5 ODCR to af-south-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 May 16, 2024
1 parent a8e549f commit 6aaf031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/aws/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ pipeline {
def p4d_odcr = "cr-0e5eebb3c896f6af0"
def p4d_addl_args = "${addl_args_pr} --odcr ${p4d_odcr}"
def p5_lock_label = "p5-1-4node"
def p5_region = "us-east-2"
def p5_odcr = "cr-0b5693c31bc89b82d"
def p5_region = "af-south-1"
def p5_odcr = "cr-02eb632dcd8175139"
def p5_addl_args = "${addl_args_pr} --odcr ${p5_odcr}"

// p3dn tests
Expand Down

0 comments on commit 6aaf031

Please sign in to comment.