Skip to content

Run each load test in a separate pod #4

Open
@julienduchesne

Description

This solves a couple issues:

  • If a very heavy test is launched, it can't kill the main process
  • The script that was run and its output can be fully logged in console. This is much too verbose to be output in the main process but in a pod, it would be fine

To note:
Environment variables from the launcher (webhook container) should be copied over to the pods when they are launched. This will allow users to keep using injected secrets and configs

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions