[##] Run FrostFS tests in CI
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
fcb4c996b0
commit
7a42bb77d2
1 changed files with 2 additions and 3 deletions
|
@ -26,7 +26,7 @@ jobs:
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
name: Tests
|
name: Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: oci-runner
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go_versions: [ '1.22', '1.23' ]
|
go_versions: [ '1.22', '1.23' ]
|
||||||
|
@ -42,8 +42,7 @@ jobs:
|
||||||
- name: Tests for the FrostFS backend
|
- name: Tests for the FrostFS backend
|
||||||
env:
|
env:
|
||||||
RESTIC_TEST_FUSE: false
|
RESTIC_TEST_FUSE: false
|
||||||
TESTCONTAINERS_RYUK_CONTAINER_PRIVILEGED: true
|
TESTCONTAINERS_RYUK_DISABLED: true
|
||||||
TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE: /var/run/docker.sock
|
|
||||||
|
|
||||||
# run only tests for the FrostFS backend
|
# run only tests for the FrostFS backend
|
||||||
run: go test -v github.com/restic/restic/internal/backend/frostfs
|
run: go test -v github.com/restic/restic/internal/backend/frostfs
|
||||||
|
|
Loading…
Add table
Reference in a new issue