mirror of https://github.com/ceph/go-ceph
cephfs/admin: Replace 'unstested' with pre-release tags
Now that we have support for testing APIs from pre-release Ceph versions lets convert the current 'ceph_ci_untested' tag into corresponding pre-release version tags. Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
parent
31b208ff55
commit
62b4a7323d
|
@ -1,5 +1,5 @@
|
|||
//go:build !(nautilus || octopus) && ceph_preview && ceph_ci_untested
|
||||
// +build !nautilus,!octopus,ceph_preview,ceph_ci_untested
|
||||
//go:build !(nautilus || octopus) && ceph_preview && ceph_pre_quincy
|
||||
// +build !nautilus,!octopus,ceph_preview,ceph_pre_quincy
|
||||
|
||||
package admin
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//go:build !(nautilus || octopus) && ceph_preview && ceph_ci_untested
|
||||
// +build !nautilus,!octopus,ceph_preview,ceph_ci_untested
|
||||
//go:build !(nautilus || octopus) && ceph_preview && ceph_pre_quincy
|
||||
// +build !nautilus,!octopus,ceph_preview,ceph_pre_quincy
|
||||
|
||||
package admin
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//go:build !(nautilus || octopus) && ceph_preview && ceph_ci_untested
|
||||
// +build !nautilus,!octopus,ceph_preview,ceph_ci_untested
|
||||
//go:build !(nautilus || octopus) && ceph_preview && ceph_pre_quincy
|
||||
// +build !nautilus,!octopus,ceph_preview,ceph_pre_quincy
|
||||
|
||||
package admin
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//go:build !(nautilus || octopus) && ceph_preview && ceph_ci_untested
|
||||
// +build !nautilus,!octopus,ceph_preview,ceph_ci_untested
|
||||
//go:build !(nautilus || octopus) && ceph_preview && ceph_pre_quincy
|
||||
// +build !nautilus,!octopus,ceph_preview,ceph_pre_quincy
|
||||
|
||||
package admin
|
||||
|
||||
|
|
Loading…
Reference in New Issue