Skip to content

Commit

Permalink
chore(ci): Update renku actions to v1.11.0 (#3531)
Browse files Browse the repository at this point in the history
Co-authored-by: Renku Bot <renku@datascience.ch>
  • Loading branch information
aledegano and RenkuBot committed Mar 5, 2024
1 parent 6ad6f12 commit 1183444
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron-jobs.yaml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: renku teardown
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.10.0
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.11.0
env:
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }}
RENKUBOT_KUBECONFIG: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-helm-chart.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set version
id: vars
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- uses: SwissDataScienceCenter/renku-actions/publish-chart@v1.10.0
- uses: SwissDataScienceCenter/renku-actions/publish-chart@v1.11.0
env:
CHART_DIR: helm-chart/
CHART_NAME: renku
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-master-merges.yaml
Expand Up @@ -35,7 +35,7 @@ jobs:
- id: set-version
run: |
echo "publish_version=${{ steps.bump-semver.outputs.new_version }}.$(echo ${{ github.sha }} | cut -c 1-7)" >> $GITHUB_ENV
- uses: SwissDataScienceCenter/renku-actions/publish-chart@v1.10.0
- uses: SwissDataScienceCenter/renku-actions/publish-chart@v1.11.0
env:
CHART_DIR: helm-chart/
CHART_TAG: "--tag ${{env.publish_version}}"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pull-request-test.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- id: deploy-comment
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.10.0
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.11.0
with:
string: /deploy
pr_ref: ${{ github.event.number }}
Expand All @@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@v4.1.1
- name: renku build and deploy
if: needs.check-deploy.outputs.pr-contains-string == 'true'
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.10.0
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.11.0
env:
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
needs: [check-deploy, deploy-pr]
runs-on: ubuntu-22.04
steps:
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.10.0
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.11.0
with:
kubeconfig: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
renku-release: ci-renku-${{ github.event.number }}
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
]

steps:
- uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.10.0
- uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.11.0
if: github.event.action != 'closed' && needs.check-deploy.outputs.pr-contains-string == 'true' && needs.check-deploy.outputs.test-enabled == 'true'
with:
e2e-target: ${{ matrix.tests }}
Expand All @@ -162,7 +162,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: renku teardown
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.10.0
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.11.0
env:
HELM_RELEASE_REGEX: "^ci-renku-${{ github.event.number }}$"
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renku-dev-test.yaml
Expand Up @@ -8,7 +8,7 @@ jobs:
github.event.client_payload.message == 'Helm test succeeded' }}
runs-on: ubuntu-20.04
steps:
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.10.0
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.11.0
with:
kubeconfig: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
renku-release: renku
Expand Down

0 comments on commit 1183444

Please sign in to comment.