@@ -25,13 +25,15 @@ jobs:
2525 renku-graph : ${{ steps.deploy-comment.outputs.renku-graph}}
2626 renku-notebooks : ${{ steps.deploy-comment.outputs.renku-notebooks}}
2727 renku-ui : ${{ steps.deploy-comment.outputs.renku-ui}}
28+ amalthea-sessions : ${{ steps.deploy-comment.outputs.amalthea-sessions}}
29+ amalthea : ${{ steps.deploy-comment.outputs.amalthea}}
2830 test-enabled : ${{ steps.deploy-comment.outputs.test-enabled}}
2931 test-cypress-enabled : ${{ steps.deploy-comment.outputs.test-cypress-enabled}}
3032 persist : ${{ steps.deploy-comment.outputs.persist}}
3133 extra-values : ${{ steps.deploy-comment.outputs.extra-values}}
3234 steps :
3335 - id : deploy-comment
34- uses : SwissDataScienceCenter/renku-actions/check-pr-description@v1.11.3
36+ uses : SwissDataScienceCenter/renku-actions/check-pr-description@v1.12.1
3537 with :
3638 string : /deploy
3739 pr_ref : ${{ github.event.number }}
6163 body : |
6264 You can access the deployment of this PR at https://renku-ci-ds-${{ github.event.number }}.dev.renku.ch
6365 - name : Build and deploy
64- uses : SwissDataScienceCenter/renku-actions/deploy-renku@v1.11.3
66+ uses : SwissDataScienceCenter/renku-actions/deploy-renku@v1.12.1
6567 env :
6668 RANCHER_PROJECT_ID : ${{ secrets.CI_RANCHER_PROJECT }}
6769 DOCKER_PASSWORD : ${{ secrets.RENKU_DOCKER_PASSWORD }}
@@ -84,14 +86,16 @@ jobs:
8486 renku_graph : " ${{ needs.check-deploy.outputs.renku-graph }}"
8587 renku_notebooks : " ${{ needs.check-deploy.outputs.renku-notebooks }}"
8688 renku_data_services : " @${{ github.head_ref }}"
89+ amalthea : " ${{ needs.check-deploy.outputs.amalthea }}"
90+ amalthea-sessions : " ${{ needs.check-deploy.outputs.amalthea-sessions }}"
8791 extra_values : " ${{ needs.check-deploy.outputs.extra-values }}"
8892
8993 selenium-acceptance-tests :
9094 needs : [check-deploy, deploy-pr]
9195 if : github.event.action != 'closed' && needs.check-deploy.outputs.pr-contains-string == 'true' && needs.check-deploy.outputs.test-enabled == 'true'
9296 runs-on : ubuntu-22.04
9397 steps :
94- - uses : SwissDataScienceCenter/renku-actions/test-renku@v1.11.3
98+ - uses : SwissDataScienceCenter/renku-actions/test-renku@v1.12.1
9599 with :
96100 kubeconfig : ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
97101 renku-release : renku-ci-ds-${{ github.event.number }}
@@ -118,7 +122,7 @@ jobs:
118122 steps :
119123 - name : Extract Renku repository reference
120124 run : echo "RENKU_REFERENCE=`echo '${{ needs.check-deploy.outputs.renku }}' | cut -d'@' -f2`" >> $GITHUB_ENV
121- - uses : SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.11.3
125+ - uses : SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.12.1
122126 with :
123127 e2e-target : ${{ matrix.tests }}
124128 renku-reference : ${{ env.RENKU_REFERENCE }}
@@ -146,7 +150,7 @@ jobs:
146150 body : |
147151 Tearing down the temporary RenkuLab deplyoment for this PR.
148152 - name : renku teardown
149- uses : SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.11.3
153+ uses : SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.12.1
150154 env :
151155 HELM_RELEASE_REGEX : " ^renku-ci-ds-${{ github.event.number }}$"
152156 GITLAB_TOKEN : ${{ secrets.DEV_GITLAB_TOKEN }}
0 commit comments