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 Dec 19, 2023
1 parent 5df6bd9 commit ab449c5
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 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:df865b2",
"image": "kubeshop/testkube-tracetest-executor:860d01a",
"command": [
"tracetest"
],
Expand Down Expand Up @@ -39,7 +39,7 @@
"name": "zap-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-zap-executor:df865b2",
"image": "kubeshop/testkube-zap-executor:860d01a",
"command": [
"<pythonScriptPath>"
],
Expand Down Expand Up @@ -69,7 +69,7 @@
"name": "playwright-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-playwright-executor:df865b2",
"image": "kubeshop/testkube-playwright-executor:860d01a",
"command": [
"<depManager>"
],
Expand Down Expand Up @@ -98,7 +98,7 @@
"name": "jmeter-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-jmeter-executor:df865b2",
"image": "kubeshop/testkube-jmeter-executor:860d01a",
"command": [
"<entryPoint>"
],
Expand Down Expand Up @@ -138,12 +138,12 @@
"name": "jmeterd-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-jmeterd-executor:df865b2",
"image": "kubeshop/testkube-jmeterd-executor:860d01a",
"command": [
"<entryPoint>"
],
"slaves": {
"image": "kubeshop/testkube-jmeterd-slave:df865b2"
"image": "kubeshop/testkube-jmeterd-slave:860d01a"
},
"args": [
"-n",
Expand Down Expand Up @@ -181,7 +181,7 @@
"name": "ginkgo-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-ginkgo-executor:df865b2",
"image": "kubeshop/testkube-ginkgo-executor:860d01a",
"command": [
"ginkgo"
],
Expand Down Expand Up @@ -221,7 +221,7 @@
"name": "maven-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-maven-executor:df865b2",
"image": "kubeshop/testkube-maven-executor:860d01a",
"command": [
"mvn"
],
Expand Down Expand Up @@ -254,7 +254,7 @@
"name": "gradle-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-gradle-executor:df865b2",
"image": "kubeshop/testkube-gradle-executor:860d01a",
"command": [
"gradle"
],
Expand Down Expand Up @@ -286,7 +286,7 @@
"name": "kubepug-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-kubepug-executor:df865b2",
"image": "kubeshop/testkube-kubepug-executor:860d01a",
"command": [
"kubepug"
],
Expand Down Expand Up @@ -319,7 +319,7 @@
"name": "soapui-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-soapui-executor:df865b2",
"image": "kubeshop/testkube-soapui-executor:860d01a",
"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:df865b2",
"image": "kubeshop/testkube-k6-executor:860d01a",
"command": [
"k6"
],
Expand Down Expand Up @@ -382,7 +382,7 @@
"name": "cypress-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-cypress-executor:df865b2",
"image": "kubeshop/testkube-cypress-executor:860d01a",
"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:df865b2",
"image": "kubeshop/testkube-curl-executor:860d01a",
"command": [
"curl"
],
Expand Down Expand Up @@ -448,7 +448,7 @@
"name": "postman-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-postman-executor:df865b2",
"image": "kubeshop/testkube-postman-executor:860d01a",
"command": [
"newman"
],
Expand Down Expand Up @@ -485,7 +485,7 @@
"name": "artillery-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-artillery-executor:df865b2",
"image": "kubeshop/testkube-artillery-executor:860d01a",
"command": [
"artillery"
],
Expand Down Expand Up @@ -520,15 +520,15 @@
"name": "scraper-executor",
"executor": {
"executorType": "scraper",
"image": "kubeshop/testkube-scraper-executor:df865b2",
"image": "kubeshop/testkube-scraper-executor:860d01a",
"types": []
}
},
{
"name": "init-executor",
"executor": {
"executorType": "init",
"image": "kubeshop/testkube-init-executor:df865b2",
"image": "kubeshop/testkube-init-executor:860d01a",
"types": []
}
}
Expand Down

0 comments on commit ab449c5

Please sign in to comment.