Skip to content

Kyma-Companion: Action Workflow Improvements #921

@danjiawork

Description

@danjiawork

Description

Several improvement possibilities are detected while working on Kyma-Companion:

Reasons

  • API Test Separation
    Benefits:

    • Aligns with team feedback to treat API tests as lightweight, unit-test-like checks
    • Clearer pipeline structure and labeling

    Trade-offs

    • Requires duplicating Companion setup logic across workflows/jobs (Each job uses a separate isolated runner, so the companion container from the k3d setup from another job cannot be reused)
    • API tests include /api/tools/kyma/search endpoint tests that incur LLM token costs
    • Question: Should we accept this duplication for better separation of concerns?
  • k3d-action Adoption
    Benefits:

    • Support for specific k3d versions (as currently required).
    • Simplifies workflow k3d setup code (~70% reduction).
    • Includes built-in error handling, improving reliability.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions