From 7808b68457d1ab2e1df241546548e184a0c73d16 Mon Sep 17 00:00:00 2001 From: Aayush Chouhan Date: Mon, 23 Dec 2024 22:00:02 +0530 Subject: [PATCH] Updated the logic for branch name and installation Signed-off-by: Aayush Chouhan --- .github/workflows/upgrade-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upgrade-tests.yaml b/.github/workflows/upgrade-tests.yaml index bac94115fa..8c302b5edb 100644 --- a/.github/workflows/upgrade-tests.yaml +++ b/.github/workflows/upgrade-tests.yaml @@ -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 @@ -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