Edited the args in workflow.yml (#349)

Signed-off-by: Vedant Shrotria <vedant.shrotria@mayadata.io>
This commit is contained in:
VEDANT SHROTRIA
2020-10-15 12:24:28 +05:30
committed by GitHub
parent fad6474808
commit 0a552fca6c
12 changed files with 12 additions and 12 deletions

View File

@@ -73,7 +73,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/pod-delete
- ./experiments -name pod-delete
command:
- /bin/bash
env:

View File

@@ -77,7 +77,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/pod-delete
- ./experiments -name pod-delete
command:
- /bin/bash
env:

View File

@@ -72,7 +72,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/node-cpu-hog
- ./experiments -name node-cpu-hog
command:
- /bin/bash
env:

View File

@@ -76,7 +76,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/node-cpu-hog
- ./experiments -name node-cpu-hog
command:
- /bin/bash
env:

View File

@@ -72,7 +72,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/node-memory-hog
- ./experiments -name node-memory-hog
command:
- /bin/bash
env:

View File

@@ -75,7 +75,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/node-memory-hog
- ./experiments -name node-memory-hog
command:
- /bin/bash
env:

View File

@@ -64,7 +64,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/pod-cpu-hog
- ./experiments -name pod-cpu-hog
command:
- /bin/bash
env:

View File

@@ -68,7 +68,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/pod-cpu-hog
- ./experiments -name pod-cpu-hog
command:
- /bin/bash
env:

View File

@@ -74,7 +74,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/pod-delete
- ./experiments -name pod-delete
command:
- /bin/bash
env:

View File

@@ -78,7 +78,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/pod-delete
- ./experiments -name pod-delete
command:
- /bin/bash
env:

View File

@@ -63,7 +63,7 @@ spec:
image: "litmuschaos/go-runner:latest"
args:
- -c
- ./experiments/pod-memory-hog
- ./experiments -name pod-memory-hog
command:
- /bin/bash
env:

View File

@@ -67,7 +67,7 @@ spec:
image: "litmuschaos/go-runner:latest"
args:
- -c
- ./experiments/pod-memory-hog
- ./experiments -name pod-memory-hog
command:
- /bin/bash
env: