Skip to content

Commit

Permalink
try using larger nodes in build and increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyPinfold committed Dec 19, 2024
1 parent a928b5f commit a97ae42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ decoupled-test: manifests generate ## Run decoupled acceptance tests

ARGO_VERSION=$(shell sed -n 's/[^ tab]*github.com\/argoproj\/argo-workflows\/v3 \(v[.0-9]*\)[^.0-9]*/\1/p' <go.mod)
integration-test-up:
minikube start -p kfp-operator-tests --registry-mirror="https://mirror.gcr.io" --driver=docker --cpus='2' --memory='4g' --force-systemd
minikube start -p kfp-operator-tests --registry-mirror="https://mirror.gcr.io" --driver=docker --cpus='4' --memory='4g' --force-systemd
# Install Argo
kubectl create namespace argo --dry-run=client -o yaml | kubectl apply -f -
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/${ARGO_VERSION}/quick-start-postgres.yaml
kubectl wait -n argo deployment/workflow-controller --for condition=available --timeout=5m
kubectl wait -n argo deployment/workflow-controller --for condition=available --timeout=10m
# Proxy K8s API
kubectl proxy --port=8080 & echo $$! > config/testing/pids

Expand Down
4 changes: 2 additions & 2 deletions bibcd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ context: mlops
triggering: master-and-prs

defaultNodes:
cdBuild: l-asdf
prBuild: l-asdf
cdBuild: xl-asdf
prBuild: xl-asdf

modules:
root:
Expand Down

0 comments on commit a97ae42

Please sign in to comment.