Skip to content

Commit

Permalink
chore(ci): Update renku actions to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot committed Dec 1, 2021
1 parent fbeaf34 commit ce5a95b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: deploy renku
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v0.3.0
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v0.3.2
env:
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
helm test renku --namespace renku --timeout 80m --logs
- name: Download artifact for packaging on failure
if: failure()
uses: SwissDataScienceCenter/renku-actions/download-test-artifacts@v0.3.0
uses: SwissDataScienceCenter/renku-actions/download-test-artifacts@v0.3.2
env:
RENKU_VALUES: ${{ secrets.CI_RENKU_VALUES }}
TEST_ARTIFACTS_PATH: "tests-artifacts-${{ github.sha }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set version
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- uses: SwissDataScienceCenter/renku-actions/publish-chart@v0.3.0
- uses: SwissDataScienceCenter/renku-actions/publish-chart@v0.3.2
env:
CHART_DIR: helm-chart/
CHART_NAME: renku
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
helm test staging-renku --namespace staging --timeout 80m --logs
- name: Download artifact for packaging on failure
if: failure()
uses: SwissDataScienceCenter/renku-actions/download-test-artifacts@v0.3.0
uses: SwissDataScienceCenter/renku-actions/download-test-artifacts@v0.3.2
env:
RENKU_VALUES: ${{ secrets.STAGING_VALUES_FILE }}
TEST_ARTIFACTS_PATH: "staging-test-artifacts"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pull-request-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- id: deploy-comment
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v0.3.0
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v0.3.2
with:
string: /deploy
pr_ref: ${{ github.event.number }}
Expand All @@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v2
- name: renku build and deploy
if: needs.check-deploy.outputs.pr-contains-string == 'true'
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v0.3.0
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v0.3.2
env:
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
helm test ${RENKU_RELEASE} --namespace ${RENKU_RELEASE} --timeout 80m --logs
- name: Download artifact for packaging on failure
if: failure()
uses: SwissDataScienceCenter/renku-actions/download-test-artifacts@v0.3.0
uses: SwissDataScienceCenter/renku-actions/download-test-artifacts@v0.3.2
env:
RENKU_VALUES: ${{ secrets.CI_RENKU_VALUES }}
TEST_ARTIFACTS_PATH: "tests-artifacts-${{ github.sha }}"
Expand All @@ -143,7 +143,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: renku teardown
uses: SwissDataScienceCenter/renku-actions/teardown-renku@v0.3.0
uses: SwissDataScienceCenter/renku-actions/teardown-renku@v0.3.2
env:
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }}
KUBECONFIG: "${{ github.workspace }}/renkubot-kube.config"
Expand Down

0 comments on commit ce5a95b

Please sign in to comment.