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

feat: add options to control Test Workflows orchestration #5747

Merged
merged 14 commits into from
Aug 8, 2024

Conversation

rangoo94
Copy link
Member

@rangoo94 rangoo94 commented Aug 7, 2024

Pull request description

As per kubeshop/testkube-operator#293:

  • add system.pureByDefault
    • make everything pure by default; may be useful as a Global Template
  • add system.isolatedContainers
    • to opt-out from the new mechanics of merging the operations within containers
  • add pure on the step level
    • to allow configuring "purity" for specific steps

Checklist (choose whats happened)

  • breaking change! (describe)
  • tested locally
  • tested on cluster
  • added new dependencies
  • updated the docs
  • added a test

Fixes

@rangoo94 rangoo94 requested a review from a team as a code owner August 7, 2024 13:45
@rangoo94 rangoo94 merged commit f322802 into develop Aug 8, 2024
7 checks passed
@rangoo94 rangoo94 deleted the dawid/feat/control-workflow-containers-isolation branch August 8, 2024 13:03
rangoo94 added a commit that referenced this pull request Aug 14, 2024
* feat: add parameters to control the TestWorkflow containers isolation to DTO
* feat: use system.pureByDefault/system.isolatedContainers/step.pure
* fix: make TestWorkflowSystem variables optional for better merging
* fix: nested conditions
* fix: computing the nested conditions
* fix: void groups
* fix: groups
* fix: mounting in transfer containers
* fix: computing pause periods
* chore: use testkube-operator from develop
* chore: add method to check if TestWorkflowStepStatus is a finished one
rangoo94 added a commit that referenced this pull request Aug 14, 2024
* feat: add parameters to control the TestWorkflow containers isolation to DTO
* feat: use system.pureByDefault/system.isolatedContainers/step.pure
* fix: make TestWorkflowSystem variables optional for better merging
* fix: nested conditions
* fix: computing the nested conditions
* fix: void groups
* fix: groups
* fix: mounting in transfer containers
* fix: computing pause periods
* chore: use testkube-operator from develop
* chore: add method to check if TestWorkflowStepStatus is a finished one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants