We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9ec6b commit 1fc6819Copy full SHA for 1fc6819
config/staging.kernelci.org.toml
@@ -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
14
15
+[runner]
16
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