Skip to content

Commit

Permalink
🌱 use max cpus when starting minikube (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <dzager@redhat.com>
  • Loading branch information
djzager authored Jul 8, 2024
1 parent 6e02643 commit 9cc06d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/global-ci-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
uses: konveyor/tackle2-operator/.github/actions/start-minikube@main
with:
memory: 'max'
cpu: 'max'
cpus: 'max'

- name: Load images
if: ${{ inputs.artifact != '' }}
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
uses: konveyor/tackle2-operator/.github/actions/start-minikube@main
with:
memory: 'max'
cpu: 'max'
cpus: 'max'

- name: Load images
if: ${{ inputs.artifact != '' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/global-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
uses: konveyor/tackle2-operator/.github/actions/start-minikube@main
with:
memory: 'max'
cpu: 'max'
cpus: 'max'

# TODO: Could just load all images found in this artifact so that people can rebuild multiple components if needed
- name: Load image
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
uses: konveyor/tackle2-operator/.github/actions/start-minikube@main
with:
memory: 'max'
cpu: 'max'
cpus: 'max'

# TODO: Could just load all images found in this artifact so that people can rebuild multiple components if needed
- name: Load image
Expand Down

0 comments on commit 9cc06d0

Please sign in to comment.