Skip to content

Commit

Permalink
increase cpu
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <[email protected]>
  • Loading branch information
helenxie-bit committed Sep 19, 2024
1 parent da3c298 commit a1bff26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-tune-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
echo "Fetching logs for pod: $POD_NAME"
kubectl describe pod $POD_NAME -n default
kubectl logs $POD_NAME -n default
kubectl top pods $POD_NAME
kubectl get events -n default | grep "tune-example-2"
# Step to fetch kubelet logs from Minikube
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/v1beta1/scripts/gh-actions/run-e2e-tune-api.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def run_e2e_experiment_create_by_tune_with_external_model(
resources_per_trial=katib.TrainerResources(
num_workers=1,
num_procs_per_worker=1,
resources_per_worker={"cpu": "1", "memory": "10G",},
resources_per_worker={"cpu": "2", "memory": "10G",},
),
)
experiment = katib_client.wait_for_experiment_condition(
Expand Down

0 comments on commit a1bff26

Please sign in to comment.