Skip to content

Commit

Permalink
Update executors.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kubeshop-bot committed Jan 25, 2024
1 parent 9a728a0 commit c8991e9
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions charts/testkube-api/executors.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "tracetest-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-tracetest-executor:86ced8b",
"image": "kubeshop/testkube-tracetest-executor:e517059",
"command": [
"tracetest"
],
Expand Down Expand Up @@ -39,7 +39,7 @@
"name": "zap-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-zap-executor:86ced8b",
"image": "kubeshop/testkube-zap-executor:e517059",
"command": [
"<pythonScriptPath>"
],
Expand Down Expand Up @@ -69,7 +69,7 @@
"name": "playwright-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-playwright-executor:86ced8b",
"image": "kubeshop/testkube-playwright-executor:e517059",
"command": [
"<depManager>"
],
Expand Down Expand Up @@ -98,7 +98,7 @@
"name": "jmeter-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-jmeter-executor:86ced8b",
"image": "kubeshop/testkube-jmeter-executor:e517059",
"command": [
"<entryPoint>"
],
Expand Down Expand Up @@ -138,12 +138,12 @@
"name": "jmeterd-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-jmeterd-executor:86ced8b",
"image": "kubeshop/testkube-jmeterd-executor:e517059",
"command": [
"<entryPoint>"
],
"slaves": {
"image": "kubeshop/testkube-jmeterd-slave:86ced8b"
"image": "kubeshop/testkube-jmeterd-slave:e517059"
},
"args": [
"-n",
Expand Down Expand Up @@ -181,7 +181,7 @@
"name": "ginkgo-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-ginkgo-executor:86ced8b",
"image": "kubeshop/testkube-ginkgo-executor:e517059",
"command": [
"ginkgo"
],
Expand Down Expand Up @@ -221,7 +221,7 @@
"name": "maven-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-maven-executor:86ced8b",
"image": "kubeshop/testkube-maven-executor:e517059",
"command": [
"mvn"
],
Expand Down Expand Up @@ -254,7 +254,7 @@
"name": "gradle-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-gradle-executor:86ced8b",
"image": "kubeshop/testkube-gradle-executor:e517059",
"command": [
"gradle"
],
Expand Down Expand Up @@ -286,7 +286,7 @@
"name": "kubepug-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-kubepug-executor:86ced8b",
"image": "kubeshop/testkube-kubepug-executor:e517059",
"command": [
"kubepug"
],
Expand Down Expand Up @@ -319,7 +319,7 @@
"name": "soapui-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-soapui-executor:86ced8b",
"image": "kubeshop/testkube-soapui-executor:e517059",
"command": [
"/bin/sh",
"/usr/local/SmartBear/EntryPoint.sh"
Expand Down Expand Up @@ -350,7 +350,7 @@
"name": "k6-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-k6-executor:86ced8b",
"image": "kubeshop/testkube-k6-executor:e517059",
"command": [
"k6"
],
Expand Down Expand Up @@ -382,7 +382,7 @@
"name": "cypress-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-cypress-executor:86ced8b",
"image": "kubeshop/testkube-cypress-executor:e517059",
"command": [
"./node_modules/cypress/bin/cypress"
],
Expand Down Expand Up @@ -418,7 +418,7 @@
"name": "curl-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-curl-executor:86ced8b",
"image": "kubeshop/testkube-curl-executor:e517059",
"command": [
"curl"
],
Expand Down Expand Up @@ -448,7 +448,7 @@
"name": "postman-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-postman-executor:86ced8b",
"image": "kubeshop/testkube-postman-executor:e517059",
"command": [
"newman"
],
Expand Down Expand Up @@ -485,7 +485,7 @@
"name": "artillery-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-artillery-executor:86ced8b",
"image": "kubeshop/testkube-artillery-executor:e517059",
"command": [
"artillery"
],
Expand Down Expand Up @@ -520,23 +520,23 @@
"name": "scraper-executor",
"executor": {
"executorType": "scraper",
"image": "kubeshop/testkube-scraper-executor:86ced8b",
"image": "kubeshop/testkube-scraper-executor:e517059",
"types": []
}
},
{
"name": "init-executor",
"executor": {
"executorType": "init",
"image": "kubeshop/testkube-init-executor:86ced8b",
"image": "kubeshop/testkube-init-executor:e517059",
"types": []
}
},
{
"name": "logs-sidecar",
"executor": {
"executorType": "sidecar",
"image": "kubeshop/testkube-logs-sidecar:86ced8b",
"image": "kubeshop/testkube-logs-sidecar:e517059",
"types": []
}
}
Expand Down

0 comments on commit c8991e9

Please sign in to comment.