mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 18:20:52 +02:00
Little cosmetic changes to buildbot
This commit is contained in:
parent
7660ac1654
commit
52e0f3931d
1 changed files with 7 additions and 7 deletions
|
@ -235,12 +235,12 @@ def nix_update_flake_config(
|
||||||
)
|
)
|
||||||
factory.addStep(
|
factory.addStep(
|
||||||
steps.ShellCommand(
|
steps.ShellCommand(
|
||||||
name="Update flakes",
|
name="Update flake",
|
||||||
env=dict(
|
env=dict(
|
||||||
GIT_AUTHOR_NAME=github_bot_user,
|
GIT_AUTHOR_NAME=github_bot_user,
|
||||||
GIT_AUTHOR_EMAIL=f"{github_bot_user}@users.noreply.github.com",
|
GIT_AUTHOR_EMAIL="julien@malka.sh",
|
||||||
GIT_COMMITTER_NAME=github_bot_user,
|
GIT_COMMITTER_NAME="Julien Malka",
|
||||||
GIT_COMMITTER_EMAIL=f"{github_bot_user}@users.noreply.github.com",
|
GIT_COMMITTER_EMAIL="julien@malka.sh",
|
||||||
),
|
),
|
||||||
command=[
|
command=[
|
||||||
"nix",
|
"nix",
|
||||||
|
@ -255,7 +255,7 @@ def nix_update_flake_config(
|
||||||
)
|
)
|
||||||
factory.addStep(
|
factory.addStep(
|
||||||
steps.ShellCommand(
|
steps.ShellCommand(
|
||||||
name="Force-Push to update_flake_lock branch",
|
name="Push to the update_flake_lock branch",
|
||||||
command=[
|
command=[
|
||||||
"git",
|
"git",
|
||||||
"push",
|
"push",
|
||||||
|
@ -323,7 +323,7 @@ def nix_eval_config(
|
||||||
NixEvalCommand(
|
NixEvalCommand(
|
||||||
logEnviron = False,
|
logEnviron = False,
|
||||||
env={},
|
env={},
|
||||||
name="Eval flake",
|
name="Evaluation of hydraJobs",
|
||||||
command=[
|
command=[
|
||||||
"nix-eval-jobs",
|
"nix-eval-jobs",
|
||||||
"--workers",
|
"--workers",
|
||||||
|
@ -360,7 +360,7 @@ def nix_build_config(
|
||||||
NixBuildCommand(
|
NixBuildCommand(
|
||||||
logEnviron = False,
|
logEnviron = False,
|
||||||
env={},
|
env={},
|
||||||
name="Build flake attr",
|
name="Build of flake attribute",
|
||||||
command=[
|
command=[
|
||||||
"nix-build",
|
"nix-build",
|
||||||
"--option",
|
"--option",
|
||||||
|
|
Loading…
Add table
Reference in a new issue