Skip to content

Commit

Permalink
Remove xlarge from continuous build (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampathweb authored Dec 14, 2023
1 parent 6504edb commit 3044c16
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
6 changes: 2 additions & 4 deletions .kokoro/github/ubuntu/gpu/jax/continuous.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ env_vars: {
value: "jax"
}

env_vars: {
key: "RUN_XLARGE"
value: "1"
}
# Set timeout to 60 mins from default 180 mins
timeout_mins: 60
6 changes: 2 additions & 4 deletions .kokoro/github/ubuntu/gpu/keras2/continuous.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ env_vars: {
value: "1"
}

env_vars: {
key: "RUN_XLARGE"
value: "1"
}
# Set timeout to 60 mins from default 180 mins
timeout_mins: 60
6 changes: 2 additions & 4 deletions .kokoro/github/ubuntu/gpu/tensorflow/continuous.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ env_vars: {
value: "tensorflow"
}

env_vars: {
key: "RUN_XLARGE"
value: "1"
}
# Set timeout to 60 mins from default 180 mins
timeout_mins: 60
6 changes: 2 additions & 4 deletions .kokoro/github/ubuntu/gpu/torch/continuous.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ env_vars: {
value: "torch"
}

env_vars: {
key: "RUN_XLARGE"
value: "1"
}
# Set timeout to 60 mins from default 180 mins
timeout_mins: 60

0 comments on commit 3044c16

Please sign in to comment.