Skip to content

Commit 6597bfd

Browse files
joelanfordclaude
andcommitted
e2e: remove old static test infrastructure and clean up
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3b383ab commit 6597bfd

File tree

46 files changed

+1
-3408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1
-3408
lines changed

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -293,15 +293,6 @@ test-regression: #HELP Run regression test
293293
rm -rf $(COVERAGE_REGRESSION_DIR) && mkdir -p $(COVERAGE_REGRESSION_DIR)
294294
go test -count=1 -v ./test/regression/... -cover -coverprofile ${ROOT_DIR}/coverage/regression.out -test.gocoverdir=$(COVERAGE_REGRESSION_DIR)
295295

296-
.PHONY: image-registry
297-
E2E_REGISTRY_IMAGE=localhost/e2e-test-registry:devel
298-
image-registry: export GOOS=linux
299-
image-registry: export GOARCH=amd64
300-
image-registry: ## Build the testdata catalog used for e2e tests and push it to the image registry
301-
go build $(GO_BUILD_FLAGS) $(GO_BUILD_EXTRA_FLAGS) -tags '$(GO_BUILD_TAGS)' -ldflags '$(GO_BUILD_LDFLAGS)' -gcflags '$(GO_BUILD_GCFLAGS)' -asmflags '$(GO_BUILD_ASMFLAGS)' -o ./testdata/push/bin/push ./testdata/push/push.go
302-
$(CONTAINER_RUNTIME) build -f ./testdata/Dockerfile -t $(E2E_REGISTRY_IMAGE) ./testdata
303-
$(KIND) load docker-image $(E2E_REGISTRY_IMAGE) --name $(KIND_CLUSTER_NAME)
304-
./testdata/build-test-registry.sh $(E2E_REGISTRY_NAMESPACE) $(E2E_REGISTRY_NAME) $(E2E_REGISTRY_IMAGE)
305296

306297
# When running the e2e suite, you can set the ARTIFACT_PATH variable to the absolute path
307298
# of the directory for the operator-controller e2e tests to store the artifacts, which

test/e2e/steps/steps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ import (
4646

4747
ocv1 "github.com/operator-framework/operator-controller/api/v1"
4848
"github.com/operator-framework/operator-controller/internal/operator-controller/features"
49-
testregistry "github.com/operator-framework/operator-controller/test/internal/registry"
5049
"github.com/operator-framework/operator-controller/test/internal/catalog"
50+
testregistry "github.com/operator-framework/operator-controller/test/internal/registry"
5151
)
5252

5353
const (

test/helpers/feature_gates.go

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)