You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -180,8 +180,6 @@ AutoX is designed to automate a variety of experiments. For example, instead of
180
180
181
181
Furthermore, you can add additional tasks that ship out-of-the-box with Iter8, in order to enrich the experiments. For example, you can add a `slack` task so that your experiment results will be posted on Slack. That way, you can automatically have the latest performance statistics after every update. Here is the [documentation](../../user-guide/tasks/slack.md) for the `slack` task as well as a [tutorial](../../tutorials/integrations/slack.md) for using the Slack task.
182
182
183
-
You can also automate experiments that are not from Iter8. For example, a [Litmus Chaos chaos experiment](https://github.com/iter8-tools/iter8/tree/v0.14.5/charts/litmuschaos) is available, which can also be configured with AutoX.
184
-
185
183
Lastly, recall that you can provide multiple groups and experiment specs so AutoX can launch and manage a whole suite of experiments for multiple Kubernetes applications and namespaces.
| payloadTemplateURL | string | No |[https://raw.githubusercontent.com/iter8-tools/iter8/v0.14.5/charts/iter8/templates/_payload-github.tpl](https://raw.githubusercontent.com/iter8-tools/iter8/v0.14.5/charts/iter8/templates/_payload-github.tpl)| URL to a payload template |
34
+
| payloadTemplateURL | string | No |[https://raw.githubusercontent.com/iter8-tools/iter8/v0.14.5/templates/notify/_payload-github.tpl](https://raw.githubusercontent.com/iter8-tools/iter8/v0.14.5/templates/notify/_payload-github.tpl)| URL to a payload template |
35
35
| softFailure | bool | No | true | Indicates the task and experiment should not fail if the task cannot successfully send the request |
36
36
| if | string | No | N/A | An if condition that can be control when the task is run in a [multi-looped experiment](../../getting-started/concepts.md#runner). To learn more, see [here](#if-parameter). |
| url | string | Yes | N/A | URL to the Slack webhook |
29
-
| payloadTemplateURL | string | No |[https://raw.githubusercontent.com/iter8-tools/iter8/v0.14.5/charts/iter8/templates/_payload-slack.tpl](https://raw.githubusercontent.com/iter8-tools/iter8/v0.14.5/charts/iter8/templates/_payload-slack.tpl)| URL to a payload template |
29
+
| payloadTemplateURL | string | No |[https://raw.githubusercontent.com/iter8-tools/iter8/v0.14.5/templates/notify/_payload-slack.tpl](https://raw.githubusercontent.com/iter8-tools/iter8/v0.14.5/templates/notify/_payload-slack.tpl)| URL to a payload template |
30
30
| softFailure | bool | No | true | Indicates the task and experiment should not fail if the task cannot successfully send the request |
31
31
| if | string | No | N/A | An if condition that can be control when the task is run in a [multi-looped experiment](../../getting-started/concepts.md#runner). To learn more, see [here](#if-parameter). |
32
32
33
33
## Default payload
34
34
35
-
The payload will determine what will be contained in the Slack message. The [default payload template](https://raw.githubusercontent.com/iter8-tools/iter8/v0.14.5/charts/iter8/templates/_payload-slack.tpl) of the `slack` task is to send the experiment report in text form.
35
+
The payload will determine what will be contained in the Slack message. The [default payload template](https://raw.githubusercontent.com/iter8-tools/iter8/v0.14.5/templates/notify/_payload-slack.tpl) of the `slack` task is to send the experiment report in text form.
36
36
37
37
However, if you would like to use a different payload template, simply set a `payloadTemplateURL` and Iter8 will not use the default.
0 commit comments