Skip to content

Commit dbd61a5

Browse files
authoredMar 20, 2025
Add lakeFS v1.52.0 to compatibility tests (#8828)
1 parent d2b8b9c commit dbd61a5

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed
 

‎.github/workflows/compatibility-tests.yaml

+16-15
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Store generated code
4646
uses: actions/upload-artifact@v4
4747
with:
48-
name: generated-code
49-
path: /tmp/generated.tar.gz
48+
name: generated-code
49+
path: /tmp/generated.tar.gz
5050

5151
- name: Build Spark direct-access client
5252
working-directory: clients/hadoopfs
@@ -179,6 +179,7 @@ jobs:
179179
- 1.49.1
180180
- 1.50.0
181181
- 1.51.0
182+
- 1.52.0
182183
runs-on: ubuntu-22.04
183184
env:
184185
TAG: ${{ matrix.lakefs_version }}
@@ -202,7 +203,7 @@ jobs:
202203
uses: actions/setup-python@v4
203204
with:
204205
python-version: 3.11
205-
cache: 'pip'
206+
cache: "pip"
206207
- run: pip install -r ./test/spark/requirements.txt
207208

208209
- name: Generate uniquifying value
@@ -254,7 +255,7 @@ jobs:
254255
matrix:
255256
# Removing a version from this list means the current lakeFS is no longer compatible with
256257
# that Hadoop lakeFS client version.
257-
client_version: [ 0.1.10, 0.1.11, 0.1.12, 0.1.13, 0.1.14, 0.1.15, 0.2.1 ]
258+
client_version: [0.1.10, 0.1.11, 0.1.12, 0.1.13, 0.1.14, 0.1.15, 0.2.1]
258259
runs-on: ubuntu-22.04
259260
env:
260261
CLIENT_VERSION: ${{ matrix.client_version }}
@@ -292,7 +293,7 @@ jobs:
292293
uses: actions/setup-python@v4
293294
with:
294295
python-version: 3.11
295-
cache: 'pip'
296+
cache: "pip"
296297
- run: pip install -r ./test/spark/requirements.txt
297298

298299
- name: Generate uniquifying value
@@ -337,13 +338,13 @@ jobs:
337338
runs-on: ubuntu-22.04
338339
if: ${{ always() && contains(needs.*.result, 'failure') }}
339340
steps:
340-
- name: slack-send
341-
uses: slackapi/slack-github-action@v1.23.0
342-
env:
343-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
344-
with:
345-
payload: |
346-
{
347-
"mrkdwn": true,
348-
"text": "Compatibility tests failure in master branch: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
349-
}
341+
- name: slack-send
342+
uses: slackapi/slack-github-action@v1.23.0
343+
env:
344+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
345+
with:
346+
payload: |
347+
{
348+
"mrkdwn": true,
349+
"text": "Compatibility tests failure in master branch: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
350+
}

0 commit comments

Comments
 (0)