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 }}"
@@ -240,7 +240,7 @@ jobs:
240240 e2e-target : ${{ matrix.tests }}
241241 kubernetes-cluster-fqdn : ${{ needs.check-deploy.outputs.deploy == 'true' && 'dev.renku.ch' }}
242242 renku-reference : ${{ github.ref }}
243- renku-release : ci-renku-${{ github.event.number }}
243+ renku-release : " staging " # TODO: undo at the end of the build
244244 test-user-password : ${{ secrets.RENKU_BOT_DEV_PASSWORD }}
245245
246246 deploy-string-no-custom-version :
You can’t perform that action at this time.
0 commit comments