From: Ismaƫl Bouya Date: Fri, 18 Nov 2022 23:59:44 +0000 (+0100) Subject: Add report command to cours X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=524846265d6efd3ce2adb9f7c6a46b750b1efdef;p=perso%2FImmae%2FConfig%2FNix.git Add report command to cours --- diff --git a/modules/private/buildbot/projects/immaeEu/__init__.py b/modules/private/buildbot/projects/immaeEu/__init__.py index a98648e..f55250d 100644 --- a/modules/private/buildbot/projects/immaeEu/__init__.py +++ b/modules/private/buildbot/projects/immaeEu/__init__.py @@ -322,6 +322,9 @@ def cours_build_factory(): factory.addStep(NixShellCommand(name="build website", logEnviron=False, haltOnFailure=True, pure=True, command="make build", env=path_env)) + factory.addStep(NixShellCommand(name="progress report", + logEnviron=False, haltOnFailure=True, pure=True, + command="make report", env=path_env)) factory.addStep(steps.MasterShellCommand(command="rm -rf {}".format(E.COURS_RELEASE_PATH))) factory.addStep(steps.DirectoryUpload(workersrc="build", masterdest=E.COURS_RELEASE_PATH,