buildbot-full: also include wsgi-dashboards
This commit is contained in:
parent
60709abb82
commit
6844b1375b
@ -6799,7 +6799,7 @@ with pkgs;
|
||||
pythonPackages = python2Packages;
|
||||
};
|
||||
buildbot-ui = buildbot.withPlugins (with self.buildbot-plugins; [ www ]);
|
||||
buildbot-full = buildbot.withPlugins (with self.buildbot-plugins; [ www console-view waterfall-view grid-view ]);
|
||||
buildbot-full = buildbot.withPlugins (with self.buildbot-plugins; [ www console-view waterfall-view grid-view wsgi-dashboards ]);
|
||||
|
||||
buildkite-agent = callPackage ../development/tools/continuous-integration/buildkite-agent { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user