File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -123,3 +123,30 @@ resource "hydra_jobset" "nixbsd" {
123
123
124
124
email_notifications = false
125
125
}
126
+
127
+ resource "hydra_project" "cuda_legacy" {
128
+ name = " cuda_legacy"
129
+ display_name = " cuda-legacy"
130
+ description = " CUDA package sets which have aged out of Nixpkgs"
131
+ homepage = " https://github.com/nix-community/cuda-legacy"
132
+ owner = " admin"
133
+ enabled = true
134
+ visible = true
135
+ }
136
+
137
+ resource "hydra_jobset" "cuda_legacy" {
138
+ project = hydra_project. cuda_legacy . name
139
+ state = " enabled"
140
+ visible = true
141
+ name = " master"
142
+ type = " flake"
143
+ description = " master branch"
144
+
145
+ flake_uri = " github:nix-community/cuda-legacy"
146
+
147
+ check_interval = 1800
148
+ scheduling_shares = 3000
149
+ keep_evaluations = 1
150
+
151
+ email_notifications = false
152
+ }
You can’t perform that action at this time.
0 commit comments