6666 steps :
6767 - uses : actions/checkout@v4.1.7
6868 - id : deploy-comment
69- uses : SwissDataScienceCenter/renku-actions/check-pr-description@v1.14 .1
69+ uses : SwissDataScienceCenter/renku-actions/check-pr-description@v1.15 .1
7070 with :
7171 string : /deploy
7272 pr_ref : ${{ github.event.number }}
8383 - uses : actions/checkout@v4.1.7
8484 - name : renku build and deploy
8585 if : needs.check-deploy.outputs.pr-contains-string == 'true'
86- uses : SwissDataScienceCenter/renku-actions/deploy-renku@v1.14 .1
86+ uses : SwissDataScienceCenter/renku-actions/deploy-renku@v1.15 .1
8787 env :
8888 DOCKER_PASSWORD : ${{ secrets.RENKU_DOCKER_PASSWORD }}
8989 DOCKER_USERNAME : ${{ secrets.RENKU_DOCKER_USERNAME }}
9292 RENKU_ANONYMOUS_SESSIONS : true
9393 RENKU_RELEASE : ci-renku-${{ github.event.number }}
9494 RENKU_VALUES_FILE : " ${{ github.workspace }}/values.yaml"
95- RENKU_VALUES : ${{ secrets.COMBINED_CHARTS_CI_RENKU_VALUES }}
95+ RENKU_VALUES : minimal-deployment/minimal-deployment-values.yaml
9696 RENKUBOT_KUBECONFIG : ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
9797 TEST_ARTIFACTS_PATH : " tests-artifacts-${{ github.sha }}"
9898 renku : " @${{ github.head_ref }}"
@@ -128,7 +128,7 @@ jobs:
128128 needs : [check-deploy, deploy-pr]
129129 runs-on : ubuntu-24.04
130130 steps :
131- - uses : SwissDataScienceCenter/renku-actions/test-renku@v1.14 .1
131+ - uses : SwissDataScienceCenter/renku-actions/test-renku@v1.15 .1
132132 with :
133133 kubeconfig : ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
134134 renku-release : ci-renku-${{ github.event.number }}
@@ -156,7 +156,7 @@ jobs:
156156 rstudioSession,
157157 ]
158158 steps :
159- - uses : SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.14 .1
159+ - uses : SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.15 .1
160160 if : github.event.action != 'closed' && needs.check-deploy.outputs.pr-contains-string == 'true' && needs.check-deploy.outputs.test-enabled == 'true'
161161 with :
162162 e2e-target : ${{ matrix.tests }}
@@ -197,17 +197,17 @@ jobs:
197197 runs-on : ubuntu-24.04
198198 steps :
199199 - name : Check deploy string
200- if : ${{
201- needs.check-deploy.outputs.pr-contains-string == 'true'
202- && startsWith(github.base_ref, 'release-')
203- && (
204- needs.check-deploy.outputs.renku-core != null
205- || needs.check-deploy.outputs.renku-gateway != null
206- || needs.check-deploy.outputs.renku-graph != null
207- || needs.check-deploy.outputs.renku-notebooks != null
208- || needs.check-deploy.outputs.renku-ui != null
209- || needs.check-deploy.outputs.renku-data-services != null
210- )
200+ if : ${{
201+ needs.check-deploy.outputs.pr-contains-string == 'true'
202+ && startsWith(github.base_ref, 'release-')
203+ && (
204+ needs.check-deploy.outputs.renku-core != null
205+ || needs.check-deploy.outputs.renku-gateway != null
206+ || needs.check-deploy.outputs.renku-graph != null
207+ || needs.check-deploy.outputs.renku-notebooks != null
208+ || needs.check-deploy.outputs.renku-ui != null
209+ || needs.check-deploy.outputs.renku-data-services != null
210+ )
211211 }}
212212 uses : actions/github-script@v7
213213 with :
@@ -218,7 +218,7 @@ jobs:
218218 runs-on : ubuntu-24.04
219219 steps :
220220 - name : renku teardown
221- uses : SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.14 .1
221+ uses : SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.15 .1
222222 env :
223223 HELM_RELEASE_REGEX : " ^ci-renku-${{ github.event.number }}$"
224224 GITLAB_TOKEN : ${{ secrets.DEV_GITLAB_TOKEN }}
0 commit comments