Skip to content

Commit ec8843d

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

6 files changed

Lines changed: 204 additions & 6142 deletions

File tree

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.crawljax.tf

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

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

11-
resource "hydra_jobset" "kde_amarok-master" {
12-
project = hydra_project.kde.name
13-
state = "disabled"
14-
visible = false
15-
name = "amarok-master"
16-
type = "legacy"
17-
description = "Amarok master"
18-
19-
nix_expression {
20-
file = "amarok/release.nix"
21-
input = "hydraConfig"
22-
}
23-
24-
input {
25-
name = "amarokSrc"
26-
type = "git"
27-
value = "git://gitorious.org/amarok/amarok.git"
28-
notify_committers = false
29-
}
30-
31-
input {
32-
name = "hydraConfig"
33-
type = "svn"
34-
value = "https://nixos.org/repos/nix/hydra-config/kde/trunk"
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 = "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 = "armijn@uulug.nl"
58-
}

0 commit comments

Comments
 (0)