-
Notifications
You must be signed in to change notification settings - Fork 630
Introduce a flag to disable copying pull secret in e2e TS #5358
Copy link
Copy link
Closed
Labels
area/test-and-releaseTest infrastructure, tests or releaseTest infrastructure, tests or releasekind/feature-requestlifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Milestone
Metadata
Metadata
Assignees
Labels
area/test-and-releaseTest infrastructure, tests or releaseTest infrastructure, tests or releasekind/feature-requestlifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Problem
At this point, it is not possible to run eventing e2e TS with a regular user on Openshift.
There is #5357 as a main issue, but there is also this side issue - a regular user cannot copy
kn-eventing-test-pull-secretpull secret here: https://github.com/knative/eventing/blob/main/test/lib/creation.go#L526The related comment says that this is needed for cases where the images are in a private registry, so it makes sense to be able to skip this step.
Persona:
Which persona is this feature for?
Exit Criteria
kn-eventing-test-pull-secretpull secret is not copied during the eventing e2e TS run.