Skip to content

Commit

Permalink
remove metadata-concealment related testing
Browse files Browse the repository at this point in the history
We agreed to remove these tests in SIG Auth because they aren't testing
any OSS functionality.
  • Loading branch information
mikedanese committed Mar 14, 2022
1 parent faa027c commit b32e043
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 290 deletions.
14 changes: 0 additions & 14 deletions build/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,20 +211,6 @@ dependencies:
- path: build/common.sh
match: __default_setcap_version=

# metadata-concealment: bump this one first
- name: "metadata-concealment"
version: "1.6"
refPaths:
- path: test/images/metadata-concealment/VERSION
match: \d.\d

# then after merge and successful postsubmit image push / promotion, bump this
- name: "metadata-concealment: dependents"
version: "1.6"
refPaths:
- path: test/utils/image/manifest.go
match: configs\[CheckMetadataConcealment\] = Config{list\.PromoterE2eRegistry, "metadata-concealment", "\d+\.\d+"}

# cadvisor
- name: "gcr.io/cadvisor/cadvisor: dependents"
version: "v0.43.0"
Expand Down
65 changes: 0 additions & 65 deletions test/e2e/auth/metadata_concealment.go

This file was deleted.

19 changes: 0 additions & 19 deletions test/images/metadata-concealment/Dockerfile

This file was deleted.

27 changes: 0 additions & 27 deletions test/images/metadata-concealment/Makefile

This file was deleted.

2 changes: 0 additions & 2 deletions test/images/metadata-concealment/OWNERS

This file was deleted.

5 changes: 0 additions & 5 deletions test/images/metadata-concealment/README.md

This file was deleted.

1 change: 0 additions & 1 deletion test/images/metadata-concealment/VERSION

This file was deleted.

154 changes: 0 additions & 154 deletions test/images/metadata-concealment/check_metadata_concealment.go

This file was deleted.

3 changes: 0 additions & 3 deletions test/utils/image/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ const (
AuthenticatedWindowsNanoServer
// BusyBox image
BusyBox
// CheckMetadataConcealment image
CheckMetadataConcealment
// CudaVectorAdd image
CudaVectorAdd
// CudaVectorAdd2 image
Expand Down Expand Up @@ -240,7 +238,6 @@ func initImageConfigs(list RegistryList) (map[int]Config, map[int]Config) {
configs[APIServer] = Config{list.PromoterE2eRegistry, "sample-apiserver", "1.17.5"}
configs[AppArmorLoader] = Config{list.PromoterE2eRegistry, "apparmor-loader", "1.4"}
configs[BusyBox] = Config{list.PromoterE2eRegistry, "busybox", "1.29-2"}
configs[CheckMetadataConcealment] = Config{list.PromoterE2eRegistry, "metadata-concealment", "1.6"}
configs[CudaVectorAdd] = Config{list.PromoterE2eRegistry, "cuda-vector-add", "1.0"}
configs[CudaVectorAdd2] = Config{list.PromoterE2eRegistry, "cuda-vector-add", "2.2"}
configs[DebianIptables] = Config{list.BuildImageRegistry, "debian-iptables", "bullseye-v1.1.0"}
Expand Down

0 comments on commit b32e043

Please sign in to comment.