diff --git a/.github/workflows/global-ci-bundle.yml b/.github/workflows/global-ci-bundle.yml index 049f8d8..b2cc61f 100644 --- a/.github/workflows/global-ci-bundle.yml +++ b/.github/workflows/global-ci-bundle.yml @@ -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 != '' }} @@ -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 != '' }} diff --git a/.github/workflows/global-ci.yml b/.github/workflows/global-ci.yml index 4a2087a..7bafd45 100644 --- a/.github/workflows/global-ci.yml +++ b/.github/workflows/global-ci.yml @@ -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 @@ -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