Overview#

Additional configuration is not required to run canary. To see the current configuration, issue

$ canary config show
0001: canary:
0002:   debug: false
0003:   environment:
0004:     append-path: {}
0005:     prepend-path: {}
0006:     set: {}
0007:     unset: []
0008:   log_level: INFO
0009:   plugins: []
0010:   run:
0011:     default_tag: ':all:'
0012:     timeout:
0013:       ctest: 1500.0
0014:       default: 300.0
0015:       fast: 120.0
0016:       long: 900.0
0017:       multiplier: 1.0
0018:       session: -1.0
0019:   scratch: {}
0020:   system:
0021:     arch: x86_64
0022:     host: build-32997738-project-1150422-canary-wm
0023:     name: build-32997738-project-1150422-canary-wm
0024:     node: build-32997738-project-1150422-canary-wm
0025:     os:
0026:       fullversion: 'Linux build-32997738-project-1150422-canary-wm 7.0.0-1004-aws
0027:         #4-Ubuntu SMP PREEMPT Mon Apr 13 13:14:24 UTC 2026 x86_64 x86_64'
0028:       name: ubuntu24.04
0029:       release: 7.0.0-1004-aws
0030:       vendor: ubuntu
0031:       version: '24.04'
0032:     platform: Linux
0033:     site: build-32997738-project-1150422-canary-wm
0034:   workspace:
0035:     view:
0036:       mode: symlink
0037:       name: TestResults
0038:       only: all
0039:       when: always
0040:

Configuration variables can be set on the command line or read from a configuration file.