-
Notifications
You must be signed in to change notification settings - Fork 344
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
Add memory / CPU usage properties to pipeline nodes #1203
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
fb3d975
Add initial support for usage properties
de8861e
Fix small css issues
cf06ba4
Fix test dropdown issue
954ae29
Remove units, condense fields
e86e94f
Add to gpu description and fix bug
ce6c964
Merge branch 'master'
lresende ebad3f0
Add backend changes to support node level resource property configura…
akchinSTC d8b8cb1
fix typo in kfp jinja template
akchinSTC 9b870bd
Add memory unit to kfp template
akchinSTC 0e0ad82
Rename gpu variable to be more consistent
akchinSTC 85f1ee8
Delete properties that have null value
a952a0c
Merge branch 'add-predefined-size' of github.com:marthacryan/elyra in…
ee6a7c9
Re-add support for showing resource utilization on status bar (#1204)
ajbozarth cea1dcb
Update jest related dependencies to avoid CI warnings (#1210)
lresende 2befd98
Update python language server dpeendencies (#1211)
ptitzler 7d28cb7
Schedule GitHub actions to run daily (#1209)
lresende 2d82e09
Reenable git extension support (#1202)
ajbozarth 94d5295
Create pipeline issue template (#1214)
ptitzler 123d5ac
Merge branch 'master'
lresende 0ae65a7
Merge branch 'master'
lresende File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
name: Pipeline issue report | ||
about: Report a potential issue related to the pipeline editor or pipeline execution | ||
title: '' | ||
labels: component:pipeline-editor, component:pipeline-runtime, status:Needs Triage, kind:user-feedback | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the issue** | ||
A clear and concise description of what the issue is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Screenshots or log output** | ||
If applicable, add screenshots or log output to help explain your problem. | ||
<details><summary>Log Output</summary> | ||
<pre> | ||
Paste the log output here. | ||
</pre> | ||
</details> | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Deployment information** | ||
Describe what you've deployed and how: | ||
- Elyra version: [e.g. 1.5.3] | ||
- Operating system: [e.g. macos, linux] | ||
- Installation source: [e.g. PyPI, conda, from source, official container image, custom container image] | ||
- Deployment type: [e.g. local installation, Docker, Kubernetes, Kubeflow [notebook server] , Open Data Hub] | ||
|
||
**Pipeline runtime environment** | ||
If the issue is related to pipeline execution, identify the environment where the pipeline is executed | ||
- Local execution | ||
- Kubeflow Pipelines (provide version number, whether multi-user auth enabled) | ||
- Apache Airflow (provide version number) | ||
|
||
**Runtime configuration settings** | ||
If the issue is related to pipeline execution, document the runtime configuration settings from the Elyra UI, omitting confidential information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is there supposed to be a G at the end of this line?
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.
its a little weird I admit, looking for hands if we want to change it.
We could add another parameter to the template rendering function in the kfp processor to pass the value with
G
appended to it, in this case it was just quicker to add a G to the template.