aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-05-20 19:48:54 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-05-20 19:48:54 +0300
commit66ccf82c0dc9e6404cec2f2390581ccf0327578a (patch)
tree98a20edb16d068c71347f927307ef9c78468e6fa
parenta4c79297abc662140028caf7fb04e49dcbccb975 (diff)
downloadydb-66ccf82c0dc9e6404cec2f2390581ccf0327578a.tar.gz
intermediate changes
ref:99707fe709e1b3c748b140bf2712d7b18bc83832
-rw-r--r--build/rules/go/.devexp.json18
-rw-r--r--build/rules/go/a.yaml21
-rw-r--r--build/rules/go/a.yaml.template15
-rw-r--r--build/rules/go/vendor.policy12
4 files changed, 33 insertions, 33 deletions
diff --git a/build/rules/go/.devexp.json b/build/rules/go/.devexp.json
deleted file mode 100644
index 3a49601806..0000000000
--- a/build/rules/go/.devexp.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "auto_start": true,
- "notification": "telegram",
- "approve_count": 1,
- "total_reviewers": 4,
- "static_members": [
- "buglloc",
- "gzuykov",
- "prime",
- "sidh"
- ],
- "strict": true,
- "reset_after_publish": true,
- "update_status": true,
- "update_reviewers": false,
- "update_assignees": false,
- "update_labels": true
-}
diff --git a/build/rules/go/a.yaml b/build/rules/go/a.yaml
new file mode 100644
index 0000000000..d9bbdf3e99
--- /dev/null
+++ b/build/rules/go/a.yaml
@@ -0,0 +1,21 @@
+service: committeego
+title: Go Committee
+arcanum:
+ review:
+ disabling_policy: denied
+ groups:
+ - name: go-committee
+ roles: [ "committeego:consultant" ]
+ rules:
+ - reviewers:
+ - name: go-committee
+ assign: 4
+ ship: 1
+ auto_merge:
+ enabled: true
+ requirements:
+ - system: arcanum
+ type: comment_issues_closed
+ci:
+ autocheck:
+ strong: true
diff --git a/build/rules/go/a.yaml.template b/build/rules/go/a.yaml.template
deleted file mode 100644
index d6ed709a7b..0000000000
--- a/build/rules/go/a.yaml.template
+++ /dev/null
@@ -1,15 +0,0 @@
-service: "!!!! Insert your ABC service slug. See https://docs.yandex-team.ru/ci/basics !!!!"
-title: "!!!! Insert your ABC service description. See https://docs.yandex-team.ru/ci/basics !!!!"
-arcanum:
- review:
- auto_assign: true
- groups:
- - name: "reviewers_group_1"
- roles:
- - "!!!!!! insert abc role code for logins: buglloc, gzuykov, prime, sidh !!!!!!"
- override_policy: "override"
- rules:
- - reviewers:
- - name: "reviewers_group_1"
- ship: 1
- assign: 4
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy
index 8429ccabc6..c3d34b9925 100644
--- a/build/rules/go/vendor.policy
+++ b/build/rules/go/vendor.policy
@@ -911,6 +911,15 @@ ALLOW .* -> vendor/github.com/ryanrolds/sqlclosecheck
# CONTRIB-2546
ALLOW .* -> vendor/github.com/ncruces/go-proxied
+# CONTRIB-2568
+DENY .* -> vendor/github.com/distribution/distribution/v3/registry/storage/driver
+DENY .* -> vendor/github.com/distribution/distribution/v3/cmd
+ALLOW .* -> vendor/github.com/distribution/distribution/v3
+ALLOW .* -> vendor/github.com/distribution/distribution/v3/registry/storage/driver/base
+ALLOW .* -> vendor/github.com/distribution/distribution/v3/registry/storage/driver/factory
+ALLOW .* -> vendor/github.com/distribution/distribution/v3/registry/storage/driver/inmemory
+ALLOW .* -> vendor/github.com/distribution/distribution/v3/registry/storage/driver/testsuites
+
#
# Tools
#
@@ -1086,6 +1095,9 @@ ALLOW infra/infractl/.* -> vendor/gopkg.in/yaml.v3
# CONTRIB-2489
ALLOW infra/infractl/.* -> vendor/github.com/ghodss/yaml
+# CONTRIB-2572
+ALLOW infra/infractl/.* -> vendor/github.com/magiconair/properties
+
# CONTRIB-2445
ALLOW psp -> vendor/github.com/zimmski/go-mutesting