Skip to content

Commit 2f682e7

Browse files
committed
chore: Update runParams
1 parent 2479095 commit 2f682e7

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

applications/common/deploy/values.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,5 @@ harness:
2323
api:
2424
enabled: true
2525
autotest: true
26-
runParams:
27-
- --phases
28-
- examples
29-
- --mode
30-
- positive
31-
- --max-examples
32-
- "10"
3326
checks:
3427
- all

applications/samples/deploy/values.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,14 @@ harness:
7878
checks:
7979
- all
8080
runParams:
81-
- "--skip-deprecated-operations"
81+
- "--exclude-deprecated"
8282
- "--exclude-operation-id=submit_sync"
8383
- "--exclude-operation-id=submit_sync_with_results"
8484
- "--exclude-operation-id=error"
85-
- "--hypothesis-suppress-health-check=too_slow"
86-
- "--hypothesis-deadline=180000"
85+
- "--suppress-health-check=too_slow"
8786
- "--request-timeout=180000"
88-
- "--hypothesis-max-examples=2"
89-
- "--show-trace"
90-
- "--exclude-checks=ignored_auth" # ignored_auth is not working on schemathesis 3.36.0
87+
- "--max-examples=2"
88+
- "--exclude-checks=ignored_auth"
9189

9290
dockerfile:
9391
buildArgs:

applications/workflows/deploy/values.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,5 @@ harness:
1616
api:
1717
enabled: true
1818
autotest: true
19-
runParams:
20-
- --mode
21-
- positive
22-
- --max-examples
23-
- "5"
24-
- --exclude-checks
25-
- response_schema_conformance,positive_data_acceptance
2619
checks:
2720
- all

0 commit comments

Comments
 (0)