Add a Devfile dependency for commands#7063
Add a Devfile dependency for commands#7063openshift-merge-robot merged 4 commits intoredhat-developer:mainfrom
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
e78da0b to
a018240
Compare
a018240 to
57d44b5
Compare
rm3l
left a comment
There was a problem hiding this comment.
Also, how about enriching the existing test cases for the commands that do not need a valid devfile? Could be helpful in the future, I think..
57d44b5 to
840eb12
Compare
|
SonarCloud Quality Gate failed.
|
|
/override OpenShift-Integration-tests/OpenShift-Integration-tests |
|
@feloy: Overrode contexts on behalf of feloy: OpenShift-Integration-tests/OpenShift-Integration-tests DetailsIn response to this:
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. |
|
/override "SonarCloud Code Analysis" |
|
@feloy: Overrode contexts on behalf of feloy: SonarCloud Code Analysis DetailsIn response to this:
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. |
|
/override "SonarCloud Code Analysis" |
|
@feloy: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. DetailsIn response to this:
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. |










What type of PR is this:
/kind bug
What does this PR do / why we need it:
This PR makes the following commands not dependent of a devfile.yaml present in the directory:
And these commande not dependent of a devfile.yaml if a name is specified with
--name:Which issue(s) this PR fixes:
Fixes #6971
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: