-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3043 from SwissDataScienceCenter/release/v1.6.0
chore: release v1.6.0
- Loading branch information
Showing
106 changed files
with
5,393 additions
and
3,353 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 |
---|---|---|
|
@@ -309,6 +309,15 @@ jobs: | |
run: | | ||
git config --global --add user.name "Renku Bot" | ||
git config --global --add user.email "[email protected]" | ||
- name: Set coveralls path mapping | ||
run: | | ||
echo " | ||
[tool.coverage.paths] | ||
source = [ | ||
\"renku/\", | ||
\"$(python -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')/renku/\" | ||
]" >> pyproject.toml | ||
- name: Test with pytest | ||
env: | ||
POETRY_VIRTUALENVS_CREATE: false | ||
|
@@ -321,6 +330,7 @@ jobs: | |
GITHUB_TOKEN: $COVERALLS_REPO_TOKEN | ||
RENKU_REQUESTS_TIMEOUT_SECONDS: 120 | ||
COVERALLS_PARALLEL: true | ||
if: always() | ||
run: coveralls --service=github-actions | ||
continue-on-error: true | ||
|
||
|
@@ -367,6 +377,15 @@ jobs: | |
run: | | ||
git config --global --add user.name "Renku Bot" | ||
git config --global --add user.email "[email protected]" | ||
- name: Set coveralls path mapping | ||
run: | | ||
echo " | ||
[tool.coverage.paths] | ||
source = [ | ||
\"renku/\", | ||
\"$(python -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')/renku/\" | ||
]" >> pyproject.toml | ||
- name: Test with pytest | ||
env: | ||
POETRY_VIRTUALENVS_CREATE: false | ||
|
@@ -385,6 +404,7 @@ jobs: | |
GITHUB_TOKEN: $COVERALLS_REPO_TOKEN | ||
RENKU_REQUESTS_TIMEOUT_SECONDS: 120 | ||
COVERALLS_PARALLEL: true | ||
if: always() | ||
run: coveralls --service=github-actions | ||
continue-on-error: true | ||
|
||
|
@@ -431,6 +451,15 @@ jobs: | |
run: | | ||
git config --global --add user.name "Renku Bot" | ||
git config --global --add user.email "[email protected]" | ||
- name: Set coveralls path mapping | ||
run: | | ||
echo " | ||
[tool.coverage.paths] | ||
source = [ | ||
\"renku/\", | ||
\"$(python -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')/renku/\" | ||
]" >> pyproject.toml | ||
- name: Test with pytest | ||
env: | ||
POETRY_VIRTUALENVS_CREATE: false | ||
|
@@ -449,6 +478,7 @@ jobs: | |
GITHUB_TOKEN: $COVERALLS_REPO_TOKEN | ||
RENKU_REQUESTS_TIMEOUT_SECONDS: 120 | ||
COVERALLS_PARALLEL: true | ||
if: always() | ||
run: coveralls --service=github-actions | ||
continue-on-error: true | ||
|
||
|
@@ -495,6 +525,15 @@ jobs: | |
run: | | ||
git config --global --add user.name "Renku Bot" | ||
git config --global --add user.email "[email protected]" | ||
- name: Set coveralls path mapping | ||
run: | | ||
echo " | ||
[tool.coverage.paths] | ||
source = [ | ||
\"renku/\", | ||
\"$(python -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')/renku/\" | ||
]" >> pyproject.toml | ||
- name: Test with pytest | ||
env: | ||
POETRY_VIRTUALENVS_CREATE: false | ||
|
@@ -507,6 +546,7 @@ jobs: | |
GITHUB_TOKEN: $COVERALLS_REPO_TOKEN | ||
RENKU_REQUESTS_TIMEOUT_SECONDS: 120 | ||
COVERALLS_PARALLEL: true | ||
if: always() | ||
run: coveralls --service=github-actions | ||
continue-on-error: true | ||
|
||
|
@@ -714,6 +754,15 @@ jobs: | |
with: | ||
path: cassettes | ||
key: ${{ env.NETWORK_CACHE_PREFIX }}-${{ needs.year-week.outputs.date }}-${{ hashFiles('tests') }}-${{ github.job }} | ||
- name: Set coveralls path mapping | ||
run: | | ||
echo " | ||
[tool.coverage.paths] | ||
source = [ | ||
\"renku/\", | ||
\"$(python -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')/renku/\" | ||
]" >> pyproject.toml | ||
- name: Test with pytest | ||
env: | ||
POETRY_VIRTUALENVS_CREATE: false | ||
|
@@ -725,6 +774,8 @@ jobs: | |
OLOS_ACCESS_TOKEN: ${{ secrets.OLOS_ACCESS_TOKEN }} | ||
RENKU_REQUESTS_TIMEOUT_SECONDS: 120 | ||
run: pytest -m "integration and not service and not serial" -v --timeout=600 -n auto | ||
- name: Start Redis | ||
uses: supercharge/[email protected] | ||
- name: Test with pytest (serial) | ||
env: | ||
POETRY_VIRTUALENVS_CREATE: false | ||
|
@@ -742,6 +793,7 @@ jobs: | |
GITHUB_TOKEN: $COVERALLS_REPO_TOKEN | ||
RENKU_REQUESTS_TIMEOUT_SECONDS: 120 | ||
COVERALLS_PARALLEL: true | ||
if: always() | ||
run: coveralls --service=github-actions | ||
continue-on-error: true | ||
|
||
|
@@ -793,6 +845,15 @@ jobs: | |
with: | ||
path: cassettes | ||
key: ${{ env.NETWORK_CACHE_PREFIX }}-${{ needs.year-week.outputs.date }}-${{ hashFiles('tests') }}-${{ github.job }} | ||
- name: Set coveralls path mapping | ||
run: | | ||
echo " | ||
[tool.coverage.paths] | ||
source = [ | ||
\"renku/\", | ||
\"$(python -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')/renku/\" | ||
]" >> pyproject.toml | ||
- name: Test with pytest | ||
env: | ||
POETRY_VIRTUALENVS_CREATE: false | ||
|
@@ -821,6 +882,7 @@ jobs: | |
GITHUB_TOKEN: $COVERALLS_REPO_TOKEN | ||
RENKU_REQUESTS_TIMEOUT_SECONDS: 120 | ||
COVERALLS_PARALLEL: true | ||
if: always() | ||
run: coveralls --service=github-actions | ||
continue-on-error: true | ||
|
||
|
@@ -863,6 +925,8 @@ jobs: | |
OLOS_ACCESS_TOKEN: ${{ secrets.OLOS_ACCESS_TOKEN }} | ||
RENKU_REQUESTS_TIMEOUT_SECONDS: 120 | ||
run: pytest -m "integration and not serial" -v | ||
- name: Start Redis | ||
uses: supercharge/[email protected] | ||
- name: Test with pytest(serial) | ||
env: | ||
POETRY_VIRTUALENVS_CREATE: false | ||
|
@@ -1004,6 +1068,7 @@ jobs: | |
test-linux-integration, | ||
test-linux-integration-service, | ||
] | ||
if: always() | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: read | ||
|
@@ -1013,3 +1078,4 @@ jobs: | |
with: | ||
github-token: ${{ secrets.github_token }} | ||
parallel-finished: true | ||
base-path: renku/ |
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
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
62d4f12d9be4d80c0dfbdef2957fde9a cheatsheet.tex | ||
e76e9f0f1bdb504ab7571c0d89815d99 cheatsheet.tex | ||
c70c179e07f04186ec05497564165f11 sdsc_cheatsheet.cls |
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
Oops, something went wrong.