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

[WIP] RHOAIENG-9707 ci: dynamic testing of container images with pytest #629

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Aug 16, 2024

  1. [WIP] RHOAIENG-9707 ci: dynamic testing of container images with pytest

    Things to check or do
    
    * [ ] how this works with podman
    * [ ] how to test both kubernetes and docker with the same tests
    * [ ] how to run the notebook server and check that that works
    * [ ] generate test_* methods for every target in Makefile
    * [ ] commandline parameter to specify image to test
    * [ ] without parameter with image to test it can build the image as part of test
    
    For now it uses images from
    
    https://github.com/jiridanek/notebooks/actions/runs/10006075164/job/27658080202
    
    and not from the current build.
    jiridanek committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4f5d68a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84db714 View commit details
    Browse the repository at this point in the history
  3. fixup, explanatory comments

    jiridanek committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cd01164 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbb1f90 View commit details
    Browse the repository at this point in the history
  5. wip

    jiridanek committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4b32eb2 View commit details
    Browse the repository at this point in the history