Skip to content

Makefile CLUSTER_TYPE auto discovery - #664

Merged
dymurray merged 4 commits into
openshift:masterfrom
kaovilai:cluster_type_auto
May 9, 2022
Merged

dymurray merged 4 commits into
openshift:masterfrom
kaovilai:cluster_type_auto

Conversation

@kaovilai

@kaovilai kaovilai commented May 4, 2022

Copy link
Copy Markdown
Member

No description provided.

@openshift-ci
openshift-ci Bot requested review from pranavgaikwad and rayfordj May 4, 2022 04:20
@kaovilai kaovilai changed the title CLUSTER_TYPE auto discovery Makefile CLUSTER_TYPE auto discovery May 4, 2022
@kaovilai
kaovilai requested review from deepakraj1997 and removed request for pranavgaikwad and rayfordj May 4, 2022 06:51
Comment thread Makefile Outdated
@@ -1,5 +1,5 @@
OADP_TEST_NAMESPACE ?= openshift-adp
CLUSTER_TYPE ?= aws
CLUSTER_TYPE ?= $(shell oc get infrastructures cluster -o jsonpath='{.status.platform}' | awk '{print tolower($0)}')

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Just a heads up here, OC client, if you look this, you can see that OC CLI has been exposed at this DIR, its working probably cause this directory is in PATH, which wasnt the case when I added the CLI in the release repository. In future if this happens to fail due to client not being found, we can use this directly from the path.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@deepakraj1997 I don't know which line you were referencing. The link didn't contain line number

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Nvm.. the link contained line number.. but it just wasn't part of this PR's diff and the link didn't work.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Oop, sorry, looks like you got it resolved. Thanks!

@openshift-ci

openshift-ci Bot commented May 5, 2022

Copy link
Copy Markdown

@kaovilai: all tests passed!

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.

@dymurray
dymurray merged commit 178c3cd into openshift:master May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants