Skip to content

Commit

Permalink
test(sdk): add missing field parameters.
Browse files Browse the repository at this point in the history
Signed-off-by: Electronic-Waste <2690692950@qq.com>
  • Loading branch information
Electronic-Waste committed Jul 30, 2024
1 parent 87a3a65 commit 153cdef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/v1beta1/scripts/gh-actions/run-e2e-experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ def objective(parameters):
name=exp_name,
namespace=exp_namespace,
objective=objective,
parameters=parameters,
objective_metric_name="result",
max_trial_count=4,
resources_per_trial={"cpu": "2"},
Expand Down

0 comments on commit 153cdef

Please sign in to comment.