We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0763cc3 commit a5e917cCopy full SHA for a5e917c
services/nomad/build/buildbot.cfg
@@ -285,6 +285,17 @@ factory.addStep(ShellCommandWithChanges(
285
workdir=builddir(),
286
))
287
288
+factory.addStep(steps.ShellCommand(
289
+ command=['make', 'sort'],
290
+ name='sort_packages',
291
+ description='sorting packages to build',
292
+ descriptionDone='sorted packages',
293
+ haltOnFailure=True,
294
+ logEnviron=False,
295
+ usePTY=True,
296
+ workdir=builddir(),
297
+))
298
+
299
factory.addStep(steps.SetPropertyFromCommand(
300
command=['make', 'print_pkgs'],
301
property='packages',
0 commit comments