diff options
author | makefu <github@syntax-fehler.de> | 2015-12-23 11:18:00 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-12-23 11:18:00 +0100 |
commit | 14ddb767eb10dbe43d3112c4b4674f6c1d4ff32a (patch) | |
tree | 5d406cb11d0b286040e382967be195cab5391bf7 /krebs/3modules/buildbot | |
parent | dc8e270d2a5346e4316b7c2050b26fd428ec3fc3 (diff) |
k 5 mv krebs-ci test/infest-cac-centos7
Diffstat (limited to 'krebs/3modules/buildbot')
-rw-r--r-- | krebs/3modules/buildbot/master.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/krebs/3modules/buildbot/master.nix b/krebs/3modules/buildbot/master.nix index b4fd6bb2f..483ba18e7 100644 --- a/krebs/3modules/buildbot/master.nix +++ b/krebs/3modules/buildbot/master.nix @@ -67,7 +67,7 @@ let s.addStep(grab_repo) # the dependencies which are used by the test script - deps = [ "gnumake", "jq", "(import <stockholm> {}).pkgs.krebs-ci" ] + deps = [ "gnumake", "jq", "(import <stockholm> {}).pkgs.test.infest-cac-centos7" ] nixshell = ["nix-shell", "-I", "stockholm=.", "-p" ] + deps + [ "--run" ] def addShell(f,**kwargs): @@ -95,8 +95,8 @@ let s.addStep(steps.FileDownload(mastersrc="${cfg.workDir}/{}".format(file), slavedest=file)) - addShell(s,name="complete-build-centos7",env={"LOGNAME": "shared"}, - command=nixshell + ["krebs-ci"]) + addShell(s,name="infest-cac-centos7",env={"LOGNAME": "shared"}, + command=nixshell + ["infest-cac-centos7"]) c['builders'].append( util.BuilderConfig(name="full-tests", |