Skip to content

BUG 2225420: rbd: do not execute rbd sparsify when volume is in use #189

BUG 2225420: rbd: do not execute rbd sparsify when volume is in use

BUG 2225420: rbd: do not execute rbd sparsify when volume is in use #189

Workflow file for this run

---
name: go-test
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
jobs:
go-test:
name: go-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: go-test
run: CONTAINER_CMD=docker make containerized-test TARGET=go-test
go-test-api:
name: go-test-api
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: go-test-api
run: CONTAINER_CMD=docker make containerized-test TARGET=go-test-api