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

Fix tests for BVT testing #1598

Merged
merged 7 commits into from
Sep 4, 2024

Conversation

coleenquadros
Copy link
Contributor

@coleenquadros coleenquadros commented Sep 3, 2024

The BVT tests are reporting failure because some of the managed clusters are never properly imported. However, Obs tests are also not correctly detecting and skipping these unhealthy clusters, and expecting Obs add-on to be present.

https://app.travis-ci.com/github/stolostron/canary/jobs/625626340

@coleenquadros coleenquadros changed the title update tests to ignore clusters that dont have observability addon in… Ignore clusters that dont have observability addon iinstalled Sep 3, 2024
@coleenquadros coleenquadros changed the title Ignore clusters that dont have observability addon iinstalled Fix tests for BVT testing Sep 3, 2024
Copy link
Contributor

@philipgough philipgough left a comment

Choose a reason for hiding this comment

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

/lgtm

@coleenquadros
Copy link
Contributor Author

/retest

Copy link
Collaborator

@subbarao-meduri subbarao-meduri left a comment

Choose a reason for hiding this comment

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

/lgtm

@coleenquadros
Copy link
Contributor Author

/retest

5 similar comments
@coleenquadros
Copy link
Contributor Author

/retest

@coleenquadros
Copy link
Contributor Author

/retest

@coleenquadros
Copy link
Contributor Author

/retest

@coleenquadros
Copy link
Contributor Author

/retest

@coleenquadros
Copy link
Contributor Author

/retest

@openshift-ci openshift-ci bot removed the lgtm label Sep 4, 2024
@coleenquadros
Copy link
Contributor Author

/test test-e2e

…stalled

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
…stalled

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
Copy link

sonarcloud bot commented Sep 4, 2024

@coleenquadros coleenquadros enabled auto-merge (squash) September 4, 2024 11:43
Copy link
Collaborator

@subbarao-meduri subbarao-meduri left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Sep 4, 2024
Copy link

openshift-ci bot commented Sep 4, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: coleenquadros, philipgough, subbarao-meduri

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:
  • OWNERS [coleenquadros,philipgough,subbarao-meduri]

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

@openshift-merge-bot openshift-merge-bot bot merged commit 40d69e8 into stolostron:main Sep 4, 2024
22 checks passed
@coleenquadros
Copy link
Contributor Author

/cherry-pick 2.11

@openshift-cherrypick-robot
Copy link
Collaborator

@coleenquadros: cannot checkout 2.11: error checking out "2.11": exit status 1 error: pathspec '2.11' did not match any file(s) known to git

In response to this:

/cherry-pick 2.11

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-sigs/prow repository.

@coleenquadros
Copy link
Contributor Author

/cherry-pick release-2.11

@coleenquadros
Copy link
Contributor Author

/cherry-pick release-2.10

@openshift-cherrypick-robot
Copy link
Collaborator

@coleenquadros: new pull request created: #1600

In response to this:

/cherry-pick release-2.11

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-sigs/prow repository.

@coleenquadros
Copy link
Contributor Author

/cherry-pick release-2.9

@coleenquadros
Copy link
Contributor Author

/cherry-pick release-2.8

@openshift-cherrypick-robot
Copy link
Collaborator

@coleenquadros: new pull request created: #1601

In response to this:

/cherry-pick release-2.10

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-sigs/prow repository.

@openshift-cherrypick-robot
Copy link
Collaborator

@coleenquadros: new pull request created: #1602

In response to this:

/cherry-pick release-2.9

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-sigs/prow repository.

@openshift-cherrypick-robot
Copy link
Collaborator

@coleenquadros: #1598 failed to apply on top of branch "release-2.8":

Applying: update tests to ignore clusters that dont have observability addon installed
Applying: update tests to ignore clusters that dont have observability addon installed
Applying: force add on obervability label for kind
Using index info to reconstruct a base tree...
M	cicd-scripts/setup-e2e-tests.sh
Falling back to patching base and 3-way merge...
Auto-merging cicd-scripts/setup-e2e-tests.sh
CONFLICT (content): Merge conflict in cicd-scripts/setup-e2e-tests.sh
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0003 force add on obervability label for kind
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

In response to this:

/cherry-pick release-2.8

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-sigs/prow repository.

JoaoBraveCoding pushed a commit to JoaoBraveCoding/multicluster-observability-operator that referenced this pull request Sep 9, 2024
* update tests to ignore clusters that dont have observability addon installed

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>

* update tests to ignore clusters that dont have observability addon installed

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>

* force add on obervability label for kind

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>

* add logs to tests

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>

* update

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>

* update

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>

* update

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>

---------

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
JoaoBraveCoding pushed a commit to JoaoBraveCoding/multicluster-observability-operator that referenced this pull request Sep 9, 2024
* update tests to ignore clusters that dont have observability addon installed

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>

* update tests to ignore clusters that dont have observability addon installed

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>

* force add on obervability label for kind

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>

* add logs to tests

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>

* update

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>

* update

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>

* update

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>

---------

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants