Skip to content

Commit

Permalink
chore(ci): Update renku actions to v1.8.2 (#3290)
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot authored Oct 6, 2023
1 parent f595da7 commit b08896f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: renku teardown
uses: SwissDataScienceCenter/renku-actions/[email protected].1
uses: SwissDataScienceCenter/renku-actions/[email protected].2
env:
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }}
RENKUBOT_KUBECONFIG: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-helm-chart.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 "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- uses: SwissDataScienceCenter/renku-actions/[email protected].1
- uses: SwissDataScienceCenter/renku-actions/[email protected].2
env:
CHART_DIR: helm-chart/
CHART_NAME: renku
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
with:
fetch-depth: 0
- name: Rollout renku version
uses: SwissDataScienceCenter/renku-actions/[email protected].1
uses: SwissDataScienceCenter/renku-actions/[email protected].2
env:
CHART_VERSION: ${{ needs.publish-chart.outputs.chart-version }}
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-master-merges.yaml
Original file line number Diff line number Diff line change
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/[email protected].1
- uses: SwissDataScienceCenter/renku-actions/[email protected].2
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
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: deploy-comment
uses: SwissDataScienceCenter/renku-actions/[email protected].1
uses: SwissDataScienceCenter/renku-actions/[email protected].2
with:
string: /deploy
pr_ref: ${{ github.event.number }}
Expand All @@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v4
- name: renku build and deploy
if: needs.check-deploy.outputs.pr-contains-string == 'true'
uses: SwissDataScienceCenter/renku-actions/[email protected].1
uses: SwissDataScienceCenter/renku-actions/[email protected].2
env:
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
needs: [check-deploy, deploy-pr]
runs-on: ubuntu-22.04
steps:
- uses: SwissDataScienceCenter/renku-actions/[email protected].1
- uses: SwissDataScienceCenter/renku-actions/[email protected].2
with:
kubeconfig: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
renku-release: ci-renku-${{ github.event.number }}
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
]

steps:
- uses: SwissDataScienceCenter/renku-actions/[email protected].1
- uses: SwissDataScienceCenter/renku-actions/[email protected].2
with:
e2e-target: ${{ matrix.tests }}
renku-reference: ${{ github.ref }}
Expand All @@ -154,7 +154,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: renku teardown
uses: SwissDataScienceCenter/renku-actions/[email protected].1
uses: SwissDataScienceCenter/renku-actions/[email protected].2
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
Original file line number Diff line number Diff line change
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/[email protected].1
- uses: SwissDataScienceCenter/renku-actions/[email protected].2
with:
kubeconfig: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
renku-release: renku
Expand Down

0 comments on commit b08896f

Please sign in to comment.