Skip to content
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

CI: capture additional information if the server tests fail #2777

Closed
ptitzler opened this issue Jun 9, 2022 · 1 comment · Fixed by #2783
Closed

CI: capture additional information if the server tests fail #2777

ptitzler opened this issue Jun 9, 2022 · 1 comment · Fixed by #2783
Assignees
Labels
component:build build and build related issues(dependencies and docker) component:test Test-related good first issue Good for newcomers good first project kind:CI Impacts continuous integration (build, test, etc.) kind:enhancement New feature or request

Comments

@ptitzler
Copy link
Member

ptitzler commented Jun 9, 2022

Is your feature request related to a problem? Please describe.
Occasionally server tests (make pytest) fail because a new version of a package dependency was released. We should consider adding an additional CI step to https://github.com/elyra-ai/elyra/blob/main/.github/workflows/build.yml#L76-L95, which is only executed if the previous step https://github.com/elyra-ai/elyra/blob/main/.github/workflows/build.yml#L94 failed. This step could collect additional information that would enable us to determine more quickly if a failure might be the result of a dependency change that the build picked up.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@ptitzler ptitzler added kind:enhancement New feature or request component:build build and build related issues(dependencies and docker) status:Needs Discussion kind:CI Impacts continuous integration (build, test, etc.) labels Jun 9, 2022
@tal66
Copy link
Contributor

tal66 commented Jun 10, 2022

I'd like to do this. PR later today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:build build and build related issues(dependencies and docker) component:test Test-related good first issue Good for newcomers good first project kind:CI Impacts continuous integration (build, test, etc.) kind:enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants