Skip to content

Commit

Permalink
Revert "Add grafana-loki tool to agent"
Browse files Browse the repository at this point in the history
This reverts commit a1ed63a.
  • Loading branch information
maaharko committed Nov 13, 2024
1 parent a1ed63a commit 9aa8b81
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 56 deletions.
146 changes: 93 additions & 53 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions hosts/testagent/agents-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ in
++ (with pkgs; [
minicom
usbsdmux
grafana-loki
]);

# The Jenkins slave service is very barebones
Expand Down Expand Up @@ -80,7 +79,7 @@ in
jenkins-connect-script = pkgs.writeShellScript "jenkins-connect.sh" ''
JENKINS_SECRET="$(
curl --proto =https -u admin:$ADMIN_PASSWORD \
$CONTROLLER/computer/${device}/jenkins-agent.jnlp |
$CONTROLLER/computer/${device}/jenkins-agent.jnlp |
sed "s/.*<application-desc><argument>\([a-z0-9]*\).*/\1\n/"
)"
Expand Down Expand Up @@ -124,7 +123,6 @@ in
netcat
python3
usbsdmux
grafana-loki
]);

serviceConfig = {
Expand Down

0 comments on commit 9aa8b81

Please sign in to comment.