Skip to content

Commit

Permalink
set 'storage_config'
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
  • Loading branch information
helenxie-bit committed Sep 21, 2024
1 parent 7bfb3cc commit efffdc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/v1beta1/scripts/gh-actions/run-e2e-tune-api.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ def run_e2e_experiment_create_by_tune_with_external_model(
num_procs_per_worker=1,
resources_per_worker={"cpu": "2", "memory": "10G",},
),
storage_config={
"size": "10Gi",
"access_modes": ["ReadWriteOnce"],
},
)
experiment = katib_client.wait_for_experiment_condition(
exp_name, exp_namespace, timeout=EXPERIMENT_TIMEOUT
Expand Down

0 comments on commit efffdc2

Please sign in to comment.