Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-02-07 13:35:51 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-02-07 13:57:20 +0300
commit3814f44ca8024292147e6bca0abd1697d2149a0f (patch)
treec937b0377739ea87ff69620fbda50ae9a1fc4303 /internal/cgroups
parentf08f19a28dfee5d0b5589f5263f13d4bdb142b1c (diff)
global: Convert generic packages to test with SHA256 object format
There's a bunch of generic packages that really don't depend much on the repository object format. Convert them to test with the SHA256 object format.
Diffstat (limited to 'internal/cgroups')
-rw-r--r--internal/cgroups/cgroups_linux_test.go2
-rw-r--r--internal/cgroups/mock_linux_test.go2
-rw-r--r--internal/cgroups/v1_linux_test.go2
3 files changed, 0 insertions, 6 deletions
diff --git a/internal/cgroups/cgroups_linux_test.go b/internal/cgroups/cgroups_linux_test.go
index 2bc21be35..92ec2bed2 100644
--- a/internal/cgroups/cgroups_linux_test.go
+++ b/internal/cgroups/cgroups_linux_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package cgroups
import (
diff --git a/internal/cgroups/mock_linux_test.go b/internal/cgroups/mock_linux_test.go
index 472a195ad..6857429c7 100644
--- a/internal/cgroups/mock_linux_test.go
+++ b/internal/cgroups/mock_linux_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
/*
Adapted from https://github.com/containerd/cgroups/blob/f1d9380fd3c028194db9582825512fdf3f39ab2a/mock_test.go
diff --git a/internal/cgroups/v1_linux_test.go b/internal/cgroups/v1_linux_test.go
index 863b9adcf..cb249f64d 100644
--- a/internal/cgroups/v1_linux_test.go
+++ b/internal/cgroups/v1_linux_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package cgroups
import (