Skip to content

Commit 7808b68

Browse files
committed
Updated the logic for branch name and installation
Signed-off-by: Aayush Chouhan <[email protected]>
1 parent 6e51176 commit 7808b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upgrade-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build noobaa
2929
run: |
3030
cd ./noobaa-core
31-
make noobaa NOOBAA_TAG=noobaa-core:master
31+
make noobaa NOOBAA_TAG=noobaa-core:${{ env.BRANCH_NAME || 'master' }}
3232
3333
- name: Checkout noobaa-core (latest)
3434
uses: actions/checkout@v4
@@ -67,7 +67,7 @@ jobs:
6767
--db-resources='{ "limits": {"cpu": "200m","memory": "2G"}, "requests": {"cpu": "200m","memory": "2G"}}' \
6868
--core-resources='{ "limits": {"cpu": "200m","memory": "1G"}, "requests": {"cpu": "200m","memory": "1G"}}' \
6969
--endpoint-resources='{ "limits": {"cpu": "200m","memory": "1G"}, "requests": {"cpu": "200m","memory": "1G"}}' \
70-
--noobaa-image='noobaa-core:master'
70+
--noobaa-image='noobaa-core:${{ env.BRANCH_NAME || 'master' }}'
7171
./build/_output/bin/noobaa-operator status
7272
7373
- name: Wait for phase Ready in the backingstore pod

0 commit comments

Comments
 (0)