Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distinct manifests #929

Merged
merged 34 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from 42 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
62e20ba
feat(manifests): convert to coefficient samples to phased exec
MariamKhalatova Aug 1, 2024
cf920fa
feat(manifests): convert to cloud metadata samples to phased exec
MariamKhalatova Aug 1, 2024
0b39b2e
feat(manifests): convert to region metadata samples to phased exec
MariamKhalatova Aug 1, 2024
623a09b
feat(manifests): convert tdp finder samples to phased exec
MariamKhalatova Aug 1, 2024
bbfb0a9
feat(manifests): convert divide samples to phased exec
MariamKhalatova Aug 1, 2024
f76459c
feat(manifests): drop node config from divide sample
MariamKhalatova Aug 1, 2024
2a4cab3
feat(manifests): convert exponent samples to phased exec
MariamKhalatova Aug 1, 2024
c7d2b8b
feat(manifests): convert groupby samples to phased exec
MariamKhalatova Aug 1, 2024
3af0dcf
feat(manifests): move regroup to features
MariamKhalatova Aug 1, 2024
91b11d2
feat(manifests): convert interpolation samples to phased exec
MariamKhalatova Aug 1, 2024
dbe94cb
feat(manifests): convert mock observation samples to phased exec
MariamKhalatova Aug 1, 2024
d72228c
feat(manifests): convert multiply samples to phased exec
MariamKhalatova Aug 1, 2024
8585f55
feat(manifests): convert regex samples to phased exec
MariamKhalatova Aug 1, 2024
5581dd1
feat(manifests): convert sci samples to phased exec
MariamKhalatova Aug 1, 2024
fc7fe2f
feat(manifests): convert sci embodied samples to phased exec
MariamKhalatova Aug 1, 2024
1ee49b7
feat(manifests): convert shell embodied samples to phased exec
MariamKhalatova Aug 1, 2024
779c0dd
feat(manifests): convert sum samples to phased exec
MariamKhalatova Aug 1, 2024
4d73983
feat(manifests): convert subtract samples to phased exec
MariamKhalatova Aug 1, 2024
e9bb9ab
feat(manifests): convert time sync samples to phased exec
MariamKhalatova Aug 1, 2024
30b6241
chore(src): fetch latest changes from main
MariamKhalatova Aug 1, 2024
81355e7
feat(manifests): convert pipeline samples to phased exec
MariamKhalatova Aug 1, 2024
962ef45
chore(src): fetch changes from distinct execution
MariamKhalatova Aug 1, 2024
fa07847
chore(src): fetch changes from distinc execution
MariamKhalatova Aug 1, 2024
c20c6dc
chore(src): fetch changes from 'move-time-sync-back'
MariamKhalatova Aug 2, 2024
0647800
feat(manifests): convert pipelines to phased exec
MariamKhalatova Aug 2, 2024
5fcfe93
feat(manifests): convert features to phased exec
MariamKhalatova Aug 2, 2024
0b4574a
feat(manifests): move time sync back to builtins
MariamKhalatova Aug 2, 2024
faf2ecf
feat(manifests): init if diff outputs as a sample
MariamKhalatova Aug 2, 2024
753a361
feat(manifests): convert bugs to phased exec
MariamKhalatova Aug 2, 2024
d9c4c94
feat(manifests): convert builtins to phased exec
MariamKhalatova Aug 2, 2024
7cbcf86
feat(manifests): convert mockobs success to phased exec
MariamKhalatova Aug 2, 2024
bec7f95
Update manifests/examples/builtins/time-sync/success.yml
narekhovhannisyan Aug 2, 2024
c1214b2
chore(src): fetch changes from move time sync back
narekhovhannisyan Aug 2, 2024
a48a395
chore(src): fetch latest changes from remote
narekhovhannisyan Aug 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ tree:
children:
child:
pipeline:
- coefficient
compute:
- coefficient
config:
sum:
inputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ tree:
children:
child:
pipeline:
- coefficient
compute:
- coefficient
config:
sum:
inputs:
Expand Down
3 changes: 2 additions & 1 deletion manifests/examples/builtins/coefficient/success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ tree:
children:
child:
pipeline:
- coefficient
compute:
- coefficient
config:
sum:
inputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ tree:
children:
child:
pipeline:
- cloud-metadata
compute:
- cloud-metadata
config:
inputs:
- timestamp: 2023-07-06T00:00 # [KEYWORD] [NO-SUBFIELDS] time when measurement occurred
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ tree:
children:
child:
pipeline:
- cloud-metadata
compute:
- cloud-metadata
config:
inputs:
- timestamp: 2023-07-06T00:00 # [KEYWORD] [NO-SUBFIELDS] time when measurement occurred
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ tree:
children:
child:
pipeline:
- cloud-metadata
compute:
- cloud-metadata
config:
inputs:
- timestamp: 2023-07-06T00:00 # [KEYWORD] [NO-SUBFIELDS] time when measurement occurred
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ tree:
children:
child:
pipeline:
- cloud-metadata
compute:
- cloud-metadata
config:
inputs:
- timestamp: 2023-07-06T00:00 # [KEYWORD] [NO-SUBFIELDS] time when measurement occurred
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ tree:
children:
child:
pipeline:
- cloud-metadata
compute:
- cloud-metadata
inputs:
- timestamp: 2023-08-06T00:00
duration: 3600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ tree:
children:
child:
pipeline:
- cloud-metadata
compute:
- cloud-metadata
inputs:
- timestamp: 2023-08-06T00:00
duration: 3600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ tree:
children:
child:
pipeline:
- cloud-metadata
compute:
- cloud-metadata
inputs:
- timestamp: 2023-08-06T00:00
duration: 3600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ tree:
children:
child:
pipeline:
- cloud-metadata
compute:
- cloud-metadata
inputs:
- timestamp: 2023-08-06T00:00
duration: 3600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ tree:
children:
child:
pipeline:
- tdp-finder
compute:
- tdp-finder
config:
inputs:
- timestamp: 2023-07-06T00:00
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ tree:
children:
child:
pipeline:
- tdp-finder
compute:
- tdp-finder
config:
inputs:
- timestamp: 2023-07-06T00:00
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ tree:
children:
child:
pipeline:
- tdp-finder
compute:
- tdp-finder
config:
inputs:
- timestamp: 2023-07-06T00:00
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ tree:
children:
child:
pipeline:
- cloud-metadata
- divide
compute:
- cloud-metadata
- divide
config:
divide:
defaults:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ tree:
children:
child:
pipeline:
- cloud-metadata
- divide
compute:
- cloud-metadata
- divide
config:
divide:
defaults:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ tree:
children:
child:
pipeline:
- cloud-metadata
- divide
compute:
- cloud-metadata
- divide
config:
divide:
defaults:
Expand Down
7 changes: 3 additions & 4 deletions manifests/examples/builtins/divide/success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ tree:
children:
child:
pipeline:
- cloud-metadata
- divide
config:
divide:
compute:
- cloud-metadata
- divide
defaults:
cloud/vendor: aws
cloud/instance-type: m5n.large
Expand Down
5 changes: 2 additions & 3 deletions manifests/examples/builtins/exponent/success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ tree:
children:
child:
pipeline:
- exponent
config:
exponent:
compute:
- exponent
inputs:
- timestamp: 2023-08-06T00:00
duration: 3600
Expand Down
4 changes: 2 additions & 2 deletions manifests/examples/builtins/interpolation/interpolation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ initialize:
y: [0.12, 0.32, 0.75, 1.02]
input-parameter: "cpu/utilization"
output-parameter: "result"

tree:
children:
child:
pipeline:
- interpolation
compute:
- interpolation
inputs:
- timestamp: 2023-07-06T00:00
duration: 3600
Expand Down
3 changes: 2 additions & 1 deletion manifests/examples/builtins/interpolation/success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ tree:
children:
child:
pipeline:
- interpolation
compute:
- interpolation
inputs:
- timestamp: 2023-07-06T00:00
duration: 3600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ tree:
children:
child:
pipeline:
- mock-observations
observe:
- mock-observations
inputs:
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ tree:
children:
child:
pipeline:
- mock-observations
observe:
- mock-observations
inputs:
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ tree:
children:
child:
pipeline:
- mock-observations
observe:
- mock-observations
inputs:
3 changes: 2 additions & 1 deletion manifests/examples/builtins/mock-observations/success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ tree:
children:
child:
pipeline:
- mock-observations
observe:
- mock-observations
inputs:
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ tree:
children:
child:
pipeline:
- multiply
config:
sum:
compute:
- multiply
inputs:
- timestamp: 2023-08-06T00:00
duration: 3600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ tree:
children:
child:
pipeline:
- multiply
config:
sum:
compute:
- multiply
inputs:
- timestamp: 2023-08-06T00:00
duration: 3600
Expand Down
5 changes: 2 additions & 3 deletions manifests/examples/builtins/multiply/success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ tree:
children:
child:
pipeline:
- multiply
config:
sum:
compute:
- multiply
inputs:
- timestamp: 2023-08-06T00:00
duration: 3600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ tree:
children:
child:
pipeline:
- regex
config:
regex:
compute:
- regex
inputs:
- timestamp: 2023-08-06T00:00
duration: 3600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ tree:
children:
child:
pipeline:
- regex
config:
regex:
compute:
- regex
inputs:
- timestamp: 2023-08-06T00:00
duration: 3600
Expand Down
5 changes: 2 additions & 3 deletions manifests/examples/builtins/regex/success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ tree:
children:
child:
pipeline:
- regex
config:
regex:
compute:
- regex
inputs:
- timestamp: 2023-08-06T00:00
duration: 3600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ tree:
children:
child:
pipeline:
- sci-embodied # duration & config -> embodied
compute:
- sci-embodied # duration & config -> embodied
defaults:
device/emissions-embodied: "fail" # gCO2eq
time-reserved: 3600 # 1hr in seconds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ tree:
children:
child:
pipeline:
- sci-embodied # duration & config -> embodied
compute:
- sci-embodied # duration & config -> embodied
defaults:
device/emissions-embodied: 1533.120 # gCO2eq
time-reserved: 3600 # 1hr in seconds
Expand Down
3 changes: 2 additions & 1 deletion manifests/examples/builtins/sci-embodied/success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ tree:
children:
child:
pipeline:
- sci-embodied # duration & config -> embodied
compute:
- sci-embodied # duration & config -> embodied
defaults:
device/emissions-embodied: 1533.120 # gCO2eq
time-reserved: 3600 # 1hr in seconds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ tree:
children:
child:
pipeline:
- sci
compute:
- sci
config:
sci:
functional-unit: 999 # factor to convert per time to per f.unit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ tree:
children:
child:
pipeline:
- sci
compute:
- sci
inputs:
- timestamp: 2023-07-06T00:00
duration: 3600
Expand Down
4 changes: 2 additions & 2 deletions manifests/examples/builtins/sci/success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ tree:
children:
child:
pipeline:
- sci
config:
compute:
- sci
inputs:
- timestamp: 2023-07-06T00:00
duration: 3600
Expand Down
Loading