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

merge dnplas-dev-branch-fix-ci in main #444

Merged
merged 3 commits into from
Apr 25, 2024
Merged

Commits on Apr 22, 2024

  1. ci: remove destructive mode from integration tests (#441)

    The charmcraft issues that forced us to use destructive mode are now fixed.
    DnPlas authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4c78711 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. build: install jinja2 from binary (#443)

    This commit installs jinja2 (an install dependency of charmed-kubeflow-chisme) as a binary 
    to avoid running into the build time issues described in canonical/bundle-kubeflow#883.
    
    Part of canonical/bundle-kubeflow#883
    DnPlas authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    79da85b View commit details
    Browse the repository at this point in the history
  2. refactor: use k8s_service_info lib instead of SDI (#436)

    * refactor: use k8s_service_info lib instead of SDI
    
    Use the k8s_service_info for receiving the MLMD GRPC Service info instead of using
    the SDI, as it will stop being supported soon.
    This commit also ensures that mlmd runs with trust=True in the
    integration tests.
    
    Fixes #413
    DnPlas authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b6d7d90 View commit details
    Browse the repository at this point in the history