-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove cluster task installersets #2376
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
32727c8
to
70d230c
Compare
The following is the coverage report on the affected files.
|
70d230c
to
dc05781
Compare
The following is the coverage report on the affected files.
|
dc05781
to
0a7bc2f
Compare
The following is the coverage report on the affected files.
|
0a7bc2f
to
f743fbf
Compare
The following is the coverage report on the affected files.
|
cc @jkandasa |
f743fbf
to
338f7a2
Compare
The following is the coverage report on the affected files.
|
338f7a2
to
c4c7993
Compare
The following is the coverage report on the affected files.
|
c4c7993
to
8234c1b
Compare
The following is the coverage report on the affected files.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pratap0007
You need to change these templates https://github.com/tektoncd/operator/blob/main/cmd/openshift/operator/kodata/tekton-addon/tekton-pipeline-template/pipeline_using_workspace.yaml#L25-L26 to use the resolverTasks now instead of ClusterTask
...penshift/manifests/bases/openshift-pipelines-operator-rh.clusterserviceversion.template.yaml
Outdated
Show resolved
Hide resolved
@@ -270,7 +270,7 @@ release_yaml_hub() { | |||
|
|||
fetch_openshift_addon_tasks() { | |||
fetch_addon_task_script="${SCRIPT_DIR}/hack/openshift" | |||
local dest_dir="cmd/openshift/operator/kodata/tekton-addon/addons/02-clustertasks/source_external" | |||
local dest_dir="cmd/openshift/operator/kodata/tekton-addon/addons/02-tasks/source_external" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what will be there in this folder now ??
8234c1b
to
c97c6bb
Compare
The following is the coverage report on the affected files.
|
c97c6bb
to
3dd935d
Compare
The following is the coverage report on the affected files.
|
/retest |
3dd935d
to
df7b7dd
Compare
The following is the coverage report on the affected files.
|
This patch will remove cluster task installersets and also remove the existing cluster task installersets during operator upgrade Signed-off-by: Shiv Verma <[email protected]>
df7b7dd
to
c8f03a1
Compare
The following is the coverage report on the affected files.
|
Use below sample format instead of clusterTask
|
Changes
This patch will remove cluster task installersets and also
remove the existing cluster task installersets during operator upgrade
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make test lint
before submitting a PRSee the contribution guide for more details.
Release Notes