-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.yaml
68 lines (68 loc) · 1.93 KB
/
manifest.yaml
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
name: github.com/getoutreach/stencil-circleci
## <<Stencil::Block(keys)>>
modules:
- name: github.com/getoutreach/devbase
version: ">=v2.27.0"
arguments:
ciOptions.skipDocker:
description: Disables the docker ci pipeline
schema:
type: boolean
ciOptions.skipE2e:
description: Disables the e2e CI pipeline
schema:
type: boolean
coverage.provider:
description: The platform to use for coverage reporting
schema:
type: string
enum:
- codecov
- coveralls
grpcClients:
schema:
type: array
items:
type: string
description: gRPC clients to generate. Used to run tests on gRPC clients.
notifications.slackChannel:
schema:
type: string
description: The slack channel notify for build and release failures.
releaseOptions.enablePrereleases:
description: Enables pre-releasing via semantic-release
schema:
type: boolean
releaseOptions.prereleasesBranch:
description: See stencil-base
releaseOptions.autoPrereleases:
description: Whether to automate creating pre-releases via CircleCI.
schema:
type: boolean
releaseOptions.prereleasesCron:
description: When the auto-prerelease job will be run, using cron syntax, in UTC.
schema:
type: string
releaseOptions.orbName:
description: The name of the orb to publish, if releaseOptions.publishOrb is true.
schema:
type: string
releaseOptions.publishOrb:
description: Publishes the orb defined in the repository to the CircleCI orb registry.
schema:
type: boolean
service:
description: Is this a service or not
schema:
type: boolean
serviceActivities:
description: List of service activities to enable
schema:
type: array
items:
type: string
versions.devbase:
description: Version of devbase to use for the 'getoutreach/shared' orb.
schema:
type: string
## <</Stencil::Block>>