-
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 #3704 from SwissDataScienceCenter/release/v2.9.2
chore: release v2.9.2
- Loading branch information
Showing
27 changed files
with
566 additions
and
323 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
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 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 |
---|---|---|
|
@@ -263,7 +263,7 @@ jobs: | |
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }} | ||
run: pytest -m "integration and not shaky and not service and not serial" -v --timeout=600 -n auto | ||
- name: Start Redis | ||
uses: supercharge/redis-github-action@1.6.0 | ||
uses: supercharge/redis-github-action@1.8.0 | ||
- name: Test with pytest (serial) | ||
env: | ||
POETRY_VIRTUALENVS_CREATE: false | ||
|
@@ -314,7 +314,7 @@ jobs: | |
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }} | ||
run: pytest -m "integration and shaky and not service and not serial" -v --timeout=600 -n auto | ||
- name: Start Redis | ||
uses: supercharge/redis-github-action@1.6.0 | ||
uses: supercharge/redis-github-action@1.8.0 | ||
- name: Test with pytest (serial) | ||
env: | ||
POETRY_VIRTUALENVS_CREATE: false | ||
|
@@ -588,13 +588,13 @@ jobs: | |
echo "GIT_USER=Renku Bot" >> $GITHUB_ENV | ||
echo "[email protected]" >> $GITHUB_ENV | ||
- name: Build and push images | ||
uses: SwissDataScienceCenter/renku-actions/[email protected].0 | ||
uses: SwissDataScienceCenter/renku-actions/[email protected].1 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }} | ||
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }} | ||
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }} | ||
- name: Update component version | ||
uses: SwissDataScienceCenter/renku-actions/[email protected].0 | ||
uses: SwissDataScienceCenter/renku-actions/[email protected].1 | ||
env: | ||
COMPONENT_NAME: renku-core | ||
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ global: | |
versions: | ||
latest: | ||
image: | ||
tag: v2.9.1 | ||
tag: v2.9.2 |
Oops, something went wrong.