File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ run-6min: requirements-push
66 "custom.duration": "0.1", \
77 "antithesis.report.recipients": "' " $ANTITHESIS_SLACK_REPORT_RECIPIENT"' ", \
88 "antithesis.config_image": "antithesis-config:daily_run", \
9- "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"' " \
9+ "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"' " \
1010 } \
1111 }'
1212
@@ -18,7 +18,7 @@ run-1h: requirements-push
1818 "custom.duration": "1", \
1919 "antithesis.report.recipients": "' " $ANTITHESIS_SLACK_REPORT_RECIPIENT"' ", \
2020 "antithesis.config_image": "antithesis-config:daily_run", \
21- "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"' " \
21+ "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"' " \
2222 } \
2323 }'
2424
You can’t perform that action at this time.
0 commit comments