-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathvalues.yaml
More file actions
97 lines (94 loc) · 2.14 KB
/
Copy pathvalues.yaml
File metadata and controls
97 lines (94 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
harness:
subdomain: samples
secured: true
sentry: true
port: 80
service:
port: 8080
auto: true
use_services:
- name: common
deployment:
volume:
name: my-shared-volume
mountpath: /tmp/myvolume
auto: true
size: 10Mi
usenfs: false
auto: true
port: 8080
proxy:
gatekeeper:
replicas: 1
uri_role_mapping:
- uri: /
white-listed: true
- uri: /api/error
white-listed: true
- uri: /api/operation_sync
white-listed: true
- uri: /api/operation_sync_results
white-listed: true
- uri: /api/ping
white-listed: true
- uri: /api/openapi.json
white-listed: true
- uri: /icon.png
white-listed: true
- uri: /js/*
white-listed: true
- uri: /assets/*
white-listed: true
env:
- name: WORKERS
value: "3"
envmap:
ENVIRONMENT_TEST_A: "value"
ENVIRONMENT_TEST_B: 123
dependencies:
soft:
- workflows
- events
- accounts
- common
build:
- cloudharness-flask
- cloudharness-frontend-build
resources:
- name: my-config
src: "myConfig.json"
dst: "/tmp/resources/myConfig.json"
- name: example
src: "example.yaml"
dst: "/usr/src/app/important_config.yaml"
secrets:
asecret: "value"
test:
unit:
enabled: true
commands:
- "pytest /usr/src/app/samples/test"
e2e:
enabled: true
smoketest: true
ignoreRequestErrors: false
ignoreConsoleErrors: false
api:
enabled: true
autotest: true
checks:
- all
runParams:
- "--skip-deprecated-operations"
- "--exclude-operation-id=submit_sync"
- "--exclude-operation-id=submit_sync_with_results"
- "--exclude-operation-id=error"
- "--hypothesis-suppress-health-check=too_slow"
- "--hypothesis-deadline=180000"
- "--request-timeout=180000"
- "--hypothesis-max-examples=2"
- "--show-trace"
- "--exclude-checks=ignored_auth" # ignored_auth is not working on schemathesis 3.36.0
dockerfile:
buildArgs:
TEST_ARGUMENT: example value