Skip to content

Commit 50dc2a3

Browse files
authored
increase hpo parallel training jobs to 2 (#146)
Issue #, if available: see conversation on #144. Although I don't see any technical reason to have 2 training jobs in this test, I will disagree and commit to increasing the parallel job count for now so the jobs do not run serially Testing: PR build By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent aa6ef88 commit 50dc2a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/resources/xgboost_hpojob.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
metricName: validation:error
1212
resourceLimits:
1313
maxNumberOfTrainingJobs: 2
14-
maxParallelTrainingJobs: 1
14+
maxParallelTrainingJobs: 2
1515
parameterRanges:
1616
integerParameterRanges:
1717
- name: num_round
@@ -65,4 +65,4 @@ spec:
6565
- key: environment
6666
value: testing
6767
- key: customer
68-
value: test-user
68+
value: test-user

0 commit comments

Comments
 (0)