Skip to content

Commit

Permalink
wb | Remove publish functionality dependencies while the new infrastr…
Browse files Browse the repository at this point in the history
…ucture is decided
  • Loading branch information
fmaste committed Sep 3, 2024
1 parent b113c0b commit 6330fca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions nix/workbench/backend/nomad/cloud.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ let
then builtins.abort "Nomad backends only available for x86_64-linux"
else (import ./patch.nix {})
)

# Amazon S3 HTTP to upload/download the genesis tar file.
pkgs.awscli
# Use to obtain the AWS credentials.
vault-bin
]
;

Expand Down
6 changes: 6 additions & 0 deletions nix/workbench/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ publish() {
bench-data-publish $@
;;

* )
# Needed dependencies in `nix/workbench/shell.nix`:
# vault-bin yq norouter socat
fatal "Sorry, non-local functionality is currently not available!"
;;

cloud )
local usage="USAGE: wb publish $op"
# Publish script vars.
Expand Down
2 changes: 0 additions & 2 deletions nix/workbench/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ in project.shellFor {
++ [
# Publish
bench-data-publish
# Publish tunnel
yq vault-bin norouter socat
# Debugging
postgresql
# Performance report generation
Expand Down

0 comments on commit 6330fca

Please sign in to comment.