This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new fbbd453d27 Adjust HyperParameterTuningJobConfig values (#28368)
fbbd453d27 is described below

commit fbbd453d27fc9c6ac93f68de9e083ca684bec562
Author: D. Ferruzzi <[email protected]>
AuthorDate: Wed Dec 14 14:41:44 2022 -0800

    Adjust HyperParameterTuningJobConfig values (#28368)
---
 tests/system/providers/amazon/aws/example_sagemaker.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/system/providers/amazon/aws/example_sagemaker.py 
b/tests/system/providers/amazon/aws/example_sagemaker.py
index 42a7b9f8a4..4896cbc8f2 100644
--- a/tests/system/providers/amazon/aws/example_sagemaker.py
+++ b/tests/system/providers/amazon/aws/example_sagemaker.py
@@ -328,9 +328,8 @@ def set_up(env_id, role_arn):
                 "Type": "Maximize",
             },
             "ResourceLimits": {
-                # You would bump these up in production as appropriate.
-                "MaxNumberOfTrainingJobs": 2,
-                "MaxParallelTrainingJobs": 2,
+                "MaxNumberOfTrainingJobs": 10,
+                "MaxParallelTrainingJobs": 10,
             },
             "ParameterRanges": {
                 "CategoricalParameterRanges": [],

Reply via email to