-
Notifications
You must be signed in to change notification settings - Fork 82
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
Upload Download Pipeline Example #875
Upload Download Pipeline Example #875
Conversation
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
|
||
... python_file=flip_coin.py | ||
... method_name=flipcoin_pipeline | ||
End To End Pipeline Workflow Using Kfp_tekton |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
|
||
... python_file=flip_coin.py | ||
... method_name=flipcoin_pipeline | ||
End To End Pipeline Workflow Using Kfp_tekton |
Check warning
Code scanning / Robocop
Underscores in keyword name '{{ keyword_name }}' can be replaced with spaces Warning test
@@ -289,6 +296,14 @@ def retrieve_auth_url(self): | |||
# host[4:] means that we need to remove '.api' from the url | |||
return f"https://oauth-openshift.apps.{host[4:]}/oauth/authorize?response_type=token&client_id=openshift-challenging-client" | |||
|
|||
def get_default_storage(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This keyword is not related to pipelines. I think it could be added to ods_ci/tests/Resources/OCP.resource or ods_ci/tasks/Resources/Provisioning/Hive/provision.robot (there is already a Set Cluster Storage
kw)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this PR is modifying poetry.lock, even if it's just for kfp-tekton, could you run all the Smoke pipeline?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think https://jenkins/job/rhods-smoke/3117/TestReport/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 tests failed but I think it was unrelated to this changes. Ok for me
@diegolovison could you plz check the security scan result? |
writing to tmp looks fine to me |
246e5fe
into
red-hat-data-services:master
Automated test for: opendatahub-io/data-science-pipelines-operator#228