Skip to content

Commit ed45caa

Browse files
authored
Merge pull request #7721 from liranmauda/liran-bump-version-5_14
[5.14] Bumping version from 5.14.3 5.14.4
2 parents 46a235c + 73e46e4 commit ed45caa

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: NSFS Ceph S3 Tests
2+
on: [push, pull_request, workflow_dispatch]
3+
4+
jobs:
5+
nsfs-ceph-s3-tests:
6+
runs-on: ubuntu-latest
7+
timeout-minutes: 90
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
steps:
12+
- name: Checkout noobaa-core
13+
uses: actions/checkout@v3
14+
with:
15+
repository: 'noobaa/noobaa-core'
16+
path: 'noobaa-core'
17+
18+
- name: Run NSFS Ceph s3-tests
19+
run: |
20+
set -x
21+
echo "mocking NSFS Ceph s3-tests"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "noobaa-core",
3-
"version": "5.14.3",
3+
"version": "5.14.4",
44
"license": "SEE LICENSE IN LICENSE",
55
"description": "",
66
"homepage": "https://github.com/noobaa/noobaa-core",

0 commit comments

Comments
 (0)