@@ -72,13 +72,13 @@ jobs:
7272 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
7373
7474 - name : Setup Litmus
75- uses :
mayadata-io /[email protected] 75+ uses :
litmuschaos /[email protected] 7676 env :
7777 INSTALL_LITMUS : true
7878
7979 - name : Running Litmus pod delete chaos experiment
8080 if : startsWith(github.event.comment.body, '/run-e2e-pod-delete') || startsWith(github.event.comment.body, '/run-e2e-all')
81- uses :
mayadata-io /[email protected] 81+ uses :
litmuschaos /[email protected] 8282 env :
8383 EXPERIMENT_NAME : pod-delete
8484 EXPERIMENT_IMAGE : litmuschaos/go-runner
9696
9797 - name : Running container kill chaos experiment
9898 if : startsWith(github.event.comment.body, '/run-e2e-container-kill') || startsWith(github.event.comment.body, '/run-e2e-all')
99- uses :
mayadata-io /[email protected] 99+ uses :
litmuschaos /[email protected] 100100 env :
101101 EXPERIMENT_NAME : container-kill
102102 EXPERIMENT_IMAGE : litmuschaos/go-runner
@@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Running node-cpu-hog chaos experiment
117117 if : startsWith(github.event.comment.body, '/run-e2e-node-cpu-hog') || startsWith(github.event.comment.body, '/run-e2e-resource-chaos') || startsWith(github.event.comment.body, '/run-e2e-all')
118- uses :
mayadata-io /[email protected] 118+ uses :
litmuschaos /[email protected] 119119 env :
120120 EXPERIMENT_NAME : node-cpu-hog
121121 EXPERIMENT_IMAGE : litmuschaos/go-runner
@@ -133,7 +133,7 @@ jobs:
133133
134134 - name : Running node-memory-hog chaos experiment
135135 if : startsWith(github.event.comment.body, '/run-e2e-node-memory-hog') || startsWith(github.event.comment.body, '/run-e2e-resource-chaos') || startsWith(github.event.comment.body, '/run-e2e-all')
136- uses :
mayadata-io /[email protected] 136+ uses :
litmuschaos /[email protected] 137137 env :
138138 EXPERIMENT_NAME : node-memory-hog
139139 EXPERIMENT_IMAGE : litmuschaos/go-runner
@@ -151,7 +151,7 @@ jobs:
151151
152152 - name : Running pod-cpu-hog chaos experiment
153153 if : startsWith(github.event.comment.body, '/run-e2e-pod-cpu-hog') || startsWith(github.event.comment.body, '/run-e2e-resource-chaos') || startsWith(github.event.comment.body, '/run-e2e-all')
154- uses :
mayadata-io /[email protected] 154+ uses :
litmuschaos /[email protected] 155155 env :
156156 EXPERIMENT_NAME : pod-cpu-hog
157157 EXPERIMENT_IMAGE : litmuschaos/go-runner
@@ -172,7 +172,7 @@ jobs:
172172
173173 - name : Running pod-memory-hog chaos experiment
174174 if : startsWith(github.event.comment.body, '/run-e2e-pod-memory-hog') || startsWith(github.event.comment.body, '/run-e2e-resource-chaos') || startsWith(github.event.comment.body, '/run-e2e-all')
175- uses :
mayadata-io /[email protected] 175+ uses :
litmuschaos /[email protected] 176176 env :
177177 EXPERIMENT_NAME : pod-cpu-hog
178178 EXPERIMENT_IMAGE : litmuschaos/go-runner
@@ -193,7 +193,7 @@ jobs:
193193
194194 - name : Running pod network corruption chaos experiment
195195 if : startsWith(github.event.comment.body, '/run-e2e-pod-network-corruption') || startsWith(github.event.comment.body, '/run-e2e-network-chaos') || startsWith(github.event.comment.body, '/run-e2e-all')
196- uses :
mayadata-io /[email protected] 196+ uses :
litmuschaos /[email protected] 197197 env :
198198 EXPERIMENT_NAME : pod-network-corruption
199199 EXPERIMENT_IMAGE : litmuschaos/go-runner
@@ -215,7 +215,7 @@ jobs:
215215
216216 - name : Running pod network duplication chaos experiment
217217 if : startsWith(github.event.comment.body, '/run-e2e-pod-network-duplication') || startsWith(github.event.comment.body, '/run-e2e-network-chaos') || startsWith(github.event.comment.body, '/run-e2e-all')
218- uses :
mayadata-io /[email protected] 218+ uses :
litmuschaos /[email protected] 219219 env :
220220 EXPERIMENT_NAME : pod-network-duplication
221221 EXPERIMENT_IMAGE : litmuschaos/go-runner
@@ -237,7 +237,7 @@ jobs:
237237
238238 - name : Running pod-network-latency chaos experiment
239239 if : startsWith(github.event.comment.body, '/run-e2e-pod-network-latency') || startsWith(github.event.comment.body, '/run-e2e-network-chaos') || startsWith(github.event.comment.body, '/run-e2e-all')
240- uses :
mayadata-io /[email protected] 240+ uses :
litmuschaos /[email protected] 241241 env :
242242 EXPERIMENT_NAME : pod-network-latency
243243 EXPERIMENT_IMAGE : litmuschaos/go-runner
@@ -260,7 +260,7 @@ jobs:
260260
261261 - name : Running pod-network-loss chaos experiment
262262 if : startsWith(github.event.comment.body, '/run-e2e-pod-network-loss') || startsWith(github.event.comment.body, '/run-e2e-network-chaos') || startsWith(github.event.comment.body, '/run-e2e-all')
263- uses :
mayadata-io /[email protected] 263+ uses :
litmuschaos /[email protected] 264264 env :
265265 EXPERIMENT_NAME : pod-network-loss
266266 EXPERIMENT_IMAGE : litmuschaos/go-runner
@@ -283,7 +283,7 @@ jobs:
283283
284284 - name : Running pod autoscaler chaos experiment
285285 if : startsWith(github.event.comment.body, '/run-e2e-pod-autoscaler') || startsWith(github.event.comment.body, '/run-e2e-all')
286- uses :
mayadata-io /[email protected] 286+ uses :
litmuschaos /[email protected] 287287 env :
288288 EXPERIMENT_NAME : pod-autoscaler
289289 EXPERIMENT_IMAGE : litmuschaos/go-runner
@@ -302,7 +302,7 @@ jobs:
302302
303303 - name : Running node-io-stress chaos experiment
304304 if : startsWith(github.event.comment.body, '/run-e2e-node-io-stress') || startsWith(github.event.comment.body, '/run-e2e-io-chaos') || startsWith(github.event.comment.body, '/run-e2e-all')
305- uses :
mayadata-io /[email protected] 305+ uses :
litmuschaos /[email protected] 306306 env :
307307 EXPERIMENT_NAME : node-io-stress
308308 EXPERIMENT_IMAGE : litmuschaos/go-runner
@@ -362,7 +362,7 @@ jobs:
362362 RUN_ID : ${{ github.run_id }}
363363
364364 - name : Uninstall Litmus
365- uses :
mayadata-io /[email protected] 365+ uses :
litmuschaos /[email protected] 366366 env :
367367 LITMUS_CLEANUP : true
368368
0 commit comments