-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into auto-update/renku-notebooks-1.19.0
- Loading branch information
Showing
38 changed files
with
113 additions
and
999 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Cron jobs | ||
|
||
on: | ||
schedule: | ||
# Every day at 1am | ||
- cron: '0 1 * * *' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
remove-CI-deployments: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: renku teardown | ||
uses: SwissDataScienceCenter/renku-actions/[email protected] | ||
env: | ||
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }} | ||
RENKUBOT_KUBECONFIG: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }} | ||
MAX_AGE_SECONDS: 604800 | ||
DELETE_NAMESPACE: "false" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
acceptance-tests/src/test/scala/ch/renku/acceptancetests/AnonymouSessionSpec.scala
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 0 additions & 47 deletions
47
acceptance-tests/src/test/scala/ch/renku/acceptancetests/DatasetModificationSpec.scala
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
acceptance-tests/src/test/scala/ch/renku/acceptancetests/DatasetUploadSpec.scala
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.