|
1 | | -run-6min: push-daily-run |
| 1 | +run-6min description='manual run (short)': push-daily-run |
2 | 2 | curl --fail \ |
3 | 3 | --user "formance:$ANTITHESIS_PASSWORD" \ |
4 | 4 | -X POST https://formance.antithesis.com/api/v1/launch_experiment/formance-k8s -d '{ \ |
5 | 5 | "params": { \ |
6 | | - "custom.duration": "0.1", \ |
| 6 | + "custom.duration": "0.2", \ |
7 | 7 | "antithesis.report.recipients": "'"$ANTITHESIS_REPORT_RECIPIENT"'", \ |
8 | 8 | "antithesis.config_image": "antithesis-config:daily_run", \ |
9 | | - "antithesis.description": "manual run (short)", \ |
| 9 | + "antithesis.description": "{{description}}", \ |
10 | 10 | "antithesis.images": "'"workload:latest;docker.io/library/postgres:15-alpine;ghcr.io/formancehq/operator:v2.10.1;ghcr.io/formancehq/operator-utils:v2.0.14;ghcr.io/formancehq/gateway:v2.0.24;ghcr.io/formancehq/ledger-instrumented:$LEDGER_PREVIOUS_TAG;ghcr.io/formancehq/ledger-instrumented:$LEDGER_LATEST_TAG"'" \ |
11 | 11 | } \ |
12 | 12 | }' |
13 | 13 |
|
14 | | -run-1h: push-daily-run |
| 14 | +run-1h description='manual run (1h)': push-daily-run |
15 | 15 | curl --fail \ |
16 | 16 | --user "formance:$ANTITHESIS_PASSWORD" \ |
17 | 17 | -X POST https://formance.antithesis.com/api/v1/launch_experiment/formance-k8s -d '{ \ |
18 | 18 | "params": { \ |
19 | 19 | "custom.duration": "1", \ |
20 | 20 | "antithesis.report.recipients": "'"$ANTITHESIS_REPORT_RECIPIENT"'", \ |
21 | 21 | "antithesis.config_image": "antithesis-config:daily_run", \ |
22 | | - "antithesis.description": "manual run (1h)", \ |
| 22 | + "antithesis.description": "{{description}}", \ |
23 | 23 | "antithesis.images": "'"workload:latest;docker.io/library/postgres:15-alpine;ghcr.io/formancehq/operator:v2.10.1;ghcr.io/formancehq/operator-utils:v2.0.14;ghcr.io/formancehq/gateway:v2.0.24;ghcr.io/formancehq/ledger-instrumented:$LEDGER_PREVIOUS_TAG;ghcr.io/formancehq/ledger-instrumented:$LEDGER_LATEST_TAG"'" \ |
24 | 24 | } \ |
25 | 25 | }' |
|
0 commit comments