kubeshop / testkube

☸️ Kubernetes-native testing framework for test execution and orchestration
https://testkube.io
Other
1.33k stars 130 forks source link

Use only init container data for all pre-built executors #3405

Closed vsukhin closed 1 year ago

vsukhin commented 1 year ago

Why should it be implemented? Some of our pre-built executors still have its own git checkout and don't use init container data

Describe the improvement Start using init container data for all pre-built executors

tkonieczny commented 1 year ago
apiVersion: tests.testkube.io/v3
kind: Test
metadata:
  name: jmeter-executor-smoke-directory
  namespace: testkube
  labels:
    core-tests: executors
    executor: jmeter-executor
    test-type: jmeter-test
spec:
  type: jmeter/test
  content:
    type: git
    repository:
      type: git
      uri: https://github.com/kubeshop/testkube.git
      branch: main
      path: test/jmeter/executor-tests
  executionRequest:
    args:
      - "jmeter-executor-smoke.jmx"