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

Update start_cerberus.py #135

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

seanogor
Copy link

@seanogor seanogor commented May 6, 2021

solving oc issue

Description

#133

Fixes

dropped in oc, removed -r option in sed as it didn't work on a mac but that can be put back in if necessary

solving oc issue
@comet-perf-ci
Copy link

Can one of the admins verify this patch?

logging.info("\n%s" % (cluster_version))
cluster_info = runcommand.invoke("kubectl cluster-info | awk 'NR==1' | sed -r "
cluster_info = runcommand.invoke("oc cluster-info | awk 'NR==1' | sed "
Copy link
Collaborator

Choose a reason for hiding this comment

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

@seanogor we might want to use kubectl here since cluster-info resource is common to both kubernetes as well openshift distributions. This way it works even when the distribution is set to kubernetes. Thoughts?

@chaitanyaenr chaitanyaenr added the ok to test Runs functional tests in CI label May 6, 2021
@chaitanyaenr
Copy link
Collaborator

/rerun all

@comet-perf-ci
Copy link

Test Result Duration
test_daemon_disabled Pass 00:00:06
test_detailed_data_inspection Fail 00:00:39
test_slack_integration Pass 00:00:47
Check Gold time (s) PR time (s) % Change

@seanogor
Copy link
Author

seanogor commented May 7, 2021 via email

@paigerube14
Copy link
Collaborator

paigerube14 commented May 7, 2021

Taking out the -r option didn't work for me. I'm also on a mac

2021-05-07 12:21:04,506 [INFO] Encountered issues in cluster. Hence, setting the go/no-go signal to false
2021-05-07 12:21:04,506 [INFO] Exception: No connection adapters were found for '\x1b[0;33mhttps://api.qe-pr-az48.qe.azure.devcluster.openshift.com:6443\x1b[0m/healthz'

@amitsagtani97 amitsagtani97 added the Needs Rebase Needs to be rebased before merging label May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Rebase Needs to be rebased before merging ok to test Runs functional tests in CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants