File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,65 +8,3 @@ 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- }
Original file line number Diff line number Diff line change @@ -8,3 +8,51 @@ 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+ }
Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff line change @@ -8,3 +8,38 @@ resource "hydra_project" "equinix-metal-builders" {
88 visible = true
99}
1010
11+ resource "hydra_jobset" "equinix-metal-builders_aarch64-community-box" {
12+ project = hydra_project. equinix-metal-builders . name
13+ state = " disabled"
14+ visible = true
15+ name = " aarch64-community-box"
16+ type = " flake"
17+ description = " "
18+
19+ flake_uri = " github:NixOS/aarch64-build-box"
20+
21+ check_interval = 900
22+ scheduling_shares = 500000
23+ keep_evaluations = 3
24+
25+ email_notifications = false
26+ email_override = " "
27+ }
28+
29+ resource "hydra_jobset" "equinix-metal-builders_main" {
30+ project = hydra_project. equinix-metal-builders . name
31+ state = " disabled"
32+ visible = true
33+ name = " main"
34+ type = " flake"
35+ description = " "
36+
37+ flake_uri = " github:NixOS/equinix-metal-builders"
38+
39+ check_interval = 900
40+ scheduling_shares = 5000000
41+ keep_evaluations = 3
42+
43+ email_notifications = false
44+ email_override = " "
45+ }
You can’t perform that action at this time.
0 commit comments