diff options
author | dmtrmonakhov <dmtrmonakhov@yandex-team.ru> | 2022-02-10 16:48:28 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:28 +0300 |
commit | e7f0363eb634a4ae4105f5b770544cad2268d82a (patch) | |
tree | 2f4a84b06e3118f4f894a1f7787584177ded6974 | |
parent | cdcc767e87bd3f1d802c6cf46beeab96a5dc6868 (diff) | |
download | ydb-e7f0363eb634a4ae4105f5b770544cad2268d82a.tar.gz |
Restoring authorship annotation for <dmtrmonakhov@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | build/rules/go/vendor.policy | 12 | ||||
-rw-r--r-- | build/ya.conf.json | 588 | ||||
-rw-r--r-- | build/ymake.core.conf | 2 | ||||
-rw-r--r-- | contrib/python/ya.make | 8 | ||||
-rw-r--r-- | library/python/testing/ya.make | 2 |
5 files changed, 306 insertions, 306 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 3e9c0acada..38af95c96d 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -575,18 +575,18 @@ ALLOW .* -> vendor/github.com/cilium/ebpf # CONTRIB-1561 Go pretty format for numbers ALLOW .* -> vendor/github.com/dustin/go-humanize -# CONTRIB-1615 Go pretty table formatter similar to python PrettyTable -ALLOW .* -> vendor/github.com/olekukonko/tablewriter - +# CONTRIB-1615 Go pretty table formatter similar to python PrettyTable +ALLOW .* -> vendor/github.com/olekukonko/tablewriter + # CONTRIB-1596 embedded key/value database ALLOW .* -> vendor/go.etcd.io/bbolt # CONTRIB-1616 Gountries provides structured countries data ALLOW .* -> vendor/github.com/pariz/gountries -# CONTRIB-1630- Go binding for qemu/qmp runtime -ALLOW .* -> vendor/github.com/intel/govmm/qemu - +# CONTRIB-1630- Go binding for qemu/qmp runtime +ALLOW .* -> vendor/github.com/intel/govmm/qemu + # CONTRIB-1650 golang ftp server library with a sample implementation ALLOW .* -> vendor/github.com/fclairamb/ftpserver diff --git a/build/ya.conf.json b/build/ya.conf.json index 5f7cc875d6..438355314b 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -369,18 +369,18 @@ "fio": { "description": "flexible I/O tester" }, - "amduprof-cli": { - "description": "AMDuProfCLI is a command-line tool for AMD uProf Profiler" - }, - "amduprof-pcm": { - "description": "AMDuProfPcm is a command-line tool to monitor CPU performance metrics of AMD processors" - }, - "foremost": { - "description": "Foremost is a Linux program to recover files based on their headers" - }, + "amduprof-cli": { + "description": "AMDuProfCLI is a command-line tool for AMD uProf Profiler" + }, + "amduprof-pcm": { + "description": "AMDuProfPcm is a command-line tool to monitor CPU performance metrics of AMD processors" + }, + "foremost": { + "description": "Foremost is a Linux program to recover files based on their headers" + }, "stress-ng": { "description": "stress load tester" - }, + }, "atop": { "description": "Advanced System & Process Monitor" }, @@ -396,12 +396,12 @@ "iperf": { "description": "network load tester" }, - "lkvm": { - "description": "kvmtool is a userland tool for creating and controlling KVM guests" - }, - "coronerctl": { - "description": "yandex-coroner cli, https://a.yandex-team.ru/arc/trunk/arcadia/infra/rsm/coroner/README.md" + "lkvm": { + "description": "kvmtool is a userland tool for creating and controlling KVM guests" }, + "coronerctl": { + "description": "yandex-coroner cli, https://a.yandex-team.ru/arc/trunk/arcadia/infra/rsm/coroner/README.md" + }, "blkparse": { "description": "produce formatted output of event streams of block devices from blktrace utility" }, @@ -417,15 +417,15 @@ "btt": { "description": "analyse block i/o traces produces by blktrace" }, - "lz4": { - "description": "Compress or decompress .lz4 files" - }, - "pqos": { - "description": "Intel(R) Resource Director Technology monitoring and control tool" - }, - "rdtset": { - "description": "Task CPU affinity and Intel(R) Resource Director Technology control tool" - }, + "lz4": { + "description": "Compress or decompress .lz4 files" + }, + "pqos": { + "description": "Intel(R) Resource Director Technology monitoring and control tool" + }, + "rdtset": { + "description": "Task CPU affinity and Intel(R) Resource Director Technology control tool" + }, "optrace": { "description": "optrace records output files written by each process", "visible": false @@ -4972,58 +4972,58 @@ } ] }, - "fio": { - "tools": { + "fio": { + "tools": { "fio": { "bottle": "fio", "executable": "fio" } - }, - "platforms": [ - { - "host": { - "os": "LINUX" - }, - "default": true - } - ] - }, - "amduprof": { - "tools": { - "amduprof-cli": { - "bottle": "amduprof", - "executable": "amduprof-cli" - }, - "amduprof-pcm": { - "bottle": "amduprof", - "executable": "amduprof-pcm" - } - }, - "platforms": [ - { - "host": { - "os": "LINUX" - }, - "default": true - } - ] - }, - "foremost": { - "tools": { - "foremost": { - "bottle": "foremost", - "executable": "foremost" - } - }, - "platforms": [ - { - "host": { - "os": "LINUX" - }, - "default": true - } - ] - }, + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + } + ] + }, + "amduprof": { + "tools": { + "amduprof-cli": { + "bottle": "amduprof", + "executable": "amduprof-cli" + }, + "amduprof-pcm": { + "bottle": "amduprof", + "executable": "amduprof-pcm" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + } + ] + }, + "foremost": { + "tools": { + "foremost": { + "bottle": "foremost", + "executable": "foremost" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + } + ] + }, "atop": { "tools": { "atop": { @@ -5120,122 +5120,122 @@ } ] }, - "lkvm": { - "tools": { - "lkvm": { - "bottle": "kvmtool", - "executable": "lkvm" - } - }, - "platforms": [ - { - "host": { - "os": "LINUX" - }, - "default": true - } - ] - }, - "coronerctl": { - "tools": { - "coronerctl": { - "bottle": "coronerctl", - "executable": "coronerctl" - } - }, - "platforms": [ - { - "host": { - "os": "LINUX" - }, - "default": true - } - ] - }, - "lz4": { - "tools": { - "lz4": { - "bottle": "lz4", - "executable": "lz4" - } - }, - "platforms": [ - { - "host": { - "os": "LINUX" - }, - "default": true - } - ] - }, - "intel-cmt-cat": { - "tools": { - "pqos": { - "bottle": "intel-cmt-cat", - "executable": "pqos" - }, - "rdtset": { - "bottle": "intel-cmt-cat", - "executable": "rdtset" - } - }, - "platforms": [ - { - "host": { - "os": "LINUX" - }, - "default": true - } - ] - }, - "blktrace": { - "tools": { - "blkparse": { - "bottle": "blktrace", - "executable": "blkparse" - }, - "iowatcher": { - "bottle": "blktrace", - "executable": "iowatcher" - }, - "blktrace": { - "bottle": "blktrace", - "executable": "blktrace" - }, - "blkiomon": { - "bottle": "blktrace", - "executable": "blkiomon" - }, - "btt": { - "bottle": "blktrace", - "executable": "btt" - } - }, - "platforms": [ - { - "host": { - "os": "LINUX" - }, - "default": true - } - ] - }, - "vmexec": { - "tools": { + "lkvm": { + "tools": { + "lkvm": { + "bottle": "kvmtool", + "executable": "lkvm" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + } + ] + }, + "coronerctl": { + "tools": { + "coronerctl": { + "bottle": "coronerctl", + "executable": "coronerctl" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + } + ] + }, + "lz4": { + "tools": { + "lz4": { + "bottle": "lz4", + "executable": "lz4" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + } + ] + }, + "intel-cmt-cat": { + "tools": { + "pqos": { + "bottle": "intel-cmt-cat", + "executable": "pqos" + }, + "rdtset": { + "bottle": "intel-cmt-cat", + "executable": "rdtset" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + } + ] + }, + "blktrace": { + "tools": { + "blkparse": { + "bottle": "blktrace", + "executable": "blkparse" + }, + "iowatcher": { + "bottle": "blktrace", + "executable": "iowatcher" + }, + "blktrace": { + "bottle": "blktrace", + "executable": "blktrace" + }, + "blkiomon": { + "bottle": "blktrace", + "executable": "blkiomon" + }, + "btt": { + "bottle": "blktrace", + "executable": "btt" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + } + ] + }, + "vmexec": { + "tools": { "vmexec": { "bottle": "vmexec", "executable": "vmexec" } - }, - "platforms": [ + }, + "platforms": [ { "host": { "os": "LINUX" }, "default": true } - ] - }, + ] + }, "yfm-docs": { "tools": { "yfm-docs": { @@ -5923,9 +5923,9 @@ "sandboxctl": { "formula": { "sandbox_id": [ - 832226067 + 832226067 ], - "match": "tools/sandboxctl/bin/sandboxctl" + "match": "tools/sandboxctl/bin/sandboxctl" }, "executable": { "sandboxctl": [ @@ -6627,7 +6627,7 @@ }, "executable": { "sre": [ - "sretool" + "sretool" ], "bpftrace": [ "tools", @@ -7474,29 +7474,29 @@ ] } }, - "fio": { - "formula": { + "fio": { + "formula": { "sandbox_id": [ 1136887344 ], - "match": "infra/kernel/tools/fio/build/fio-static.tar.gz" - }, - "executable": { + "match": "infra/kernel/tools/fio/build/fio-static.tar.gz" + }, + "executable": { "fio": [ "fio", "bin", "fio" ] - } - }, - "amduprof": { - "formula": { - "sandbox_id": [ - 747426974 - ], - "match": "AMDuProf_Linux_x64_3.2.228.tar.gz" - }, - "executable": { + } + }, + "amduprof": { + "formula": { + "sandbox_id": [ + 747426974 + ], + "match": "AMDuProf_Linux_x64_3.2.228.tar.gz" + }, + "executable": { "amduprof-cli": [ "AMDuProf_Linux_x64_3.2.228", "bin", @@ -7507,21 +7507,21 @@ "bin", "AMDuProfPcm" ] - } - }, - "foremost": { - "formula": { - "sandbox_id": [ - 684724398 - ], - "match": "infra/kernel/tools/foremost/build/foremost-static.tar.gz" - }, - "executable": { + } + }, + "foremost": { + "formula": { + "sandbox_id": [ + 684724398 + ], + "match": "infra/kernel/tools/foremost/build/foremost-static.tar.gz" + }, + "executable": { "foremost": [ "foremost" ] - } - }, + } + }, "atop": { "formula": { "sandbox_id": [ @@ -7581,7 +7581,7 @@ "stress-ng": { "formula": { "sandbox_id": [ - 755257561 + 755257561 ], "match": "infra/kernel/tools/stress-ng/build/stress-ng-static.tar.gz" }, @@ -7607,122 +7607,122 @@ ] } }, - "kvmtool": { - "formula": { - "sandbox_id": [ - 547591282 - ], - "match": "infra/kernel/tools/kvmtool" - }, - "executable": { - "lkvm": [ - "kvmtool", - "lkvm" - ] - } - }, - "coronerctl": { - "formula": { - "sandbox_id": [ + "kvmtool": { + "formula": { + "sandbox_id": [ + 547591282 + ], + "match": "infra/kernel/tools/kvmtool" + }, + "executable": { + "lkvm": [ + "kvmtool", + "lkvm" + ] + } + }, + "coronerctl": { + "formula": { + "sandbox_id": [ 1183844682 - ], + ], "match": "infra/rsm/coroner/build/packages/coroner/pkg.json" - }, - "executable": { + }, + "executable": { "coronerctl": [ "coronerctl" ] - } - }, - "lz4": { - "formula": { - "sandbox_id": [ - 756420904 - ], - "match": "infra/kernel/tools/lz4" - }, - "executable": { - "lz4": [ - "lz4", - "usr", - "bin", - "lz4" - ] - } - }, - "intel-cmt-cat": { - "formula": { - "sandbox_id": [ - 798382448 - ], - "match": "infra/kernel/tools/resctrl" - }, - "executable": { - "pqos": [ - "intel-cmt-cat", - "bin", - "pqos" - ], - "rdtset": [ - "intel-cmt-cat", + } + }, + "lz4": { + "formula": { + "sandbox_id": [ + 756420904 + ], + "match": "infra/kernel/tools/lz4" + }, + "executable": { + "lz4": [ + "lz4", + "usr", + "bin", + "lz4" + ] + } + }, + "intel-cmt-cat": { + "formula": { + "sandbox_id": [ + 798382448 + ], + "match": "infra/kernel/tools/resctrl" + }, + "executable": { + "pqos": [ + "intel-cmt-cat", "bin", - "rdtset" - ] - } - }, - "blktrace": { - "formula": { - "sandbox_id": [ - 643294824 - ], - "match": "infra/kernel/tools/blktrace/build" - }, - "executable": { - "blkparse": [ + "pqos" + ], + "rdtset": [ + "intel-cmt-cat", + "bin", + "rdtset" + ] + } + }, + "blktrace": { + "formula": { + "sandbox_id": [ + 643294824 + ], + "match": "infra/kernel/tools/blktrace/build" + }, + "executable": { + "blkparse": [ "blktrace", "usr", "bin", "blkparse" - ], - "iowatcher": [ + ], + "iowatcher": [ "blktrace", "usr", "bin", "iowatcher" - ], - "blktrace": [ + ], + "blktrace": [ "blktrace", "usr", "bin", "blktrace" - ], - "blkiomon": [ + ], + "blkiomon": [ "blktrace", "usr", "bin", "blkiomon" - ], - "btt": [ + ], + "btt": [ "blktrace", "usr", "bin", "btt" - ] - } - }, - "vmexec": { - "formula": { - "sandbox_id": [ + ] + } + }, + "vmexec": { + "formula": { + "sandbox_id": [ 940486578 - ], + ], "match": "infra/qemu/vmexec/vmexec" - }, - "executable": { + }, + "executable": { "vmexec": [ "vmexec" ] - } - }, + } + }, "yfm-docs": { "formula": { "sandbox_id": 1150530779, diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 081833998b..47f658c594 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -2066,7 +2066,7 @@ TEST_REQUIREMENTS_VALUE= ### ### Documentation about the Arcadia test system: https://wiki.yandex-team.ru/yatool/test/ macro REQUIREMENTS(Tags...) { - SET_APPEND(TEST_REQUIREMENTS_VALUE $Tags) + SET_APPEND(TEST_REQUIREMENTS_VALUE $Tags) } # tag:test diff --git a/contrib/python/ya.make b/contrib/python/ya.make index d01ced9f3a..fc233806f2 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -52,7 +52,7 @@ RECURSE( anyconfig anyio anytree - apipkg + apipkg apispec apispec-flask-restful appdirs @@ -870,7 +870,7 @@ RECURSE( pytest-flake8 pytest-flakes pytest-flask - pytest-forked + pytest-forked pytest-freezegun pytest-httpretty pytest-lazy-fixture @@ -885,7 +885,7 @@ RECURSE( pytest-tornado pytest-twisted pytest-vcr - pytest-xdist + pytest-xdist pytest-xprocess python-crfsuite python-crontab @@ -924,7 +924,7 @@ RECURSE( PyWavelets PyYAML pyzmq - qemu + qemu qrcode quart queuelib diff --git a/library/python/testing/ya.make b/library/python/testing/ya.make index 883bc8d7ab..5a4101c56e 100644 --- a/library/python/testing/ya.make +++ b/library/python/testing/ya.make @@ -3,7 +3,7 @@ OWNER(g:yatest) RECURSE( behave deprecated - fake_ya_package + fake_ya_package filter gtest gtest/test |