-
Notifications
You must be signed in to change notification settings - Fork 4
/
test_config.toml
51 lines (34 loc) · 1.34 KB
/
test_config.toml
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
50
51
[sync_scaffold]
diff_command = "diff -qrs data actual --exclude temp --exclude '*.log' --exclude sync_scaffold.sh"
test_target = "sync_scaffold.sh"
[[sync_scaffold.test_cases]]
name = "Sync scaffold from a commit"
args = "265874160aec258f9c725b0e940bc803ca558bda"
directory = "test/sync_scaffold/"
[sync_pr]
diff_command = "diff -qrs data actual --exclude temp --exclude '*.log' --exclude sync_pr.sh"
test_target = "sync_pr.sh"
[[sync_pr.test_cases]]
name = "Sync markdown-pages from a TiDB Cloud PR"
args = "preview-cloud/pingcap/docs/10098"
directory = "test/sync_pr_cloud/"
[[sync_pr.test_cases]]
name = "Sync markdown-pages from a docs PR"
args = "preview/pingcap/docs/12929"
directory = "test/sync_pr_docs/"
[[sync_pr.test_cases]]
name = "Sync markdown-pages from a docs-cn PR"
args = "preview/pingcap/docs-cn/14523"
directory = "test/sync_pr_docs_cn/"
[[sync_pr.test_cases]]
name = "Sync markdown-pages from a TiDB Operator PR"
args = "preview-operator/pingcap/docs-tidb-operator/2397"
directory = "test/sync_pr_operator/"
[sync_mult_prs]
diff_command = "diff -qrs data actual --exclude temp --exclude '*.log' --exclude sync_mult_prs.sh --exclude sync_pr.sh"
test_target = "sync_mult_prs.sh"
test_dependencies = ["sync_pr.sh"]
[[sync_mult_prs.test_cases]]
name = "Sync markdown-pages from multiple PRs"
args = ""
directory = "test/sync_mult_prs/"