jenkins: remove terranix jobs

This commit is contained in:
Ingolf Wagner 2021-09-11 21:28:19 +02:00
parent 26df76ed62
commit 1fd8ca8e20
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -110,14 +110,6 @@ in {
}
])
(job "test-terranix" {
url = "ssh://gogs@workhorse.private:2222/terranix/terranix.git";
credentialsId = github-id;
branch = "develop";
} [{
"run Tests" = [ ''nix-shell tests/shell.nix --run "test-terranix"'' ];
}])
(job "test-taskninja" {
url = "ssh://gogs@workhorse.private:2222/palo/taskninja.git";
credentialsId = gogs-id;
@ -173,18 +165,6 @@ in {
"ssh://gogs@workhorse.private:2222/palo/diagrams-template.git"
"git@github.com:mrVanDalo/diagrams.git")
(sync-to-github "sync-terranix"
"ssh://gogs@workhorse.private:2222/terranix/terranix.git"
"git@github.com:mrVanDalo/terranix.git")
(sync-to-github "sync-terranix.org"
"ssh://gogs@workhorse.private:2222/terranix/terranix.org.git"
"git@github.com:mrVanDalo/terranix-website.git")
(sync-to-github "sync-terranix-hcloud"
"ssh://gogs@workhorse.private:2222/terranix/hcloud.git"
"git@github.com:mrVanDalo/terranix-hcloud.git")
(sync-to-github "sync-plops"
"ssh://gogs@workhorse.private:2222/palo/plops.git"
"git@github.com:mrVanDalo/plops.git")