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
10 changes: 5 additions & 5 deletions .github/workflows/pull-request-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
extra-values: ${{ steps.deploy-comment.outputs.extra-values }}
steps:
- id: deploy-comment
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.23.0
uses: SwissDataScienceCenter/renku-actions/check-pr-description@chore/remove-obsolete-components
with:
pr_ref: ${{ github.event.number }}

Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:

- name: renku build and deploy
if: needs.check-deploy.outputs.deploy == 'true'
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.23.0
uses: SwissDataScienceCenter/renku-actions/deploy-renku@chore/remove-obsolete-components
env:
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
sessions,
]
steps:
- uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.23.0
- uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@chore/remove-obsolete-components
if: github.event.action != 'closed' && needs.check-deploy.outputs.deploy == 'true' && needs.check-deploy.outputs.test-enabled == 'true'
with:
e2e-folder: cypress/e2e/v2/
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
run: kubectl get pods -A

- name: Run Cypress slow tests
uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.23.0
uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@chore/remove-obsolete-components
with:
e2e-folder: cypress/e2e/slow/
e2e-target: ${{ matrix.tests }}
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:

# Cleanup Azure deployments
- name: renku teardown
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.23.0
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@chore/remove-obsolete-components
env:
HELM_RELEASE_REGEX: "^ci-renku-${{ github.event.number }}$"
KUBECONFIG: "${{ github.workspace }}/renkubot-kube.config"
Expand Down
2 changes: 2 additions & 0 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
## that are tuned for a small-scale deployment. For larger deployments, you will need
## to adjust these values to match your cluster's capacity and your expected load.

# FAKE CHANGE

## Global variables
## Shared values/secrets
global:
Expand Down
Loading