Skip to content

Commit

Permalink
cephfs/admin: Adjust build tags for subvolume quiescing API tests
Browse files Browse the repository at this point in the history
With the feature itself getting a backport to upcoming squid release
build tags calls for adjustments so that pre-squid and main CI jobs
can run the real tests from fs_quiesce_test.go. Until the real squid
job is enabled(after ceph squid GA) we could refrain from mentioning
'squid' build tag in those related test files.

Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
  • Loading branch information
anoopcs9 authored and mergify[bot] committed Mar 25, 2024
1 parent 8d71b1f commit 5e9984a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cephfs/admin/fs_quiesce_reef_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build (nautilus || octopus || pacific || quincy || reef || squid || ceph_pre_squid) && ceph_preview
//go:build (nautilus || octopus || pacific || quincy || reef) && ceph_preview

package admin

Expand Down
2 changes: 1 addition & 1 deletion cephfs/admin/fs_quiesce_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !(nautilus || octopus || pacific || quincy || reef || squid || ceph_pre_squid) && ceph_preview
//go:build !(nautilus || octopus || pacific || quincy || reef) && ceph_preview

package admin

Expand Down

0 comments on commit 5e9984a

Please sign in to comment.