From 2b31b3fe614b8a1eb1bdc9142f1621459cd2b433 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Tue, 25 Nov 2025 08:27:45 +0100 Subject: [PATCH 1/2] DO NOT MERGE - FAKE CHANGE --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad8e2f3bf2..3eee8941b0 100644 --- a/README.md +++ b/README.md @@ -109,3 +109,4 @@ If you use the Renku platform for your research, please do cite our [paper](http } ``` +#FakeChange From 6017efd0defd5364dfb573da2855d20727fd0469 Mon Sep 17 00:00:00 2001 From: Flora Thiebaut Date: Wed, 3 Sep 2025 09:56:50 +0200 Subject: [PATCH 2/2] 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 af65b70750..6709dd4569 100644 --- a/.github/workflows/pull-request-test.yml +++ b/.github/workflows/pull-request-test.yml @@ -137,7 +137,7 @@ jobs: DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }} DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }} 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 }}" @@ -181,7 +181,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: