Skip to content

Commit 6586202

Browse files
committed
wb | replace jq based profile definitions with cardano-profile
1 parent 1d35684 commit 6586202

23 files changed

+82
-4851
lines changed

nix/workbench/backend/nomad-job.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -834,9 +834,9 @@ let
834834
# The P2P flag.
835835
(if profileData.value.node ? verbatim && profileData.value.node.verbatim ? EnableP2P
836836
then
837-
if profileData.value.node.verbatim.EnableP2P == null
838-
then false
839-
else profileData.value.node.verbatim.EnableP2P
837+
if profileData.value.node.verbatim.EnableP2P == null
838+
then false
839+
else profileData.value.node.verbatim.EnableP2P
840840
else false
841841
)
842842
)

nix/workbench/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ let
9898

9999
profile-names = __fromJSON (__readFile profile-names-json);
100100

101-
profile-names-json = runWorkbench "profile-names.json" "profiles list";
101+
profile-names-json = runCardanoProfile "profile-names.json" "names";
102102

103103
# Output
104104
################################################################################

nix/workbench/profile/pparams/delta-blockbudget.jq

Lines changed: 0 additions & 17 deletions
This file was deleted.

nix/workbench/profile/pparams/delta-blocksizes.jq

Lines changed: 0 additions & 6 deletions
This file was deleted.

nix/workbench/profile/pparams/delta-v10-preview.jq

Lines changed: 0 additions & 311 deletions
This file was deleted.

0 commit comments

Comments
 (0)