Skip to content

Commit a69cb3c

Browse files
author
bot
committed
Update the configuration mirror.
1 parent 9973417 commit a69cb3c

8 files changed

Lines changed: 131 additions & 5650 deletions

config/generated.acoda.tf

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,65 @@ resource "hydra_project" "acoda" {
88
visible = false
99
}
1010

11+
resource "hydra_jobset" "acoda_trunk" {
12+
project = hydra_project.acoda.name
13+
state = "disabled"
14+
visible = false
15+
name = "trunk"
16+
type = "legacy"
17+
description = "Acoda trunk"
18+
19+
nix_expression {
20+
file = "trunk.nix"
21+
input = "acodaSrc"
22+
}
23+
24+
input {
25+
name = "acodaSrc"
26+
type = "svn"
27+
value = "https://svn.strategoxt.org/repos/structure-evolution/trunk"
28+
notify_committers = false
29+
}
30+
31+
input {
32+
name = "nixos"
33+
type = "git"
34+
value = "https://github.com/NixOS/nixos.git"
35+
notify_committers = false
36+
}
37+
38+
input {
39+
name = "nixpkgs"
40+
type = "git"
41+
value = "https://github.com/NixOS/nixpkgs.git"
42+
notify_committers = false
43+
}
44+
45+
input {
46+
name = "services"
47+
type = "svn"
48+
value = "https://nixos.org/repos/nix/services/trunk"
49+
notify_committers = false
50+
}
51+
52+
input {
53+
name = "system"
54+
type = "string"
55+
value = "i686-linux"
56+
notify_committers = false
57+
}
58+
59+
input {
60+
name = "webdslBuild"
61+
type = "sysbuild"
62+
value = "webdsl:trunk:build"
63+
notify_committers = false
64+
}
65+
66+
check_interval = 300
67+
scheduling_shares = 100
68+
keep_evaluations = 0
69+
70+
email_notifications = true
71+
email_override = ""
72+
}

0 commit comments

Comments
 (0)