summaryrefslogtreecommitdiffstats
path: root/.github/config/ydb_qa_config.json
blob: 54af65c727ba2cd8e83916aeeac869cd2233d32b (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
39
40
41
42
43
44
45
46
47
48
49
{
  "databases": {
      "main": {
          "endpoint": "grpcs://lb.etnvsjbk7kh1jc6bbfi8.ydb.mdb.yandexcloud.net:2135",
          "path": "/ru-central1/b1ggceeul2pkher8vhb6/etnvsjbk7kh1jc6bbfi8",
          "connection_timeout": 60,
          "tables": {
              "test_results": "test_results/test_runs_column",
              "testowners": "test_results/analytics/testowners",
              "tests_monitor": "test_results/analytics/tests_monitor",
              "muted_tests_daily_by_team": "test_results/analytics/muted_tests_daily_by_team",
              "muted_tests_with_issue_and_area": "test_results/analytics/muted_tests_with_issue_and_area",
              "test_history_fast": "test_results/analytics/test_history_fast",
              "github_issue_mapping": "test_results/analytics/github_issue_mapping",
              "area_to_owner_mapping": "test_results/analytics/area_to_owner_mapping",
              "github_issues_timeline": "test_results/analytics/github_issues_timeline",
              "flaky_tests_window": "test_results/analytics/flaky_tests_window_1_days",
              "all_tests_with_owner_and_mute": "test_results/all_tests_with_owner_and_mute",
              "pr_blocked_by_failed_tests_rich": "test_results/analytics/pr_blocked_by_failed_tests_rich",
              "pr_blocked_by_tests": "test_results/analytics/pr_blocked_by_tests",
              "pr_check_failures_by_attempt": "test_results/analytics/pr_check_failures_by_attempt",
              "binary_size": "binary_size",
              "issues": "github_data/issues",
              "pull_requests": "github_data/pull_requests",
              "digest_queue": "test_results/analytics/digest_queue",
              "fast_unmute_active": "test_mute/fast_unmute_active",
              "fast_unmute_grace": "test_mute/fast_unmute_grace",
              "mute_latency": "test_results/analytics/mute_latency",
              "mute_latency_affected_prs": "test_results/analytics/mute_latency_affected_prs",
              "mute_events": "test_results/analytics/mute_events"

          }
      },
      "statistics": {
          "endpoint": "grpcs://lb.etnvsjbk7kh1jc6bbfi8.ydb.mdb.yandexcloud.net:2135",
          "path": "/ru-central1/b1ggceeul2pkher8vhb6/etnvsjbk7kh1jc6bbfi8",
          "connection_timeout": 60,
          "tables": {
              "query_statistics": "analytics/query_statistics"
          }
      }
  },
  "variables": {
  },
  "flags": {
      "enable_statistics": true,
      "enable_backup_write": false
  }
}