From bb66952cde0b8640da0ddfa3fe4de187b5ef5cc6 Mon Sep 17 00:00:00 2001 From: Flora Thiebaut Date: Wed, 3 Sep 2025 09:56:50 +0200 Subject: [PATCH] feat: deploy to staging --- .github/workflows/pull-request-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-test.yml b/.github/workflows/pull-request-test.yml index 1082f2237a..87afa20f28 100644 --- a/.github/workflows/pull-request-test.yml +++ b/.github/workflows/pull-request-test.yml @@ -134,7 +134,7 @@ jobs: DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }} GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }} KUBECONFIG: "${{ github.workspace }}/renkubot-kube.config" - RENKU_RELEASE: ci-renku-${{ github.event.number }} + RENKU_RELEASE: "staging" # TODO: undo at the end of the build RENKU_VALUES_FILE: "${{ github.workspace }}/values.yaml" RENKU_VALUES: minimal-deployment/minimal-deployment-values.yaml TEST_ARTIFACTS_PATH: "tests-artifacts-${{ github.sha }}" @@ -178,7 +178,7 @@ jobs: e2e-target: ${{ matrix.tests }} kubernetes-cluster-fqdn: ${{ needs.check-deploy.outputs.deploy == 'true' && 'dev.renku.ch' }} renku-reference: ${{ github.ref }} - renku-release: ci-renku-${{ github.event.number }} + renku-release: "staging" # TODO: undo at the end of the build test-user-password: ${{ secrets.RENKU_BOT_DEV_PASSWORD }} cypress-acceptance-tests-slow: