Skip to content

Commit

Permalink
Merge pull request #7721 from liranmauda/liran-bump-version-5_14
Browse files Browse the repository at this point in the history
[5.14] Bumping version from 5.14.3 5.14.4
  • Loading branch information
liranmauda committed Jan 22, 2024
2 parents 46a235c + 73e46e4 commit ed45caa
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ceph-nsfs-s3-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: NSFS Ceph S3 Tests
on: [push, pull_request, workflow_dispatch]

jobs:
nsfs-ceph-s3-tests:
runs-on: ubuntu-latest
timeout-minutes: 90
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout noobaa-core
uses: actions/checkout@v3
with:
repository: 'noobaa/noobaa-core'
path: 'noobaa-core'

- name: Run NSFS Ceph s3-tests
run: |
set -x
echo "mocking NSFS Ceph s3-tests"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noobaa-core",
"version": "5.14.3",
"version": "5.14.4",
"license": "SEE LICENSE IN LICENSE",
"description": "",
"homepage": "https://github.com/noobaa/noobaa-core",
Expand Down

0 comments on commit ed45caa

Please sign in to comment.