Skip to content
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

Bug 1829959: [release-4.3] Introduce IBMCloud provider, skip/fix tests #24829

Merged

Conversation

csrwng
Copy link
Contributor

@csrwng csrwng commented Apr 3, 2020

Backport of #24817

@openshift-ci-robot
Copy link

@csrwng: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

In response to this:

[release-4.3] [WIP] Introduce IBMCloud provider, skip/fix tests

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.

`\[Feature:OAuthServer\] OAuth server has the correct token and certificate fallback semantics`,

// Requires oauth-openshift route in cluster. In ROKS, the oauth server lives outside of the cluster
`\[Feature:OAuthServer\] well-known endpoint should be reachable`,
Copy link
Member

Choose a reason for hiding this comment

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

fix this and not skip it.

// Requires the kube-control-plane-signer secret which is not present in a ROKS cluster
`\[Feature:OAuthServer\] OAuth server has the correct token and certificate fallback semantics`,

// Requires oauth-openshift route in cluster. In ROKS, the oauth server lives outside of the cluster
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should fix test to use alternate endpoint vs route

`\[sig-auth\] \[Feature:NodeAuthenticator\] The kubelet can delegate ServiceAccount tokens to the API server`,

// Node approval in ROKS is not handled in cluster
`node client cert requests armoring: node-approver SA token compromised, don't approve random CSRs with client auth`,
Copy link
Contributor Author

@csrwng csrwng Apr 3, 2020

Choose a reason for hiding this comment

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

Add the skip in the test based on platform for any openshift test

`\[sig-auth\] \[Feature:NodeAuthorizer\] Getting an existing configmap should exit with the Forbidden error`,
`\[sig-auth\] \[Feature:NodeAuthorizer\] Getting an existing secret should exit with the Forbidden error`,

// Access to node external address is blocked from pods within a ROKS cluster by Calico
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should have a bug on our side to go fix upstream


// The cluster-network-operator creates the kube-proxy daemonset pods without mem/cpu requests,
// resulting in a qosClass of BestEffort
`\[Feature:Platform\] Managed cluster should ensure control plane pods do not run in best-effort QoS`,
Copy link
Member

Choose a reason for hiding this comment

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

set to 1/2 of openshift-sdn and fix in our code.


// The cluster-network-operator creates the kube-proxy daemonset pods without mem/cpu requests,
// resulting in a qosClass of BestEffort
`\[Feature:Platform\] Managed cluster should ensure control plane pods do not run in best-effort QoS`,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Open bug for network-cluster-operator.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Set requests to half of what openshift-sdn is using

@gabemontero
Copy link
Contributor

fwiw @csrwng https://github.com/openshift/origin/pull/24829/files#diff-f4a17e7c84ee9f2a9cb2d480ebc033e9 lines up with my recollection of what was discussed

@csrwng csrwng force-pushed the ibmcloud_support branch 4 times, most recently from a985200 to 7141c47 Compare April 13, 2020 22:19
@csrwng csrwng force-pushed the ibmcloud_support branch 7 times, most recently from dfd2a8c to ba3e537 Compare April 20, 2020 15:19
@csrwng csrwng changed the title [release-4.3] [WIP] Introduce IBMCloud provider, skip/fix tests Bug 1829959: [release-4.3] Introduce IBMCloud provider, skip/fix tests Apr 30, 2020
@openshift-ci-robot openshift-ci-robot added the bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. label Apr 30, 2020
@openshift-ci-robot
Copy link

@csrwng: This pull request references Bugzilla bug 1829959, which is invalid:

  • expected dependent Bugzilla bug 1827414 to be in one of the following states: VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), but it is ON_QA instead
  • expected dependent Bugzilla bug 1829958 to be in one of the following states: VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), but it is NEW instead
  • expected dependent Bugzilla bug 1827414 to target a release in 4.4.0, 4.4.z, but it targets "4.5.0" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

In response to this:

Bug 1829959: [release-4.3] Introduce IBMCloud provider, skip/fix tests

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.

@openshift-ci-robot openshift-ci-robot added the bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. label Apr 30, 2020
@openshift-ci-robot
Copy link

@csrwng: This pull request references Bugzilla bug 1829959, which is invalid:

  • expected dependent Bugzilla bug 1827414 to be in one of the following states: VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), but it is ON_QA instead
  • expected dependent Bugzilla bug 1829958 to be in one of the following states: VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), but it is NEW instead
  • expected dependent Bugzilla bug 1827414 to target a release in 4.4.0, 4.4.z, but it targets "4.5.0" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

In response to this:

Bug 1829959: [release-4.3] Introduce IBMCloud provider, skip/fix tests

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.

@csrwng
Copy link
Contributor Author

csrwng commented May 14, 2020

/bugzilla refresh

@openshift-ci-robot openshift-ci-robot added bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. and removed bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels May 14, 2020
@openshift-ci-robot
Copy link

@csrwng: This pull request references Bugzilla bug 1829959, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.3.z) matches configured target release for branch (4.3.z)
  • bug is in the state NEW, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)
  • dependent bug Bugzilla bug 1829958 is in the state VERIFIED, which is one of the valid states (VERIFIED, RELEASE_PENDING, CLOSED (ERRATA))
  • dependent Bugzilla bug 1829958 targets the "4.4.z" release, which is one of the valid target releases: 4.4.0, 4.4.z
  • bug has dependents

In response to this:

/bugzilla refresh

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.

@csrwng
Copy link
Contributor Author

csrwng commented May 14, 2020

/retest

@derekwaynecarr
Copy link
Member

/lgtm
/approve

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label May 14, 2020
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: csrwng, derekwaynecarr

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

The pull request process is described here

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-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 14, 2020
@csrwng
Copy link
Contributor Author

csrwng commented May 14, 2020

/test e2e-gcp
Error creating cluster

@csrwng
Copy link
Contributor Author

csrwng commented May 14, 2020

/test e2e-gcp-upgrade

@sdodson sdodson added the cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. label May 14, 2020
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

3 similar comments
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit fc79934 into openshift:release-4.3 May 15, 2020
@openshift-ci-robot
Copy link

@csrwng: All pull requests linked via external trackers have merged: openshift/origin#24829. Bugzilla bug 1829959 has been moved to the MODIFIED state.

In response to this:

Bug 1829959: [release-4.3] Introduce IBMCloud provider, skip/fix tests

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.

hamzy added a commit to hamzy/release that referenced this pull request May 20, 2020
Part of openshift/origin#24829 there are a bunch of testcases got modified with the additional tag [Skipped:ibmcloud], this PR to fix the exclude test with the modified testcase list
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. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants