Skip to content

Commit 82996de

Browse files
author
bot
committed
Update the configuration mirror.
1 parent ec8843d commit 82996de

6 files changed

Lines changed: 6156 additions & 204 deletions

File tree

config/generated.composer2nix.tf

Lines changed: 0 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -8,86 +8,3 @@ 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.crawljax.tf

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

11-
resource "hydra_jobset" "crawljax_crawljax-trunk" {
12-
project = hydra_project.crawljax.name
13-
state = "disabled"
14-
visible = true
15-
name = "crawljax-trunk"
16-
type = "legacy"
17-
description = "Crawljax"
18-
19-
nix_expression {
20-
file = "crawljax/release.nix"
21-
input = "hydraConfig"
22-
}
23-
24-
input {
25-
name = "build"
26-
type = "build"
27-
value = "build"
28-
notify_committers = false
29-
}
30-
31-
input {
32-
name = "crawljaxSrc"
33-
type = "svn"
34-
value = "http://crawljax.googlecode.com/svn/trunk"
35-
notify_committers = false
36-
}
37-
38-
input {
39-
name = "hydraConfig"
40-
type = "svn"
41-
value = "https://nixos.org/repos/nix/hydra-config/tud/trunk"
42-
notify_committers = false
43-
}
44-
45-
input {
46-
name = "nixos"
47-
type = "git"
48-
value = "https://github.com/NixOS/nixos.git"
49-
notify_committers = false
50-
}
51-
52-
input {
53-
name = "nixpkgs"
54-
type = "git"
55-
value = "https://github.com/NixOS/nixpkgs.git"
56-
notify_committers = false
57-
}
58-
59-
input {
60-
name = "services"
61-
type = "svn"
62-
value = "https://nixos.org/repos/nix/services/trunk"
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 = "rob.vermaas@gmail.com"
72-
}

config/generated.libchop.tf

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

11+
resource "hydra_jobset" "libchop_master" {
12+
project = hydra_project.libchop.name
13+
state = "disabled"
14+
visible = true
15+
name = "master"
16+
type = "legacy"
17+
description = "`master' branch of libchop"
18+
19+
nix_expression {
20+
file = "release.nix"
21+
input = "libchopSrc"
22+
}
23+
24+
input {
25+
name = "gnulib"
26+
type = "git"
27+
value = "git://git.sv.gnu.org/gnulib.git"
28+
notify_committers = false
29+
}
30+
31+
input {
32+
name = "guile"
33+
type = "sysbuild"
34+
value = "gnu:guile-2-0:build"
35+
notify_committers = false
36+
}
37+
38+
input {
39+
name = "libchopSrc"
40+
type = "git"
41+
value = "git://git.sv.gnu.org/libchop.git"
42+
notify_committers = false
43+
}
44+
45+
input {
46+
name = "nixpkgs"
47+
type = "git"
48+
value = "https://github.com/NixOS/nixpkgs.git"
49+
notify_committers = false
50+
}
51+
52+
input {
53+
name = "system"
54+
type = "string"
55+
value = "x86_64-linux"
56+
notify_committers = false
57+
}
58+
59+
input {
60+
name = "tarball"
61+
type = "build"
62+
value = "tarball"
63+
notify_committers = false
64+
}
65+
66+
check_interval = 300
67+
scheduling_shares = 100
68+
keep_evaluations = 1
69+
70+
email_notifications = true
71+
email_override = ""
72+
}

0 commit comments

Comments
 (0)