Skip to content

Commit

Permalink
Merge branch 'develop' into fix-service-workingdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius committed Oct 13, 2022
2 parents 6605369 + 85f7a9e commit 6ee786c
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 34 deletions.
1 change: 0 additions & 1 deletion .actions-repo
Submodule .actions-repo deleted from f05347
8 changes: 4 additions & 4 deletions .github/workflows/acceptance-tests.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
persist: ${{ steps.deploy-comment.outputs.persist}}
steps:
- id: deploy-comment
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.1.0
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.2.0
with:
string: /deploy
pr_ref: ${{ github.event.number }}
Expand All @@ -43,7 +43,7 @@ jobs:
name: renku-ci-rp-${{ github.event.number }}
steps:
- name: deploy-pr
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.1.0
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.2.0
env:
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
if: ${{ github.event.action != 'closed' && needs.check-deploy.outputs.pr-contains-string == 'true' && needs.check-deploy.outputs.test-enabled == 'true' }}
needs: [check-deploy, deploy-pr]
steps:
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.1.0
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.2.0
with:
kubeconfig: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
renku-release: renku-ci-rp-${{ github.event.number }}
Expand All @@ -103,7 +103,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: renku teardown
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.1.0
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.2.0
env:
HELM_RELEASE_REGEX: "^renku-ci-rp-${{ github.event.number }}$"
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cheatsheet.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
if: "'refs/heads/master' != github.ref && 'refs/heads/develop' != github.ref && !startsWith(github.ref, 'refs/tags/')"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Set up Python 3.9
uses: actions/setup-python@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/combine-dependabot-updates.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
combine-prs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Expand Up @@ -7,6 +7,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4.0.1
- uses: actions/labeler@v4.0.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/publish_shacl.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
create-release-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic_pr.yml
Expand Up @@ -10,6 +10,6 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4.5.0
- uses: amannn/action-semantic-pull-request@v4.6.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42 changes: 21 additions & 21 deletions .github/workflows/test_deploy.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
style-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Set up Python 3.8
uses: actions/setup-python@v4
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
max-parallel: 3
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Set up Python 3.8
uses: actions/setup-python@v4
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
test-distro:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
max-parallel: 3
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
max-parallel: 3
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
max-parallel: 3
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
max-parallel: 3
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down Expand Up @@ -499,7 +499,7 @@ jobs:
max-parallel: 3
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down Expand Up @@ -535,7 +535,7 @@ jobs:
max-parallel: 3
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down Expand Up @@ -578,7 +578,7 @@ jobs:
max-parallel: 3
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down Expand Up @@ -620,7 +620,7 @@ jobs:
max-parallel: 3
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down Expand Up @@ -655,7 +655,7 @@ jobs:
max-parallel: 3
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down Expand Up @@ -746,7 +746,7 @@ jobs:
max-parallel: 3
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down Expand Up @@ -836,7 +836,7 @@ jobs:
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
if: "startsWith(github.ref, 'refs/tags/') || endsWith(github.ref, github.event.repository.default_branch)"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down Expand Up @@ -886,7 +886,7 @@ jobs:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down Expand Up @@ -922,7 +922,7 @@ jobs:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
ref: "develop"
Expand Down Expand Up @@ -950,7 +950,7 @@ jobs:
test-macos-service,
]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
- name: build images
run: make docker-tag
- name: Docker Login
Expand Down Expand Up @@ -978,15 +978,15 @@ jobs:
]
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- name: set up environment variables
run: |
echo "GIT_USER=Renku Bot" >> $GITHUB_ENV
echo "GIT_EMAIL=renku@datascience.ch" >> $GITHUB_ENV
- name: Push chart and images
uses: SwissDataScienceCenter/renku-actions/publish-chart@v1.1.0
uses: SwissDataScienceCenter/renku-actions/publish-chart@v1.2.0
env:
CHART_NAME: renku-core
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
Expand All @@ -995,7 +995,7 @@ jobs:
- name: Wait for chart to be available
run: sleep 120
- name: Update component version
uses: SwissDataScienceCenter/renku-actions/update-component-version@v1.1.0
uses: SwissDataScienceCenter/renku-actions/update-component-version@v1.2.0
env:
CHART_NAME: renku-core
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_publish.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
python-version: [3.7]
if: "startsWith(github.ref, 'refs/tags/') || endsWith(github.ref, github.event.repository.default_branch)"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down

0 comments on commit 6ee786c

Please sign in to comment.