-
Notifications
You must be signed in to change notification settings - Fork 360
Validate runtime image environments in CI testing #2721
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
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
65925df
Validate image environment
a58be19
Add test for generic operator requirements in runtime iamges
akchinSTC c42a3bc
Add check for python minor version and update nbclient dependency
akchinSTC 1619999
Fix abs workspace prefix and checks python minor version
akchinSTC 34e9f75
Use shell util instead of github env for workspace path
akchinSTC e12ff6c
Add requirements file for py37 testing
akchinSTC 92a895d
Update image env test with new requirements file for py3.7
akchinSTC bcc00af
update pyzmq
akchinSTC 199ccaa
Update the 3.7 requirements
akchinSTC 7264a8f
Update py38+ requirements
akchinSTC 5c4ac5b
Update Makefile
akchinSTC 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 hidden or 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 hidden or 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 hidden or 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,65 @@ | ||
| # This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks. | ||
| ipykernel==6.13.0 | ||
| ipython==7.33.0 | ||
| jinja2==3.1.2 | ||
| jupyter-client==7.3.1 | ||
| jupyter-core==4.10.0 | ||
| minio==7.1.8 | ||
| nbclient==0.6.3 | ||
| nbconvert==5.6.1 | ||
| nbformat==5.4.0 | ||
| papermill==2.3.4 | ||
| pyzmq==22.3.0 | ||
| prompt-toolkit==3.0.29 | ||
| requests==2.27.1 | ||
| tornado==6.1 | ||
| traitlets==5.2.0 | ||
| urllib3==1.26.9 | ||
| # | ||
| # These excluded are transitive dependencies of the included python packages. | ||
| #ansiwrap==0.8.4 | ||
| #appnope==0.1.3 | ||
| #attrs==21.4.0 | ||
| #backcall==0.2.0 | ||
| #beautifulsoup4==4.11.1 | ||
| #bleach==5.0.0 | ||
| #certifi==2021.10.8 | ||
| #charset-normalizer==2.0.12 | ||
| #click==8.1.3 | ||
| #debugpy==1.6.0 | ||
| #decorator==5.1.1 | ||
| #defusedxml==0.7.1 | ||
| #entrypoints==0.4 | ||
| #fastjsonschema==2.15.3 | ||
| #idna==3.3 | ||
| #importlib-metadata==4.11.3 | ||
| #importlib-resources==5.7.1 | ||
| #jedi==0.18.1 | ||
| #jsonschema==4.5.1 | ||
| #jupyterlab-pygments==0.2.2 | ||
| #MarkupSafe==2.1.1 | ||
| #matplotlib-inline==0.1.3 | ||
| #mistune==0.8.4 | ||
| #nest-asyncio==1.5.5 | ||
| #packaging==21.3 | ||
| #pandocfilters==1.5.0 | ||
| #parso==0.8.3 | ||
| #pexpect==4.8.0 | ||
| #pickleshare==0.7.5 | ||
| #psutil==5.9.0 | ||
| #ptyprocess==0.7.0 | ||
| #Pygments==2.12.0 | ||
| #pyparsing==3.0.9 | ||
| #pyrsistent==0.18.1 | ||
| #python-dateutil==2.8.2 | ||
| #PyYAML==6.0 | ||
| #six==1.16.0 | ||
| #soupsieve==2.3.2.post1 | ||
| #tenacity==8.0.1 | ||
| #textwrap3==0.9.2 | ||
| #tinycss2==1.1.1 | ||
| #tqdm==4.64.0 | ||
| #typing_extensions==4.2.0 | ||
| #wcwidth==0.2.5 | ||
| #webencodings==0.5.1 | ||
| #zipp==3.8.0 |
This file contains hidden or 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 |
|---|---|---|
| @@ -1,67 +1,69 @@ | ||
| # This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks. | ||
| ipykernel==6.9.1 | ||
| ipython==8.0.1 | ||
| ipykernel==6.13.0 | ||
| ipython==8.3.0 | ||
| ipython-genutils==0.2.0 | ||
| jinja2==3.0.3 | ||
| jupyter-client==7.1.2 | ||
| jupyter-core==4.9.2 | ||
| jinja2==3.1.2 | ||
| jupyter-client==7.3.1 | ||
| jupyter-core==4.10.0 | ||
| MarkupSafe==2.1.1 | ||
| minio==7.1.2 | ||
| nbclient==0.4.1 | ||
| nbconvert==6.4.5 | ||
| nbformat==5.1.3 | ||
| minio==7.1.8 | ||
| nbclient==0.6.3 | ||
| nbconvert==6.5.0 | ||
| nbformat==5.4.0 | ||
| papermill==2.3.4 | ||
| pyzmq==19.0.1 | ||
| prompt-toolkit==3.0.5 | ||
| requests==2.25.1 | ||
| tornado==6.0.4 | ||
| pyzmq==22.3.0 | ||
| prompt-toolkit==3.0.29 | ||
| requests==2.27.1 | ||
| tornado==6.1 | ||
| traitlets==5.1.1 | ||
| urllib3==1.26.5 | ||
| urllib3==1.26.9 | ||
| # | ||
| # These excluded are transitive dependencies of the included python packages. | ||
| #ansiwrap==0.8.4 | ||
| #appdirs==1.4.4 | ||
| #appnope==0.1.0 | ||
| #async-generator==1.10 | ||
| #attrs==19.3.0 | ||
| #appnope==0.1.3 | ||
| #asttokens==2.0.5 | ||
| #attrs==21.4.0 | ||
| #backcall==0.2.0 | ||
| #black==19.10b0 | ||
| #bleach==3.1.5 | ||
| #certifi==2020.4.5.2 | ||
| #chardet==3.0.4 | ||
| #click==7.1.2 | ||
| #configparser==5.0.0 | ||
| #decorator==4.4.2 | ||
| #defusedxml==0.6.0 | ||
| #entrypoints==0.3 | ||
| #idna==2.9 | ||
| #importlib-metadata==1.6.1 | ||
| #jedi==0.17.0 | ||
| #jsonschema==3.2.0 | ||
| #beautifulsoup4==4.11.1 | ||
| #bleach==5.0.0 | ||
| #certifi==2021.10.8 | ||
| #charset-normalizer==2.0.12 | ||
| #click==8.1.3 | ||
| #debugpy==1.6.0 | ||
| #decorator==5.1.1 | ||
| #defusedxml==0.7.1 | ||
| #entrypoints==0.4 | ||
| #executing==0.8.3 | ||
| #fastjsonschema==2.15.3 | ||
| #idna==3.3 | ||
| #importlib-resources==5.7.1 | ||
| #jedi==0.18.1 | ||
| #jsonschema==4.5.1 | ||
| #jupyterlab-pygments==0.2.2 | ||
| #matplotlib-inline==0.1.3 | ||
| #mistune==0.8.4 | ||
| #nest-asyncio==1.3.3 | ||
| #packaging==20.4 | ||
| #pandocfilters==1.4.2 | ||
| #parso==0.7.0 | ||
| #pathspec==0.8.0 | ||
| #nest-asyncio==1.5.5 | ||
| #packaging==21.3 | ||
| #pandocfilters==1.5.0 | ||
| #parso==0.8.3 | ||
| #pexpect==4.8.0 | ||
| #pickleshare==0.7.5 | ||
| #ptyprocess==0.6.0 | ||
| #Pygments==2.6.1 | ||
| #pyparsing==2.4.7 | ||
| #pyrsistent==0.16.0 | ||
| #python-dateutil==2.8.1 | ||
| #pytz==2020.1 | ||
| #PyYAML==5.3.1 | ||
| #regex==2020.6.8 | ||
| #six==1.15.0 | ||
| #tenacity==6.2.0 | ||
| #testpath==0.4.4 | ||
| #psutil==5.9.0 | ||
| #ptyprocess==0.7.0 | ||
| #pure-eval==0.2.2 | ||
| #Pygments==2.12.0 | ||
| #pyparsing==3.0.9 | ||
| #pyrsistent==0.18.1 | ||
| #python-dateutil==2.8.2 | ||
| #PyYAML==6.0 | ||
| #six==1.16.0 | ||
| #soupsieve==2.3.2.post1 | ||
| #stack-data==0.2.0 | ||
| #tenacity==8.0.1 | ||
| #textwrap3==0.9.2 | ||
| #toml==0.10.1 | ||
| #tqdm==4.46.1 | ||
| #typed-ast==1.4.1 | ||
| #wcwidth==0.2.4 | ||
| #tinycss2==1.1.1 | ||
| #tqdm==4.64.0 | ||
| #wcwidth==0.2.5 | ||
| #webencodings==0.5.1 | ||
| #zipp==3.1.0 | ||
| #zipp==3.8.0 | ||
| # |
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.
Uh oh!
There was an error while loading. Please reload this page.