Skip to content

Commit

Permalink
Updated the logic for branch name and installation
Browse files Browse the repository at this point in the history
Signed-off-by: Aayush Chouhan <[email protected]>
  • Loading branch information
achouhan09 committed Dec 30, 2024
1 parent 6e51176 commit 7808b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build noobaa
run: |
cd ./noobaa-core
make noobaa NOOBAA_TAG=noobaa-core:master
make noobaa NOOBAA_TAG=noobaa-core:${{ env.BRANCH_NAME || 'master' }}
- name: Checkout noobaa-core (latest)
uses: actions/checkout@v4
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
--db-resources='{ "limits": {"cpu": "200m","memory": "2G"}, "requests": {"cpu": "200m","memory": "2G"}}' \
--core-resources='{ "limits": {"cpu": "200m","memory": "1G"}, "requests": {"cpu": "200m","memory": "1G"}}' \
--endpoint-resources='{ "limits": {"cpu": "200m","memory": "1G"}, "requests": {"cpu": "200m","memory": "1G"}}' \
--noobaa-image='noobaa-core:master'
--noobaa-image='noobaa-core:${{ env.BRANCH_NAME || 'master' }}'
./build/_output/bin/noobaa-operator status
- name: Wait for phase Ready in the backingstore pod
Expand Down

0 comments on commit 7808b68

Please sign in to comment.