Skip to content

Commit c717066

Browse files
author
bot
committed
Update the configuration mirror.
1 parent e968366 commit c717066

11 files changed

Lines changed: 5460 additions & 378 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+
}

config/generated.cabal2nix.tf

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

11-
resource "hydra_jobset" "cabal2nix_master" {
12-
project = hydra_project.cabal2nix.name
13-
state = "disabled"
14-
visible = false
15-
name = "master"
16-
type = "legacy"
17-
description = "master branch"
18-
19-
nix_expression {
20-
file = "cabal2nix.nix"
21-
input = "ciSrc"
22-
}
23-
24-
input {
25-
name = "cabal2nixSrc"
26-
type = "git"
27-
value = "https://github.com/NixOS/cabal2nix.git"
28-
notify_committers = false
29-
}
30-
31-
input {
32-
name = "ciSrc"
33-
type = "git"
34-
value = "https://github.com/peti/ci.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-
check_interval = 3600
46-
scheduling_shares = 50000
47-
keep_evaluations = 0
48-
49-
email_notifications = false
50-
email_override = ""
51-
}

config/generated.coccinelle.tf

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

11-
resource "hydra_jobset" "coccinelle_trunk" {
12-
project = hydra_project.coccinelle.name
13-
state = "disabled"
14-
visible = true
15-
name = "trunk"
16-
type = "legacy"
17-
description = "trunk"
18-
19-
nix_expression {
20-
file = "release.nix"
21-
input = "cocciSrc"
22-
}
23-
24-
input {
25-
name = "cocciSrc"
26-
type = "git"
27-
value = "https://github.com/amiddelk/cocci-head.git"
28-
notify_committers = false
29-
}
30-
31-
input {
32-
name = "nixpkgs"
33-
type = "git"
34-
value = "https://github.com/NixOS/nixpkgs.git"
35-
notify_committers = false
36-
}
37-
38-
input {
39-
name = "officialRelease"
40-
type = "boolean"
41-
value = "false"
42-
notify_committers = false
43-
}
44-
45-
input {
46-
name = "system"
47-
type = "string"
48-
value = "x86_64-linux"
49-
notify_committers = false
50-
}
51-
52-
check_interval = 300
53-
scheduling_shares = 100
54-
keep_evaluations = 0
55-
56-
email_notifications = false
57-
email_override = ""
58-
}

config/generated.composer2nix.tf

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,86 @@ resource "hydra_project" "composer2nix" {
88
visible = true
99
}
1010

11+
resource "hydra_jobset" "composer2nix_master" {
12+
project = hydra_project.composer2nix.name
13+
state = "enabled"
14+
visible = true
15+
name = "master"
16+
type = "legacy"
17+
description = "composer2nix master"
18+
19+
nix_expression {
20+
file = "release.nix"
21+
input = "composer2nix"
22+
}
23+
24+
input {
25+
name = "composer2nix"
26+
type = "git"
27+
value = "https://github.com/svanderburg/composer2nix.git"
28+
notify_committers = false
29+
}
30+
31+
input {
32+
name = "nixpkgs"
33+
type = "git"
34+
value = "https://github.com/NixOS/nixpkgs.git release-21.11"
35+
notify_committers = false
36+
}
37+
38+
input {
39+
name = "systems"
40+
type = "nix"
41+
value = "[ \"x86_64-linux\" \"x86_64-darwin\" ]"
42+
notify_committers = false
43+
}
44+
45+
check_interval = 3600
46+
scheduling_shares = 1
47+
keep_evaluations = 3
48+
49+
email_notifications = false
50+
email_override = ""
51+
}
52+
53+
resource "hydra_jobset" "composer2nix_pndp-master" {
54+
project = hydra_project.composer2nix.name
55+
state = "enabled"
56+
visible = true
57+
name = "pndp-master"
58+
type = "legacy"
59+
description = "PNDP master"
60+
61+
nix_expression {
62+
file = "release.nix"
63+
input = "pndp"
64+
}
65+
66+
input {
67+
name = "nixpkgs"
68+
type = "git"
69+
value = "https://github.com/NixOS/nixpkgs.git release-21.11"
70+
notify_committers = false
71+
}
72+
73+
input {
74+
name = "pndp"
75+
type = "git"
76+
value = "https://github.com/svanderburg/pndp.git"
77+
notify_committers = false
78+
}
79+
80+
input {
81+
name = "systems"
82+
type = "nix"
83+
value = "[ \"x86_64-linux\" ]"
84+
notify_committers = false
85+
}
86+
87+
check_interval = 3600
88+
scheduling_shares = 1
89+
keep_evaluations = 3
90+
91+
email_notifications = false
92+
email_override = ""
93+
}

config/generated.flakes.tf

Lines changed: 0 additions & 143 deletions
Original file line numberDiff line numberDiff line change
@@ -26,146 +26,3 @@ resource "hydra_jobset" "flakes_blender-bin" {
2626
email_override = ""
2727
}
2828

29-
resource "hydra_jobset" "flakes_dhdm" {
30-
project = hydra_project.flakes.name
31-
state = "enabled"
32-
visible = true
33-
name = "dhdm"
34-
type = "flake"
35-
description = ""
36-
37-
flake_uri = "github:edolstra/dhdm"
38-
39-
check_interval = 3600
40-
scheduling_shares = 100
41-
keep_evaluations = 1
42-
43-
email_notifications = false
44-
email_override = ""
45-
}
46-
47-
resource "hydra_jobset" "flakes_hugefs" {
48-
project = hydra_project.flakes.name
49-
state = "enabled"
50-
visible = true
51-
name = "hugefs"
52-
type = "flake"
53-
description = ""
54-
55-
flake_uri = "github:edolstra/hugefs"
56-
57-
check_interval = 3600
58-
scheduling_shares = 100
59-
keep_evaluations = 1
60-
61-
email_notifications = false
62-
email_override = ""
63-
}
64-
65-
resource "hydra_jobset" "flakes_nickel" {
66-
project = hydra_project.flakes.name
67-
state = "enabled"
68-
visible = true
69-
name = "nickel"
70-
type = "flake"
71-
description = "Nickel"
72-
73-
flake_uri = "github:tweag/nickel"
74-
75-
check_interval = 1800
76-
scheduling_shares = 100
77-
keep_evaluations = 1
78-
79-
email_notifications = false
80-
email_override = ""
81-
}
82-
83-
resource "hydra_jobset" "flakes_nix-serve" {
84-
project = hydra_project.flakes.name
85-
state = "enabled"
86-
visible = true
87-
name = "nix-serve"
88-
type = "flake"
89-
description = "A binary cache server"
90-
91-
flake_uri = "github:edolstra/nix-serve"
92-
93-
check_interval = 3600
94-
scheduling_shares = 100
95-
keep_evaluations = 1
96-
97-
email_notifications = false
98-
email_override = ""
99-
}
100-
101-
resource "hydra_jobset" "flakes_nixos-homepage" {
102-
project = hydra_project.flakes.name
103-
state = "enabled"
104-
visible = true
105-
name = "nixos-homepage"
106-
type = "flake"
107-
description = ""
108-
109-
flake_uri = "github:NixOS/nixos-homepage"
110-
111-
check_interval = 180000
112-
scheduling_shares = 1
113-
keep_evaluations = 1
114-
115-
email_notifications = false
116-
email_override = ""
117-
}
118-
119-
resource "hydra_jobset" "flakes_sst" {
120-
project = hydra_project.flakes.name
121-
state = "enabled"
122-
visible = true
123-
name = "sst"
124-
type = "flake"
125-
description = "Simple Structured Text"
126-
127-
flake_uri = "github:edolstra/sst"
128-
129-
check_interval = 3600
130-
scheduling_shares = 100
131-
keep_evaluations = 1
132-
133-
email_notifications = false
134-
email_override = ""
135-
}
136-
137-
resource "hydra_jobset" "flakes_template-c-hello" {
138-
project = hydra_project.flakes.name
139-
state = "enabled"
140-
visible = true
141-
name = "template-c-hello"
142-
type = "flake"
143-
description = "C Hello template"
144-
145-
flake_uri = "github:NixOS/templates?dir=c-hello"
146-
147-
check_interval = 3600
148-
scheduling_shares = 100
149-
keep_evaluations = 1
150-
151-
email_notifications = false
152-
email_override = ""
153-
}
154-
155-
resource "hydra_jobset" "flakes_template-rust-web-server" {
156-
project = hydra_project.flakes.name
157-
state = "enabled"
158-
visible = true
159-
name = "template-rust-web-server"
160-
type = "flake"
161-
description = "Rust web server template"
162-
163-
flake_uri = "github:NixOS/templates?dir=rust-web-server"
164-
165-
check_interval = 3600
166-
scheduling_shares = 100
167-
keep_evaluations = 1
168-
169-
email_notifications = false
170-
email_override = ""
171-
}

0 commit comments

Comments
 (0)