Skip to content

Commit ce5b8da

Browse files
STAGING config/staging.kernelci.org.toml: add file for staging
1 parent d022f28 commit ce5b8da

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

config/staging.kernelci.org.toml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[DEFAULT]
2+
api_config = "staging.kernelci.org"
3+
storage_config = "staging.kernelci.org"
4+
verbose = true
5+
6+
[trigger]
7+
poll_period = 3600
8+
startup_delay = 3
9+
10+
[tarball]
11+
kdir = "/home/kernelci/data/src/linux"
12+
output = "/home/kernelci/data/output"
13+
storage_config = "staging.kernelci.org"
14+
15+
[runner]
16+
output = "/home/kernelci/data/output"
17+
runtime_config = "k8s-gke-eu-west4"
18+
19+
[notifier]
20+
21+
[send_kcidb]
22+
kcidb_topic_name = "playground_kcidb_new"
23+
kcidb_project_id = "kernelci-production"
24+
origin = "kernelci_api"
25+
26+
[test_report]
27+
smtp_host = "smtp.gmail.com"
28+
smtp_port = 465
29+
30+
[timeout]
31+
32+
[regression_tracker]
33+
34+
["storage:staging.kernelci.org"]
35+
storage_cred = "/home/kernelci/data/ssh/id_rsa_tarball"

0 commit comments

Comments
 (0)