Skip to content

Commit

Permalink
fix(manifests): convert nesting output to phased exec
Browse files Browse the repository at this point in the history
  • Loading branch information
MariamKhalatova committed Aug 6, 2024
1 parent c5814ef commit 90e7fe3
Showing 1 changed file with 36 additions and 33 deletions.
69 changes: 36 additions & 33 deletions manifests/outputs/pipelines/nesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -609,17 +609,18 @@ tree:
vcpus-allocated: 1
vcpus-total: 8
pipeline:
- interpolate
- cpu-factor-to-wattage
- wattage-times-duration
- wattage-to-energy-kwh
- calculate-vcpu-ratio
- correct-cpu-energy-for-vcpu-ratio
- sci-embodied
- operational-carbon
- sum-carbon
- time-sync
- sci
compute:
- interpolate
- cpu-factor-to-wattage
- wattage-times-duration
- wattage-to-energy-kwh
- calculate-vcpu-ratio
- correct-cpu-energy-for-vcpu-ratio
- sci-embodied
- operational-carbon
- sum-carbon
- time-sync
- sci
inputs:
- timestamp: '2023-12-12T00:00:00.000Z'
cloud/instance-type: A1
Expand Down Expand Up @@ -976,17 +977,18 @@ tree:
vcpus-allocated: 1
vcpus-total: 8
pipeline:
- interpolate
- cpu-factor-to-wattage
- wattage-times-duration
- wattage-to-energy-kwh
- calculate-vcpu-ratio
- correct-cpu-energy-for-vcpu-ratio
- sci-embodied
- operational-carbon
- sum-carbon
- time-sync
- sci
compute:
- interpolate
- cpu-factor-to-wattage
- wattage-times-duration
- wattage-to-energy-kwh
- calculate-vcpu-ratio
- correct-cpu-energy-for-vcpu-ratio
- sci-embodied
- operational-carbon
- sum-carbon
- time-sync
- sci
inputs:
- timestamp: '2023-12-12T00:00:00.000Z'
cloud/instance-type: A1
Expand Down Expand Up @@ -1341,17 +1343,18 @@ tree:
vcpus-allocated: 1
vcpus-total: 8
pipeline:
- interpolate
- cpu-factor-to-wattage
- wattage-times-duration
- wattage-to-energy-kwh
- calculate-vcpu-ratio
- correct-cpu-energy-for-vcpu-ratio
- sci-embodied
- operational-carbon
- sum-carbon
- time-sync
- sci
compute:
- interpolate
- cpu-factor-to-wattage
- wattage-times-duration
- wattage-to-energy-kwh
- calculate-vcpu-ratio
- correct-cpu-energy-for-vcpu-ratio
- sci-embodied
- operational-carbon
- sum-carbon
- time-sync
- sci
inputs:
- timestamp: '2023-12-12T00:00:00.000Z'
cloud/instance-type: A1
Expand Down

0 comments on commit 90e7fe3

Please sign in to comment.