aboutsummaryrefslogtreecommitdiffstats
path: root/util/a.yaml
blob: e658783472e72919e1c1ca7dcf20ea37c59f909b (plain) (blame)
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
service: cpputil
title: "Yandex C++ util base library"
arcanum:
  auto_merge:
    requirements:
    - system: arcanum
      type: comment_issues_closed
ci:
  secret: sec-01fgmqmem182tz4zjsmgd6nxxw
  runtime:
    sandbox-owner: CPPUTIL
  autocheck:
    fast-targets:
      - util
  actions:
    util-style-test:
      flow: util-style-test
      triggers:
      - on: pr
        filters:
        - sub-paths: [ '**.h', '**.cpp', '**.c' ]
      - on: commit
        filters:
        - sub-paths: [ '**.h', '**.cpp', '**.c' ]
        - discovery: graph
          abs-paths: [ 'util/tests/style/ya.make' ]
  flows:
    util-style-test:
      title: "C++ style"
      jobs:
        yamake-util-tests-style:
          title: "Ya Make: util/tests/style"
          task: common/arcadia/ya_make
          input:
            targets: util/tests/style
            test: true
            keep_on: true
            check_return_code: true