forked from smartcontractkit/chainlink-starknet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathframework.yaml
More file actions
19 lines (17 loc) · 792 Bytes
/
framework.yaml
File metadata and controls
19 lines (17 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Retains default and configurable name-values for the integration framework
#
# All configuration can be set at runtime with environment variables, for example:
# KEEP_ENVIRONMENTS=OnFail
keep_environments: Never # Options: Always, OnFail, Never
logging:
# panic=5, fatal=4, error=3, warn=2, info=1, debug=0, trace=-1
level: 0
# Setting an environment file allows for persistent, not ephemeral environments on test execution
#
# For example, if an environment is created with helmenv CLI, then the YAML file outputted on creation can be
# referenced for us of that environment during all the tests
environment_file:
# Specify the image and version of the chainlink image you want to run tests against. Leave blank for default.
chainlink_image:
chainlink_version:
chainlink_env_values: