From a0a288cca21cb747d504f0837e7c81903efa911d Mon Sep 17 00:00:00 2001 From: findolor Date: Tue, 15 Oct 2024 10:09:04 +0300 Subject: [PATCH 1/2] update ob yaml file --- ob-yaml.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ob-yaml.md b/ob-yaml.md index 06d7de8..adbb885 100644 --- a/ob-yaml.md +++ b/ob-yaml.md @@ -271,6 +271,8 @@ Optional fields: - `network` (fallback to network of same name if not set **root scenario only**) - `deployer` (fallback to deployer of same name if not set **root scenario only**) - `blocks` a block range for the fuzzer to iterate over. if runs is specified, the fuzzer will perform that number of runs for each block (not specifying is the same as `runs: 0`. If `blocks` is specified as a mapping it may also take an `interval` field. +- `entrypoint` is a custom entrypoint to use for the scenario. only charts can use this entrypoint, deployments are not affected by this setting. + ```yaml blocks: [a..b] @@ -450,3 +452,6 @@ deployments: scenario: scenario2 order: order2 ``` + +## Unit tests + From 98a37d9ef05514e68a09988d1c88f1d1b3e5f9d2 Mon Sep 17 00:00:00 2001 From: findolor Date: Tue, 15 Oct 2024 14:37:07 +0300 Subject: [PATCH 2/2] remove unit test text --- ob-yaml.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/ob-yaml.md b/ob-yaml.md index adbb885..52216d5 100644 --- a/ob-yaml.md +++ b/ob-yaml.md @@ -452,6 +452,3 @@ deployments: scenario: scenario2 order: order2 ``` - -## Unit tests -