-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathservice.yml
44 lines (44 loc) · 1.41 KB
/
service.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
36
37
38
39
40
41
42
43
44
name: schema-registry
lang: java
lang_version: 11
codeowners:
enable: true
semaphore:
enable: true
pipeline_type: cp
nano_version: true
pr_ci_gating:
enable: true
project_name: schema-registry
status_level: block
branches:
- master
- main
- /^\d+\.\d+\.x$/
- /^gh-readonly-queue.*/
- /^cc-sr-v0\..+/
- /^cc-sc-v0\..+/
execution_time_limit: {"hours": 2}
downstream_projects: ["kafka-rest", "ksql", "confluent-security-plugins", "kafka-connect-replicator", "ce-kafka-rest", "confluent-cloud-plugins", "schema-registry-plugins"]
sonarqube:
enable: true
coverage_exclusions:
- "**/*.pb.*"
- "**/mk-include/**/*"
- "protobuf-serializer/**"
git:
enable: true
code_artifact:
enable: true
package_paths:
- maven-snapshots/maven/io.confluent/schema-registry-console-scripts
- maven-snapshots/maven/io.confluent/client-console-scripts
- maven-snapshots/maven/io.confluent/kafka-serde-tools-package
- maven-snapshots/maven/io.confluent/kafka-streams-*
- maven-snapshots/maven/io.confluent/kafka-connect-*
- maven-snapshots/maven/io.confluent/dek-registry*
- maven-snapshots/maven/io.confluent/kafka-protobuf-*
- maven-snapshots/maven/io.confluent/kafka-json-*
- maven-snapshots/maven/io.confluent/kafka-schema-*
- maven-snapshots/maven/io.confluent/kafka-avro-serializer
- maven-snapshots/maven/io.confluent/jacoco-aggregate-schema-registry