Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ To develop new tests in Konflux consider first to reading some tips for a better
* Basic tips to write readable tests. [Documentation](docs/Guidelines.md).
* How to auto generate tests. [Documentation](docs/DeveloperGenerateTest.md).

> **Important:** This repository serves as a shared testing *library and framework* for Konflux components — not as a place to host tests. Please do not add tests here. Tests belong in the repository of the component they cover.

## Start debugging CI

To onboard a new component in Openshift CI follow this [Documentation](docs/OpenShiftCI.md).
Expand Down
5 changes: 0 additions & 5 deletions cmd/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@ import (

"github.com/onsi/gomega"

_ "github.com/konflux-ci/e2e-tests/tests/build"
_ "github.com/konflux-ci/e2e-tests/tests/disaster-recovery"
_ "github.com/konflux-ci/e2e-tests/tests/enterprise-contract"
_ "github.com/konflux-ci/e2e-tests/tests/integration-service"
_ "github.com/konflux-ci/e2e-tests/tests/konflux-demo"
_ "github.com/konflux-ci/e2e-tests/tests/release/pipelines"
_ "github.com/konflux-ci/e2e-tests/tests/release/service"
_ "github.com/konflux-ci/e2e-tests/tests/upgrade"

"flag"
Expand Down
3 changes: 0 additions & 3 deletions tests/build/OWNERS

This file was deleted.

118 changes: 0 additions & 118 deletions tests/build/README.md

This file was deleted.

123 changes: 0 additions & 123 deletions tests/build/annotations.go

This file was deleted.

Loading
Loading