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,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- }
Original file line number Diff line number Diff line change @@ -8,86 +8,3 @@ resource "hydra_project" "groove" {
88 visible = false
99}
1010
11- resource "hydra_jobset" "groove_groove-trunk" {
12- project = hydra_project. groove . name
13- state = " disabled"
14- visible = true
15- name = " groove-trunk"
16- type = " legacy"
17- description = " Groove trunk"
18-
19- nix_expression {
20- file = " 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 = " grooveReleaseSrc"
33- type = " svn"
34- value = " https://groove.svn.sourceforge.net/svnroot/groove/release/trunk/"
35- notify_committers = false
36- }
37-
38- input {
39- name = " grooveSrc"
40- type = " svn"
41- value = " https://groove.svn.sourceforge.net/svnroot/groove/groove/trunk/"
42- notify_committers = false
43- }
44-
45- input {
46- name = " hydraConfig"
47- type = " svn"
48- value = " https://nixos.org/repos/utwente-hydra/groove"
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 = " officialRelease"
61- type = " boolean"
62- value = " false"
63- notify_committers = false
64- }
65-
66- input {
67- name = " src"
68- type = " build"
69- value = " src"
70- notify_committers = false
71- }
72-
73- input {
74- name = " svn"
75- type = " build"
76- value = " svn"
77- notify_committers = false
78- }
79-
80- input {
81- name = " system"
82- type = " string"
83- value = " i686-linux"
84- notify_committers = false
85- }
86-
87- check_interval = 300
88- scheduling_shares = 100
89- keep_evaluations = 0
90-
91- email_notifications = true
92- email_override = " "
93- }
You can’t perform that action at this time.
0 commit comments