[##] Run FrostFS tests in CI
Some checks failed
/ Builds (pull_request) Has been cancelled
/ DCO (pull_request) Has been cancelled
/ Lint (pull_request) Has been cancelled
/ Tests (pull_request) Has been cancelled

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2024-12-26 15:50:46 +03:00
parent fcb4c996b0
commit 7a42bb77d2

View file

@ -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