feat(k6): add bespoke load test files
Some checks failed
SonarQube Analysis / Build, Test & Analyse (pull_request) Failing after 49s
Build and Push to ACR / Build and Push (push) Successful in 49s
Integration Test / Platform Conformance (pull_request) Successful in 3s
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) All checks passed
Integration Test / Unit Tests + Container Smoke (pull_request) Successful in 41s
Some checks failed
SonarQube Analysis / Build, Test & Analyse (pull_request) Failing after 49s
Build and Push to ACR / Build and Push (push) Successful in 49s
Integration Test / Platform Conformance (pull_request) Successful in 3s
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) All checks passed
Integration Test / Unit Tests + Container Smoke (pull_request) Successful in 41s
This commit is contained in:
24
k6/testrun.yaml
Normal file
24
k6/testrun.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: k6.io/v1alpha1
|
||||
kind: TestRun
|
||||
metadata:
|
||||
name: k6-sonar-test-pyt2
|
||||
namespace: dev
|
||||
labels:
|
||||
app: sonar-test-pyt2
|
||||
backstage.io/component: sonar-test-pyt2
|
||||
app.kubernetes.io/managed-by: backstage
|
||||
app.kubernetes.io/component: load-testing
|
||||
spec:
|
||||
parallelism: 1
|
||||
script:
|
||||
configMap:
|
||||
name: k6-test-sonar-test-pyt2
|
||||
file: load-test.js
|
||||
runner:
|
||||
image: grafana/k6:latest
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: k6-test-sonar-test-pyt2
|
||||
env:
|
||||
- name: K6_OTEL_SERVICE_NAME
|
||||
value: k6-sonar-test-pyt2
|
||||
Reference in New Issue
Block a user