-
Notifications
You must be signed in to change notification settings - Fork 21
/
config.yml
35 lines (31 loc) · 1015 Bytes
/
config.yml
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
version: 2.1
parameters:
perform_delivery:
type: boolean
default: false
delivery_commit:
type: string
default: ''
description: The commit to checkout and run the delivery from
delivery_targets:
type: string
default: ''
description: Ignore the target(s) that are listed in the delivery manifest
and instead deliver these targets. Comma-separated list of labels.
# enable CircleCI's dynamic configuration feature
setup: true
orbs:
continuation: circleci/continuation@0.3.1
slack: circleci/slack@4.12.1
# CCI doesn't allow us to use a relative path in the monorepo, so we have to refer to an
# already-published orb in their registry.
# Run `bazel run --stamp //rosetta/cci-orb:publish` to produce a new version.
bazel: aspect-build/workflows@dev:5.6.0-rc8
workflows:
bazel-setup:
jobs:
- bazel/setup:
aspect-config: .aspect/workflows/config.yaml
resource_class: aspect-build/aspect-cli
context:
- slack