Skip to content

Commit 198f7da

Browse files
committed
workbench: a bit more tweaking
1 parent 94f5425 commit 198f7da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nix/workbench/profiles/profiles.jq

+3-2
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,14 @@ def generate_all_era_profiles($era; $mcompo; $topo):
7272

7373
| all_profile_variants
7474
| map (## Each profile is defined as extension of defaults:
75-
era_defaults($era) * .
75+
era_defaults($era) ## prof0-defaults.jq
76+
* . ## prof1-variants.jq
7677

7778
## Profiles define their own cluster composition:
7879
| . * { composition: (.composition // $compo) }
7980

8081
## Finally, compute the derived ("computed") params.
81-
| add_derived_params
82+
| add_derived_params ## prof2-derived.jq
8283
);
8384
| map (## Assemble into a dictionary..
8485
{ "\(.name)": .

0 commit comments

Comments
 (0)