File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 DOCKER_USERNAME : ${{ secrets.RENKU_DOCKER_USERNAME }}
135135 GITLAB_TOKEN : ${{ secrets.DEV_GITLAB_TOKEN }}
136136 KUBECONFIG : " ${{ github.workspace }}/renkubot-kube.config"
137- RENKU_RELEASE : ci-renku-${{ github.event.number }}
137+ RENKU_RELEASE : " staging " # TODO: undo at the end of the build
138138 RENKU_VALUES_FILE : " ${{ github.workspace }}/values.yaml"
139139 RENKU_VALUES : minimal-deployment/minimal-deployment-values.yaml
140140 TEST_ARTIFACTS_PATH : " tests-artifacts-${{ github.sha }}"
@@ -178,7 +178,7 @@ jobs:
178178 e2e-target : ${{ matrix.tests }}
179179 kubernetes-cluster-fqdn : ${{ needs.check-deploy.outputs.deploy == 'true' && 'dev.renku.ch' }}
180180 renku-reference : ${{ github.ref }}
181- renku-release : ci-renku-${{ github.event.number }}
181+ renku-release : " staging " # TODO: undo at the end of the build
182182 test-user-password : ${{ secrets.RENKU_BOT_DEV_PASSWORD }}
183183
184184 cypress-acceptance-tests-slow :
You can’t perform that action at this time.
0 commit comments