Skip to content

Commit

Permalink
Minor resource update
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Aufart <maufart@redhat.com>
  • Loading branch information
aufi committed Sep 1, 2023
1 parent 7aaa1ff commit 1755739
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: start-minikube
uses: konveyor/tackle2-operator/.github/actions/start-minikube@main
with:
memory: 6400M
memory: 6500M
#container-runtime: containerd
#driver: podman
#cpus: 4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: actions/checkout@v3
- name: start-minikube
uses: konveyor/tackle2-operator/.github/actions/start-minikube@main
with:
memory: 6500M
- name: install-tackle
uses: konveyor/tackle2-operator/.github/actions/install-tackle@main
- uses: actions/setup-go@v3
Expand All @@ -23,6 +25,8 @@ jobs:
- uses: actions/checkout@v3
- name: start-minikube
uses: konveyor/tackle2-operator/.github/actions/start-minikube@main
with:
memory: 6500M
- name: install-tackle
uses: konveyor/tackle2-operator/.github/actions/install-tackle@main
- uses: actions/setup-go@v3
Expand All @@ -35,6 +39,8 @@ jobs:
- uses: actions/checkout@v3
- name: start-minikube
uses: konveyor/tackle2-operator/.github/actions/start-minikube@main
with:
memory: 6500M
- name: install-tackle
uses: konveyor/tackle2-operator/.github/actions/install-tackle@main
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 1755739

Please sign in to comment.