Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ If you use the Renku platform for your research, please do cite our [paper](http
}
```

#FakeChange
Loading