Skip to content

Conversation

@ingvagabund
Copy link
Member

Remove dependency of the router tests on the template.openshift.io api group.

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 19, 2022
@openshift-ci openshift-ci bot requested review from knobunc and miabbott October 19, 2022 11:29
@miabbott
Copy link
Member

/uncc

@openshift-ci openshift-ci bot removed the request for review from miabbott October 19, 2022 13:39
@ingvagabund ingvagabund force-pushed the drop-template-apigroup-dep branch 3 times, most recently from 8fb3706 to edb3b6e Compare October 20, 2022 20:20
@ingvagabund ingvagabund changed the title WIP: Drop template apigroup dep Drop template apigroup dep Oct 20, 2022
@ingvagabund ingvagabund changed the title Drop template apigroup dep Drop template.openshift.io apigroup dependency Oct 20, 2022
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 20, 2022
@ingvagabund ingvagabund force-pushed the drop-template-apigroup-dep branch 3 times, most recently from 40b7c80 to 8ff24b6 Compare October 21, 2022 10:48
if err != nil {
return "", err
func DeployNewRouterShard(oc *exutil.CLI, timeout time.Duration, cfg Config) (*operatorv1.IngressController, error) {
ingressCtrl := &operatorv1.IngressController{
Copy link
Member Author

@ingvagabund ingvagabund Oct 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually another dependency on operator.openshift.io api group which has not been taken into account.

@pmtk @dhellmann based on https://coreos.slack.com/archives/C03DP9PABNC/p1666186991705809 discussion this should be acceptable given there's no cluster-wide proxy available in MicroShift by default.

@ingvagabund ingvagabund force-pushed the drop-template-apigroup-dep branch from 8ff24b6 to a5d56ef Compare October 21, 2022 10:59
@pmtk
Copy link
Member

pmtk commented Oct 21, 2022

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 21, 2022
@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 22, 2022
@ingvagabund ingvagabund force-pushed the drop-template-apigroup-dep branch from a5d56ef to 14703d9 Compare October 23, 2022 09:41
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Oct 23, 2022
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 23, 2022
@ingvagabund
Copy link
Member Author

/retest

1 similar comment
@ingvagabund
Copy link
Member Author

/retest

@ingvagabund
Copy link
Member Author

/retest-required

@ingvagabund
Copy link
Member Author

/test all

@ingvagabund
Copy link
Member Author

/retest-required

@ingvagabund ingvagabund force-pushed the drop-template-apigroup-dep branch from c334f2d to b55caa5 Compare November 14, 2022 11:34
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Nov 14, 2022
@soltysh soltysh added the tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. label Nov 14, 2022
Copy link
Contributor

@soltysh soltysh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Nov 14, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 14, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ingvagabund, Miciah, pmtk, soltysh

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 14, 2022
@ingvagabund
Copy link
Member Author

/retest-required

2 similar comments
@ingvagabund
Copy link
Member Author

/retest-required

@ingvagabund
Copy link
Member Author

/retest-required

@openshift-merge-robot openshift-merge-robot merged commit ceb552b into openshift:master Nov 14, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 14, 2022

@ingvagabund: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-ovn-image-registry c334f2d link true /test e2e-aws-ovn-image-registry
ci/prow/e2e-gcp-ovn-image-ecosystem c334f2d link true /test e2e-gcp-ovn-image-ecosystem
ci/prow/e2e-aws-ovn-cgroupsv2 b55caa5 link false /test e2e-aws-ovn-cgroupsv2
ci/prow/e2e-aws-ovn-single-node b55caa5 link false /test e2e-aws-ovn-single-node
ci/prow/e2e-openstack-ovn b55caa5 link false /test e2e-openstack-ovn
ci/prow/e2e-aws-ovn-single-node-upgrade b55caa5 link false /test e2e-aws-ovn-single-node-upgrade
ci/prow/e2e-aws-ovn-single-node-serial b55caa5 link false /test e2e-aws-ovn-single-node-serial
ci/prow/e2e-aws-csi b55caa5 link false /test e2e-aws-csi

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@ingvagabund ingvagabund deleted the drop-template-apigroup-dep branch November 15, 2022 08:59
tjungblu pushed a commit to tjungblu/origin that referenced this pull request Apr 11, 2023
* Drop template from testdata/router/router-common.yaml

* Drop testdata/router/router-scoped.yaml

The templating can be replaced by explicitly creating a pod

* Drop testdata/router/router-override.yaml

* Drop testdata/router/router-override-domains.yaml

* Drop testdata/router/router-grpc-interop.yaml

* Drop testdata/router/router-grpc-interop-routes.yaml

* Drop testdata/router/router-h2spec.yaml

* Drop testdata/router/router-h2spec-routes.yaml

* Drop testdata/router/router-http2.yaml

* Drop testdata/router/router-http2-routes.yaml

* Drop testdata/router/router-idle.yaml

* Drop testdata/router/router-config-manager.yaml

* Drop testdata/router/weighted-router.yaml

* Remove HAProxy template.openshift.io from test/extended/util/annotate/rules.go

* Drop testdata/router/router-shard.yaml template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants