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 Sep 18, 2023
1 parent 1755e5b commit 9b4dd75
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 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:5eb0714",
"image": "kubeshop/testkube-tracetest-executor:0e55125",
"command": [
"tracetest"
],
Expand Down Expand Up @@ -39,7 +39,7 @@
"name": "zap-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-zap-executor:5eb0714",
"image": "kubeshop/testkube-zap-executor:0e55125",
"command": [
"<pythonScriptPath>"
],
Expand Down Expand Up @@ -69,7 +69,7 @@
"name": "playwright-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-playwright-executor:5eb0714",
"image": "kubeshop/testkube-playwright-executor:0e55125",
"command": [
"<depManager>"
],
Expand Down Expand Up @@ -98,7 +98,7 @@
"name": "jmeter-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-jmeter-executor:5eb0714",
"image": "kubeshop/testkube-jmeter-executor:0e55125",
"command": [
"<entryPoint>"
],
Expand Down Expand Up @@ -138,7 +138,7 @@
"name": "jmeterd-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-jmeterd-executor:5eb0714",
"image": "kubeshop/testkube-jmeterd-executor:0e55125",
"command": [
"<entryPoint>"
],
Expand Down Expand Up @@ -178,7 +178,7 @@
"name": "ginkgo-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-ginkgo-executor:5eb0714",
"image": "kubeshop/testkube-ginkgo-executor:0e55125",
"command": [
"ginkgo"
],
Expand Down Expand Up @@ -218,7 +218,7 @@
"name": "maven-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-maven-executor:5eb0714",
"image": "kubeshop/testkube-maven-executor:0e55125",
"command": [
"mvn"
],
Expand Down Expand Up @@ -251,7 +251,7 @@
"name": "gradle-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-gradle-executor:5eb0714",
"image": "kubeshop/testkube-gradle-executor:0e55125",
"command": [
"gradle"
],
Expand Down Expand Up @@ -283,7 +283,7 @@
"name": "kubepug-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-kubepug-executor:5eb0714",
"image": "kubeshop/testkube-kubepug-executor:0e55125",
"command": [
"kubepug"
],
Expand Down Expand Up @@ -316,7 +316,7 @@
"name": "soapui-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-soapui-executor:5eb0714",
"image": "kubeshop/testkube-soapui-executor:0e55125",
"command": [
"/bin/sh",
"/usr/local/SmartBear/EntryPoint.sh"
Expand Down Expand Up @@ -346,7 +346,7 @@
"name": "k6-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-k6-executor:5eb0714",
"image": "kubeshop/testkube-k6-executor:0e55125",
"command": [
"k6"
],
Expand Down Expand Up @@ -378,7 +378,7 @@
"name": "cypress-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-cypress-executor:5eb0714",
"image": "kubeshop/testkube-cypress-executor:0e55125",
"command": [
"./node_modules/cypress/bin/cypress"
],
Expand Down Expand Up @@ -414,7 +414,7 @@
"name": "curl-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-curl-executor:5eb0714",
"image": "kubeshop/testkube-curl-executor:0e55125",
"command": [
"curl"
],
Expand Down Expand Up @@ -443,7 +443,7 @@
"name": "postman-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-postman-executor:5eb0714",
"image": "kubeshop/testkube-postman-executor:0e55125",
"command": [
"newman"
],
Expand Down Expand Up @@ -479,7 +479,7 @@
"name": "artillery-executor",
"executor": {
"executorType": "job",
"image": "kubeshop/testkube-artillery-executor:5eb0714",
"image": "kubeshop/testkube-artillery-executor:0e55125",
"command": [
"artillery"
],
Expand Down Expand Up @@ -514,15 +514,15 @@
"name": "scraper-executor",
"executor": {
"executorType": "scraper",
"image": "kubeshop/testkube-scraper-executor:5eb0714",
"image": "kubeshop/testkube-scraper-executor:0e55125",
"types": []
}
},
{
"name": "init-executor",
"executor": {
"executorType": "init",
"image": "kubeshop/testkube-init-executor:5eb0714",
"image": "kubeshop/testkube-init-executor:0e55125",
"types": []
}
}
Expand Down

0 comments on commit 9b4dd75

Please sign in to comment.